From: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
---|---|
To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Upgrade Problem: 7.4.3 -> 8.1.2 |
Date: | 2006-01-20 01:45:51 |
Message-ID: | Pine.LNX.4.63.0601191724050.20481@salmo.appl-ecosys.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 19 Jan 2006, Joshua D. Drake wrote:
> What does your apache error log say? I am guess that DBD::Pg can no longer
> find libpq and you need to recompile DBD::Pg.
Josh,
No, that's not quite right.
I re-installed DBD::Pg and was told that it's up to date. Then I stopped
and restarted httpd. Tailed the error.log and found:
[Thu Jan 19 17:22:05 2006] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Warning: Unknown(): Unable to load dynamic library
'/usr/lib/php/extensions/pgsql.so' - /usr/lib/php/extensions/pgsql.so: cannot
open shared object file: No such file or directory in Unknown on line 0
Sure enough. There is no pgsql.so on the system. I have php-4.4.1-i486-2
installed here; just upgraded from the -1 build. A Google search suggests
that pgsql.so should be with either php or postgres; probably the former.
Suggestions where I can get it? It's either in the Slackware package and
not being seen by the system, or something has seriously broken.
Thanks,
Rich
--
Richard B. Shepard, Ph.D. | Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) | Impact Assessments Using Fuzzy Logic"
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
From | Date | Subject | |
---|---|---|---|
Next Message | frank church | 2006-01-20 01:49:03 | What is the maximum length of an IN(a,b,c....d) list in PostgreSQL |
Previous Message | Alex Jiang | 2006-01-20 01:34:29 | selecting array slice problem |