Home > Cpanel > Easyapache ERROR:libXpm.(a|so) not found

Easyapache ERROR:libXpm.(a|so) not found

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
==========================================================================================================================

Categories: Cpanel
  1. Mark
    June 23, 2008 at 4:59 am | #1

    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.

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.