RE: [PHP-INSTALL] pdo_mysql can not find libmysqlclient.so libz.so...SUCCESS!

2007-05-09 Thread Roland Cruse
Success! I compiled php without the --with-pdo-mysql switch. Then made a pecl directory inside the php source tree then downloaded the pdo_mysql "pecl download pdo_mysql" Then untarred the file Then did: ./configure --with-pdo-mysql=/usr LDFLAGS='-L/usr/lib' (maybe this setting would have work

RE: [PHP-INSTALL] pdo_mysql can not find libmysqlclient.so libz.so

2007-05-09 Thread Roland Cruse
> >Actually, check the two files it claims are missing. Typically, those >files are actually symbolic links (e.g. /usr/lib/libmysqlclient.so -> >/usr/lib/libmysqlclient.so.14) and same for libz > >--Graham Frank Thanks. I did not realize they where links. I checked and the "missing" files (links

Re: [PHP-INSTALL] pdo_mysql can not find libmysqlclient.so libz.so

2007-05-09 Thread Graham Frank
Actually, check the two files it claims are missing. Typically, those files are actually symbolic links (e.g. /usr/lib/libmysqlclient.so -> /usr/lib/libmysqlclient.so.14) and same for libz. --Graham Frank Graha

[PHP-INSTALL] pdo_mysql can not find libmysqlclient.so libz.so

2007-05-09 Thread Roland Cruse
Hi I am having trouble installing/generating a shared pdo_mysql. Php-5.2.1/php-5.2.2 mysql Ver 14.13 Distrib 5.1.17-beta, official mysql rpm install mysqladmin variables: basedir / ... ./configure \ --with-curl \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-zlib-dir=/usr/local/in