>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
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/
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
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
Hi Sascha,
It may be helpful if I explained why I ended up implementing PHP/embed in the
way I did.
Several people expressed a wish for having phplib: embeddable PHP engine and
library. They wanted to take advantage of the enormous function library that
is available in PHP in their C programs
Sascha,
Edin tells me that with the changes you made it will be necessary to do
the configure-make cycle 3 times in order to build PHP + libphp.so +
libphp.a. In my view, that is a big hassle. Is there no way to make it
work so that everything is built at once, possibly with only one more
configu
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
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
[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
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
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
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 build system adds another
target, so in order to test the new functionality you need to conf
12 matches
Mail list logo