solaris 9 php-4.3.4 make issue

compiling 4.3.4

i'm running into the following error:

quote:
--------------------------------------------------------------------------------

Undefined first referenced
symbol in file
uncompress /usr/local/mysql/lib/libmysqlclient.a(my_compress.o)
compress /usr/local/mysql/lib/libmysqlclient.a(my_compress.o)
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

--------------------------------------------------------------------------------

i've found a bunch of stuff on google, but nothing that deals with this specifically.

any ideas what to do... where to start etc?

as for why i'm compiling vs. installing a package, i need to configure php with certain options that aren't part of the standard package.
Previous Topic | Next Topic i n f o p o p e v e

Here's a few related resources I found; the last one looks especially promising, but I'm not sure:

http://mail.gnu.org/archive/html/automake/2004-01/msg00157.html
http://archive.apache.org/gnats/10000
http://www.sunmanagers.org/pipermail/summaries/2002-July/003512.html

this problem is solved... you need to include --with-zlib or something like that. i forget now.