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 Regards, Niranjan --- On Wed, 3/4/09, chris smith <dmagick@xxxxxxxxx> wrote: From: chris smith <dmagick@xxxxxxxxx> Subject: Re: Need help in solving issues with configuration of php-5.2.8 with mysql-5.3.1 To: niranjan_k_n@xxxxxxxxx Cc: php-db@xxxxxxxxxxxxx Date: Wednesday, March 4, 2009, 12:16 PM > 1. I ran php configuration as below. > > $./configure --with-apxs2=/usr/local/apache2/bin/apxs > --with-mysql=/apps/mysql/mysql > > It went fine. Are you sure? > 2. While running make, i got following relink error. > > ld: fatal: file /usr/local/mysql/lib/libmysqlclient.so: wrong ELF class: > ELFCLASS64 Look at the path of the file it picked up - it found one in a completely different location. -- Postgresql & php tutorials http://www.designmagick.com/