Re: [PHP-DEV] php/embed and php-config

2002-10-19 Thread Sascha Schumann
>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. Sounds like a pure synchronization issue to me. - Sascha -- PHP Develo

Re: [PHP-DEV] php/embed and php-config

2002-10-18 Thread Wez Furlong
OK, so /usr/lib/mysql was already in ld.so.conf. The only way I got this to build was: LD_LIBRARY_PATH=/usr/lib/mysql make wtf is going wrong here? Could it be a libtool problem? --Wez. On 18/10/02, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > When I try and link I get: > /usr/i486-suse-linux/bin/

Re: [PHP-DEV] php/embed and php-config

2002-10-18 Thread Jani Taskinen
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 -lj

Re: [PHP-DEV] php/embed

2002-09-29 Thread Alan Knowles
Going on a 'semi-consistant' naming structure on unix, would libphp.so.4.3.0 (softlinked to libphp.so) be an idea. this should be really good when working with bcompiler_load_exe() :) Regards Alan Edin Kadribasic wrote: >On Sunday 29 September 2002 11:45, [EMAIL PROTECTED] wrote: > > >>On S

Re: [PHP-DEV] php/embed

2002-09-29 Thread Edin Kadribasic
On Sunday 29 September 2002 11:45, [EMAIL PROTECTED] wrote: > On Sun, 29 Sep 2002, Edin Kadribasic wrote: > > I have just committed initial work on enabling embedding PHP into C/C++ > > applications. It is mostly complete, but there a few pieces missing, > > namely the installation part. The modif

Re: [PHP-DEV] php/embed

2002-09-29 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Sun, 29 Sep 2002, Edin Kadribasic wrote: > > >>I have just committed initial work on enabling embedding PHP into C/C++ >>applications. It is mostly complete, but there a few pieces missing, namely >>the installation part. The modification of the build system adds

Re: [PHP-DEV] php/embed

2002-09-29 Thread derick
On Sun, 29 Sep 2002, Edin Kadribasic wrote: > I have just committed initial work on enabling embedding PHP into C/C++ > applications. It is mostly complete, but there a few pieces missing, namely > the installation part. The modification of the build system adds another > target, so in order t

Re: [PHP-DEV] php/embed

2002-09-28 Thread George Schlossnagle
very cool. On Saturday, September 28, 2002, at 10:56 PM, Edin Kadribasic wrote: > Hello, > > I have just committed initial work on enabling embedding PHP into C/C++ > applications. It is mostly complete, but there a few pieces missing, > namely > the installation part. The modification of the b