Click to See Complete Forum and Search --> : PHP "Uncompress" Install Problem


Fireman-x
10-14-2000, 03:33 PM
Does anybody know what would cause Apache to give an "Undefinded Symbol: uncompress" error when it tries to load the PHP module?

I've compile MySQL support into PHP, and I get this with both PHP3 and 4, and also with both APXS and APACI. Any suggestions? I've tried rediting APXS with suggestions from PHP.net, and also tried upgrading my zlib, but to no avail...

athena
10-23-2000, 03:00 PM
I would suggest you re-install Php and I'd suggest that you get the new version 4.0.3 as it has significant bug fixes from earlier verision of Php4.

Sweede
10-23-2000, 05:20 PM
when compiling php, use fresh source, dont use the --with-mysql flag unless your mysql setup is screwy (different ports and whatnot).

and what version of apache are you using?

upgrade to 1.3.14 and php4.0.3pl1
very stable and very secure.

Fireman-x
10-23-2000, 05:55 PM
So I don't need to use the --with-mysql tag to use Database support with PHP4?

Sweede
10-23-2000, 07:08 PM
only for exotic installations of MySQL (different ports and whatnot)

Fireman-x
10-28-2000, 07:21 PM
Cool, finally got it working, thanks Sweede.