Hi,
A simple fix for this is to search for "-lmysqlclient" in
PHP_DIR/config_vars.mk and replace it with
"-lmysqlclient -lz"
After that, you will need to run make again & make install.
Regards,
Jorge
For technical support contracts, visit https://order.mysql.com/
__ ___ ___ __
Hello Tom Cruickshank:
re: mysql -related install of apache and php4
-
I'm running *BSD, not Linux, but very recently installed Apache with PHP,
from source. I usually make a shell script, and check it through for all the
steps, then run the script. I had saved the script, so maybe this will
On 29-Jul-2001 Tom Cruickshank wrote:
> Hello,
> I am not sure if this is the right mailing list but since it's a
> mysql related problem,
> I thought I'd give it a shot..
>
>
> I am installing apache on my linux box with php4 capabilities. When I
> configured php4
> I added the mysql o