Skip to Content.
Sympa Menu

freetds - Re: LIBPHP_4's UNCOMPRESS ERROR

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Darryl Friesen, B.Sc." <Darryl.Friesen AT usask.ca>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: LIBPHP_4's UNCOMPRESS ERROR
  • Date: Mon, 15 Oct 2001 00:33:44 -0600


>When I try to start the apache there is an Error:
>
>$./bin/apachectl start
>httpd started
>$./bin/apachectl stop
>httpd stopped
>$./bin/apachectl startssl
>
>Syntax error on line 239 of /usr/local/apache_1.3.20/conf/httpd.conf:
>Cannot load /usr/local/apache_1.3.20/libexec/libphp4.so into server:
>undefined symbol : uncompress
> ./bin/apachectl startssl: httpd couldnot start


I had a similar error on our Digital Unix box; not exactly the same error,
so this may not work but .... Try making the

LoadModule php4_module libexec/libphp4.so

line (or whatever yours looks like) the first of the LoadModule list, and
the same with

AddModule mod_php4.c

making it the first AddModule.

I can't explain why (perhaps someone else has some insight), but this worked
for me.


- Darryl

----------------------------------------------------------------------
Darryl Friesen, B.Sc., Programmer/Analyst Darryl.Friesen AT usask.ca
Education & Research Technology Services, http://gollum.usask.ca/
Department of Computing Services,
University of Saskatchewan
----------------------------------------------------------------------
"Go not to the Elves for counsel, for they will say both no and yes"







  • LIBPHP_4's UNCOMPRESS ERROR, Philo Bonianga, 10/15/2001
    • <Possible follow-up(s)>
    • Re: LIBPHP_4's UNCOMPRESS ERROR, Darryl Friesen, B.Sc., 10/15/2001

Archive powered by MHonArc 2.6.24.

Top of Page