Re: [CentOS] php-5.3.6 fails on CentOS 5.6 64 bit

2011-07-14 Thread Silviu Adrian Joian
Hi, Any reason why you want to compile it and not use the packages from IUS http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/repoview/php53u.html On Thu, Jul 14, 2011 at 10:08 AM, Edo wrote: > Hi, > > > On Thursday, July 14, 2011 at 3:18 PM, Nguyen Vu Hung (VNC) wrote: > > > [ ... ] >

Re: [CentOS] php-5.3.6 fails on CentOS 5.6 64 bit

2011-07-14 Thread Edo
Hi, On Thursday, July 14, 2011 at 3:18 PM, Nguyen Vu Hung (VNC) wrote: [ ... ] > Though libpng-devel and libjpeg-devel (both i386 and x64 rpms) are installed, > it seems that configure could not find them. > > (I guess) I've fixed the errors by: > > 1. Adding /usr/lib64 to /etc/so.ld.con

Re: [CentOS] php-5.3.6 fails on CentOS 5.6 64 bit

2011-07-13 Thread Mattias Geniar
> - Error - > If configure fails try --with-jpeg-dir= > configure: error: libpng.(a|so) not found. > - Error - This should also have been fixed with "--with-libdir=lib64" as it'll look in /lib by default, and not /lib64 for your x64 system. Regards, M. __

[CentOS] php-5.3.6 fails on CentOS 5.6 64 bit

2011-07-13 Thread Nguyen Vu Hung (VNC)
Hello all, # I am quite new to 64 bit Linux I am trying to build php-5.3.6 on CentOS 5.6, 64 bit. When I run ./configure under php-5.3.6, I get the following error: - Error - If configure fails try --with-jpeg-dir= configure: error: libpng.(a|so) not found. - Error - Though l