Hi,
I'm trying to install PHP-5.0.4 from source on an IBM pSeries 630 (7028-6C4) server. Currently the server is running on SuSE SLES 8 (ppc). The configure options are as follows :
Code:
./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin
--libdir=/usr/share --includedir=/usr/include --with-_lib=lib --with-config-file-path=/etc
--with-exec-dir=/usr/lib/php/bin --disable-debug --enable-bcmath --enable-calendar
--enable-ctype --enable-dbase --enable-discard-path --enable-exif --enable-filepro
--enable-force-cgi-redirect --enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf
--enable-inline-optimization --enable-magic-quotes --enable-mbstr-enc-trans
--enable-mbstring --enable-memory-limit --enable-safe-mode --enable-shmop
--enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars
--enable-trans-sid --enable-versioning --enable-wddx --enable-yp --with-bz2
--with-dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp
--with-imap=yes --with-iodbc --with-jpeg-dir=/usr --with-ldap=yes --with-mcal=/usr
--with-mcrypt --with-mysql=/usr --with-ndbm --with-pgsql=/usr --with-png-dir=/usr
--with-qtdom=/usr/lib/qt2 --with-snmp --with-t1lib --with-tiff-dir=/usr --with-ttf
--with-freetype-dir=yes --with-xml --with-xpm-dir=/usr/X11R6 --with-zlib=yes
--with-gd=shared --with-openssl --with-curl --enable-xslt --with-xslt-sablot --with-mm
--with-apxs=/usr/sbin/apxs ppc-suse-linux
Everytime, I get this same error...
Code:
configure: error: Problem with libt1.(a|so). Please check config.log for more information
I've even re-install t1lib-1.3.1.tar.gz, but still I get the same error.
I've search the forums and googled...but couldn't find any solutions.
Any helps or hints is greatly appreciated. Thanks.