Bug 51994
| Summary: | psql wont start. Error is psql: undefined symbol: PQgetssl | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Need Real Name <robert_macaulay> |
| Component: | postgresql | Assignee: | Trond Eivind Glomsrxd <teg> |
| Status: | CLOSED WORKSFORME | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | roswell | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-20 20:35:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Need Real Name
2001-08-17 21:11:34 UTC
rpm -q postgresql - this doesn't happen in standard use for me, and seems to indicate there is a mismatch of ssl-support in database and client. postgresql-7.1.2-6 postgresql-server-7.1.2-6 What provides the ssl-support? We (Red Hat) should really try to fix this before next release. The ssl support should be built into the database and client. Note that rh-pgdump.sh script is intended for upgraded from Red Hat Linux 6.x only - use "pg_dumpall" for newer releases. Did that - it works just fine here, with postgresql-7.1.3-1. This shouldn't be different in older releases, though, unless you have a mismatch between client and server. I did use the pg_dumpall to dump the database. I then used the psql -e template1 < dumpfile command to restore the database. This operation actually worked. It's afterwards, when I attempt to connect to the database is when I get this error. Prior to the upgrade, when I was running 7.1, I had edited the postgres conf file, I believe pg_hba.conf to allow remote clients to connect to the server(via the secure one, I forget which option that was, and the box is off now). Perhaps this is where the error is. I did upgrade in the way you described when I closed it, and had tested it afterwards (the database was minimal, though - one table, six records). No problems. Still having problems.. rpm -qa | grep postgresql shows all the postgresql packages at version 7.1.2-6 I cleaned out the /var/lib/pgsql dir, and did an initdb as postgres. I restarted the database. Then, as user postgres, did a `createdb test`, followed by `psql test` and got the same error again. This box was upgraded from 7.1. I have a openssl-0.9.6b-3 providing /lib/libssl.so.0.9.6b(version 1) I also have a openssl096-0.9.6-5 providing /usr/lib/libssl.so.0.9.6(version 2) Could this be the problem? xemacs-21.5.28-10.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/xemacs-21.5.28-10.fc10 |