While running EasyApache it gives following error:
==========================================================================================================================
configure php-4.4.1…(–with-apxs=/usr/local/apache/bin/apxs –prefix=/usr/local –with-xml –enable-bcmath –enable-calendar –enable-ftp –with-gd –with-jpeg-dir=/usr/local –with-png-dir=/usr –with-xpm-dir=/usr/X11R6 –enable-magic-quotes –with-mysql=/usr –enable-discard-path –with-pear –enable-sockets –enable-track-vars –enable-versioning –with-zlib)…. . . . . . . . . . . . . . . . . . . . . Done
configure: error: libXpm.(a|so) not found.
make -j 4 php-4.4.1…(clean)…. Done
make -j 4 php-4.4.1……. Done
make php-4.4.1…(install)…. Done
/etc/rc.d/init.d/httpd start: httpd started
configure php-4.4.1…(–prefix=/usr –with-xml –enable-bcmath –enable-calendar –enable-ftp –with-gd –with-jpeg-dir=/usr/local –with-png-dir=/usr –with-xpm-dir=/usr/X11R6 –enable-magic-quotes –with-mysql=/usr –enable-discard-path –with-pear –enable-sockets –enable-track-vars –enable-versioning –with-zlib)…. . . . . . . . . . . . . . . . Done
configure: error: libXpm.(a|so) not found.
==========================================================================================================================
Additionally, the previous build appears to have failed due to some missing dependencies for GD. You have to ran the following commands to resolve these dependency issues:
==========================================================================================================================
root@server [/home/cpapachebuild/buildapache/build-log]# ln -s/usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so
root@server [~]# yum install xorg-x11-devel
==========================================================================================================================










If you are a newb like me and using Mandriva try this command: urpmi xorg-x11-devel, which will download all the packages related to it: See: http://wiki.mandriva.com/en/Tools/urpmi for more info about urpmi.