| From: | "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp> |
|---|---|
| To: | <bastiaan(at)wakkie(dot)org> |
| Cc: | <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: 1.4.0b1 Install problems |
| Date: | 2005-10-06 09:41:44 |
| Message-ID: | 01a001c5ca5a$29b0b0c0$01324d80@hiroshi5jz7dqj |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
From: "Bastiaan Wakkie"
> Hi,
>
> I do the following...
>
> user# ./configure --prefix=/var/db/pgadmin1.4.0b1/
> --exec-prefix=/var/db/pgadmin1.4.0b1/ --with-pgsql=/var/db/pg8
>
> ...then when I start pgadmin I get the following error...
>
> ./pgadmin3: error while loading shared libraries: libpq.so.4: cannot
> open shared object file: No such file or directory
>
> ...so I guess this is not correct?
You are seen as having succeeded in structure.
Probably you have forgotten...
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib:
export LD_LIBRARY_PATH
Regards,
Hiroshi Saito
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hiroshi Saito | 2005-10-06 09:42:48 | Re: strange question of pgadmin-tool. |
| Previous Message | Bastiaan Wakkie | 2005-10-06 09:00:41 | 1.4.0b1 Install problems |