> 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/ >
Would the problem be that you are providing two different locations for xpm? You have "--with-xpm-dir=/usr/local/lib/xpm-3.4k-linux/" *and* "--with-xpm-dir=/usr/local/lib/xpm-3.4k-linux/lib/" The first one appears to be incorrect. This would be a problem. Just an observation. Good luck, Jim Grill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php