> * Thus wrote Paul Reinheimer: > > Hi, > > > > I am attempting to compile PHP with the following command: > > ./configure --with-mysql=/usr/local/mysql > > --with-apxs=/etc/httpd/bin/apxs --with-gd --with-png > > --with-zlib-dir=/root/zlib-1.2.1 --enable-gd-native-ttf --with-ttf > > --with-jpeg-dir=/usr/local/lib/jpeg-6b/ > > --with-freetype-dir=/usr/local/lib/free > > type-2.1.9/ --with-xpm-dir=/usr/local/lib/xpm-3.4k-linux/ > > --with-freetype-dir --with-xpm-dir=/usr/local/lib/xpm-3.4k-linux/lib/ > > > > This seems like an odd location.
It does seem odd. Mine are in: /usr/X11R6/lib/libXpm.so.4.11 /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libXpm.so They are the default installed with X11. > > > > [EMAIL PROTECTED] lib]# ls > > libXpm.so libXpm.so.4 libXpm.so.4.11 > > [EMAIL PROTECTED] lib]# ls -al > > total 96 > > drwxrwxr-x 2 1618 16 4096 Mar 19 1998 . > > drwxrwxr-x 6 1618 16 4096 Mar 19 1998 .. > > lrwxrwxrwx 1 1618 16 14 Sep 5 12:15 libXpm.so -> > > libXpm.so.4.11 > > lrwxrwxrwx 1 1618 16 14 Sep 5 12:15 libXpm.so.4 -> > > libXpm.so.4.11 > > -rwxr-xr-x 1 1618 16 82734 Mar 19 1998 libXpm.so.4.11 > > [EMAIL PROTECTED] lib]# > > > > Why am I getting the error that libXpm.(a|so) can't be found, when php > > should really be looking right at it? > > Your user/group names seem broken, or is this a nfs mount or the > like? Good call, Curt. That happens when you untar something that was originally created on another machine with different users and groups... like a source tarball. Was libxpm actually installed or just untared there? Jim Grill > > > > Curt > -- > The above comments may offend you. flame at will. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php