Summary: | www/apache22: with PgSQL option require only libpq.so.3 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergey <printer> |
Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Sergey
2007-11-12 14:20:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs this is a ports thingy. Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer. Responsible Changed From-To: clement->apache apache team State Changed From-To: open->closed you mix-mastered your pgsql libraries $ cd /var/db/pkg $ ls -1d apr* apache* tcl* post* apache-2.2.15_2/ apr-devrandom-gdbm-db42-mysql55-pgsql82-1.4.2.1.3.9_1/ postgresql-client-8.2.15_1/ postgresql-server-8.2.15_1/ tcl-8.2.3_9/ $ cd /usr/local/www/apache22/cgi-bin $ cat t.tcsh #!/usr/local/bin/tclsh8.2 puts "Content-Type: text/plain\n\n"; puts "Hello World"; $ cd ~ $ curl http://localhost/cgi-bin/t.tcsh Hello World $ tail /var/log/httpd-error.log [Fri May 07 16:05:44 2010] [notice] caught SIGTERM, shutting down [Fri May 07 16:05:44 2010] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Fri May 07 16:05:45 2010] [notice] Digest: generating secret for digest authentication ... [Fri May 07 16:05:45 2010] [notice] Digest: done [Fri May 07 16:05:46 2010] [notice] Apache/2.2.15 (FreeBSD) mod_ssl/2.2.15 OpenSSL/1.0.0 DAV/2 PHP/5.3.2 with Suhosin-Patch configured -- resuming normal operations |