| From: | Stefan Huber <schweinsaug(at)crosswinds(dot)net> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Installation-trouble |
| Date: | 2001-02-28 22:43:15 |
| Message-ID: | 5.0.2.1.0.20010228233900.00aa78a8@pop.crosswinds.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi!
>Dear Postgresql-experts,
Uh, that's what I'm not :)
>uranus% /home/lange/pgsql/local/bin/createdb testdb
> ld.so.1: /home/lange/pgsql/local/bin/psql: fatal: libpq.so: open failed: No such file or directory
Either you issue (if you're using bash)
$ export LD_LIBRARY_PATH=/home/lange/pgsql/local/lib
(you can put this line into your ~/.bashr)
of (if you have root privileges), you might edit /etc.ld.so.conf and add the line
/home/lange/pgsql/local/lib
to it, then run
$ ldconfig -v
This lists all the libraries, ldconfig finds. The pg_libs should be there.
BTW: This is described in the INSTALL file (Point 8.), too.
Stefan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | lbottorff | 2001-02-28 22:51:24 | Python, Postgres support? |
| Previous Message | Christoph Lange | 2001-02-28 21:57:05 | Installation-trouble |