Configuring PHP on 64 bit
I'm trying to configure PHP on a dual opteron server and it keeps dumping out saying libjpeg (so | a) isn't found. I've added the line:--enable-libsuffix=64
to try and get the PHP configure script to cater for the 64 bit need but it is still dumping me out.
The libjpeg.so is in /usr/lib64 even manually setting that directory in the configure stage doesn't work. Any ideas?
Andrew