[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq3: How to Install PHP-4.1.1
- Subject: RE: [cobalt-users] Raq3: How to Install PHP-4.1.1
- From: flash22@xxxxxxx
- Date: Sat Jan 19 23:58:04 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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