Discussion:
(NONE)
(too old to reply)
lise chhay
2004-06-03 11:01:28 UTC
Permalink
I have tried to install webauth on Mandrake 2.4.22. For this, I have installed :
apache server, Tcl/Tk, PostgreSQL, mod_auth_pgsql et pwgen.

- server apache work
- Tcl/Tk work
- mod_auth_pgsql work
- pwgen work

- At the installation of PostgreSQL, the command to start the server work :
nohup /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data \
</dev/null >>server.log 2>&1 </dev/null &

- the command create testdb work. The testdb database was created.
- I've a problem when I launched the command psql testdb. I get a error message :
psql:relocation error: psql : undefined symbol : PQgetSSL

I you demand to reply to my questions, please.
Friendly
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
Oliver Elphick
2004-06-03 11:29:22 UTC
Permalink
Post by lise chhay
psql:relocation error: psql : undefined symbol : PQgetSSL
When you build PostgreSQL, you need to add --with-openssl to the
configure command.

Oliver Elphick


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Loading...