I want to install php v5.x.x on my solaris 10. i also have installed mysql 5.x 64bits in my system alr.
I have make the php configuration as below
./configure --with-apxs2=/usr/local/apache2/bin/apxs -with-mysql=/usr/local/mysql
This work fine.however i proceed to make& install the php, it return the error complain for ELFClass64 in mysql library error.
As thought this is due to php not able to run with 64 bits mysql.
Could any expert can help on this?
[i have tried to edit the libtool file in php package: CC='gcc -m64' however it still no working]
pls help