Can someone help? I am trying to install LAMP.
[root@racersden php-4.3.3]# ./configure --with-apxs=/usr/local/apache/bin/apxs
--disable-debug
--enable-ftp
--enable-inline-optimization
--enable-magic-quotes
--enable-mbstring
--enable-mm=shared
--enable-safe-mode
--enable-track-vars
--enable-trans-sid
--enable-wddx=shared
--enable-xml
--with-gd
--with-gettext
--with-mysql=/usr/local/mysql
--with-regex=system
--with-xml
--with-zlib-dir=/usr/lib
--with-jpeg-dir=/usr
<snip>
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
configure: error: libjpeg.(a|so) not found.
[root@racersden php-4.3.3]# rpm -ql libjpeg62
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
/usr/share/doc/libjpeg62-6b
/usr/share/doc/libjpeg62-6b/README
/usr/share/doc/libjpeg62-6b/change.log
[root@racersden php-4.3.3]#
I can see that libjpeg is in /usr/lib/ but configure cannot? Can someone help? I have also tried --with-jpeg-dir=/usr/lib but it did the same thing.
thanks,
--chad