ID: 35848 Comment by: davxoc at hotmail dot com Reported By: shawn dot richards at ink dot ltd dot uk Status: No Feedback Bug Type: MySQL related Operating System: Mac OS X Tiger. PHP Version: 5CVS-2005-12-30 (snap) Assigned To: andrey New Comment:
Hi everybody!!!, I had the same problem, but looking for and answer I found two things that can help me to solve it... The first one is located on http://lists.mysql.com/internals/34023 On this link explain which is the problem of integration of mysql, and give an answer ... http://dev.mysql.com/downloads/os-linux.html I had to download the libraries, after tried a lot, and reading the man's help from php config file (configure --help), found the solution. Finally those are the lines to compile my LAMP AND LAPP "framework's".... ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/web/bin/apxs --enable-sockets --with-config-file-path=/usr/local/php5 --with-mysql-dir=/usr/local/mysql --with-pgsql=/usr/local/pgsql --with-zlib-dir=/usr/local/zlib-1.2.3 --with-libdir=/usr/local/intel-icc8-libs-8.1-i386 and tha's all!!! I hope that can help!!... Previous Comments: ------------------------------------------------------------------------ [2006-09-28 10:57:13] rafudu at gmail dot com I was having the same trouble..so I've checked the md5sum of my Mysql tarball and it was corrupted. So, I've downloaded and installed again and it worked. :D ------------------------------------------------------------------------ [2006-08-24 11:33:31] Tetonne at tiscali dot fr sucess to install apache 2.2.2 and php 5.14 but php doens't work here (I have installed apache here /Library/apache2) like it used to be with Complete release. any php page is downloaded but not load.?? 5.1.15 is out any update with a simple way to install a working apache 2.2x, php 5.1.x mysql 5.x would be great other sites : www.entropy.ch and www.macosxhints.com ------------------------------------------------------------------------ [2006-08-17 21:30:28] hongda dot yen at gmail dot com Do not use use the Mysql binary distribution. Installing with a source distribution maybe You'll avoid this problem. ------------------------------------------------------------------------ [2006-07-28 00:58:05] c00lways at gmail dot com i've tried to build mysql 5.0.22 with sources.. and use my configure line for php as: ./configure \ --with-mysql=/usr/local/include/mysql \ --with-gd \ --enable-embedded-mysqli \ --with-gd2 --with-openssl --with-sockets \ --enable-mbstring --enable-ftp --enable-sockets \ --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib \ --with-zlib-dir=/usr/lib ** and it works! ------------------------------------------------------------------------ [2006-07-27 16:06:19] c00lways at gmail dot com i've checked on the changelog of mysql... from mysql 5.0.18 to 5.0.22 almost all of them are security fixes... this could be a security treat for all existing mysql 5.0.22 and below ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/35848 -- Edit this bug report at http://bugs.php.net/?id=35848&edit=1