RE: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Hans Zaunere


Martin McGinn wrote:
> I installed MySQL 4.23 using SuSE provided rpms so it loads
> to /usr/lib64
> 
> 
> How do I configure the php 5.0 configure script so that it
> finds the mysql
> client in here while finding other objects in the /urs/local/.
> 
> Currently the link fails as it does not find the mysql client
> so files.

You need to use PHP 5.1 and the --with-libdir configure option, or could can do 
a symlink.

See: http://marc.theaimsgroup.com/?l=php-dev&w=2&r=1&s=with-libdir&q=b



---
Hans Zaunere
President, Founder
New York PHP
http://www.nyphp.org

AMP Technology
Supporting Apache, MySQL and PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Joseph Oaks
Martin,

Make a symlink from /usr/lib64 to /usr/lib and it should work just fine.

Joe

Martin McGinn ([EMAIL PROTECTED]) wrote:
>
> I installed MySQL 4.23 using SuSE provided rpms so it loads to /usr/lib64
> 
>
> How do I configure the php 5.0 configure script so that it finds the mysql
> client in here while finding other objects in the /urs/local/.
>
> Currently the link fails as it does not find the mysql client so files.
>
> Thanks
>
> Martin
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
"Computers are like air conditioners - they stop working properly when you
open Windows"

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Martin McGinn
I installed MySQL 4.23 using SuSE provided rpms so it loads to /usr/lib64 


How do I configure the php 5.0 configure script so that it finds the mysql 
client in here while finding other objects in the /urs/local/.

Currently the link fails as it does not find the mysql client so files.

Thanks

Martin 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php