Hi
Is there any way to more explicitly set the rpath of libphp5.so? Since my
build system and target systems are configured slightly differently, the rpath
that gets set in the executable is not quite right. It would be best if I
could configure it a bit differently.
Thanks in advance,
Bru
I am trying to build the sapi embed module in php 5.0.4. php_embed.c is
compiled into php_embed.lo, but the library file never gets built, only
libphp5.so.
My configuration is:
./configure \
--disable-cli \
--disable-all \
--enable-embed=shared
Any idea what's wrong?
Thanks in advance,
Bruce
__