niranjan k wrote:
Hi Chris,
Thanks for the response.
1. I ran php configuration as below.
$./configure --with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/apps/mysql/mysql
It went fine.
Chris > Are you sure?
Yes it went fine.
2. While running make, i got following relink error.
ld: fatal: file /usr/local/mysql/lib/libmysqlclient.so: wrong ELF class:
ELFCLASS64
Chris > Look at the path of the file it picked up - it found one in a
completely different location.
The path it has taken /usr/local/mysql/...
There is a soft link to /usr/local/mysql which points to /apps/mysql/mysql
and we're supposed to guess that? ;)
I guess you can't build 64 bit binaries with 32 bit libraries. The
php-install list may have better suggestions but as far as I know you
either have to use 64 bit (including libraries) or 32 bit - you can't
mix & match.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php