e GCC IS a cross
compiler...
I am getting kind of annoyed after all this time ;-) Is there anyone who can
help me out ?
Thanks in advance,
Michiel.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The problem you experience is probably that your library is not 'loaded'
yet.
check if libphp4.0.so is in the path described in /etc/ld.so.conf
if so, run ldconfig
If the problem persists, give the output of the next command:
ldd //php
Greetings,
Michiel L.
"Duo Fu" <[EM
check wether or not libphp4.so is in one of the paths defined in
/etc/ld.so.conf
if so, run ldconfig
Greetings,
Michiel Lange
"Alejandro Moreno" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Linux
> Apache 1.3.19
> PHP 4
html loads fine over HTTP), so it should work.
Anybody have clue what I have to do? Thanks.
/Michiel
Use options:
--with-apxs
--enable-rule=EAPI (maybe needed or maybe already set by apxs)
Michiel.
Myke Carter <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I just joined this list because I'm having trouble