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