[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Raq3: How to Install PHP-4.1.1



On Sun, 20 Jan 2002, Marcel Beaudry wrote:

> Well, better than last time. Reinstalled PHP-4.0.4pl1
> /usr/lib/apache/libphp4.so:
> undefined symbol: uncompress"
> 
> I've done some reading so far, and from the looks of it there might be
> something to do with MySQL here? Hoo-boy, this stuff is hard to learn after

Mysql uses libz (where compress/uncompress live) but doesn't link it in by
default, you need -lz somewhere , ideally in the mysql build , since you
aren't building apache, but you might get away with adding it to the LIBS 
line in the pho build makefile..)

gsh