On Fri, 18 Oct 2002, Wez Furlong wrote: >I've been playing with php/embed and stumbled on a slight problem with >php-config - it doesn't include the paths for the libs: > >% php-config --libs >-lrecode -lexpat -lsnmp -lpanel -lncurses -lmysqlclient -lming -lm >-lintl -lgd -lfreetype -lpng -lz -ljpeg -lexslt -lxsltbreakpoint >-lxml2 -lxslt -lz -lgdbm -lcurl -lbz2 -lz -lcrypt -lssl -lcrypto >-lresolv -lm -ldl -lnsl -lcrypt -lcurl -lssl -lcrypto -ldl -lz >-lxml2 -lz -lm Seems like php-config misses something.. :) php4/pear/scripts/php-config.in should propably be using PHP_LIBS and PHP_LDFLAGS. Now it uses EXTRA_LIBS only.. And for some reason PHP_LIBS is empty. Sascha, can you enlighten us? :) --Jani
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php