Path: csiph.com!eternal-september.org!feeder.eternal-september.org!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: PHP 5.6.12 compilation difficulties Date: Sun, 9 Aug 2015 18:25:35 +0200 Lines: 26 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net CZllVSKQHgIzDKCwuPcclg/4hk8x4LyJMqZp/WmmY7d6eSSIzR Cancel-Lock: sha1:1RNA9nPEOTyIc+MRb+8jl93+rx8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: Xref: csiph.com comp.lang.php:15648 On 08/09/2015 02:08 PM, The Doctor wrote: > In article , > J.O. Aho wrote: >> On 08/09/2015 02:11 AM, The Doctor wrote: >>> All right. >>> >>> I have just compiles Mysql 5.5 current correctly >>> >>> and when I try to get a PDO configured, I get >>> >>> checking for MySQL support for PDO... yes >>> checking for mysql_config... /usr/contrib/bin/mysql_config >>> checking for mysql_commit in -lmysqlclient... no >>> checking for mysql_commit in -lmysqlclient... (cached) no >>> configure: error: PDO_MYSQL configure failed, MySQL 4.1 needed. Please check config.log for more information. What do you get when running "/usr/contrib/bin/mysql_config --version", could be that your mysql ain't properly built. Still instead of having these issues, go for a rolling distribution or use a meta-distribution if you need some unusual options. -- //Aho