Thread: 1.4.0b1 Install problems

1.4.0b1 Install problems

From
Bastiaan Wakkie
Date:
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?


Cheers,
--
^(B(astia{2}n)?)(\s)?(W(ak{2}ie)?)$


Re: 1.4.0b1 Install problems

From
"Hiroshi Saito"
Date:
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





Re: 1.4.0b1 Install problems

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Bastiaan Wakkie
> Sent: 06 October 2005 10:01
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] 1.4.0b1 Install problems
>
> 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?

If libpq.so.4 in a place where pgAdmin can find it? Try adding it's
location to /etc/ld.so.conf and running ldconfig.

Regards, Dave.

Re: 1.4.0b1 Install problems

From
Bastiaan Wakkie
Date:
Indeed! I forgot that if I prefix all in one place this would not be a standard place to look for libraries. Sorry about that ;-)

Thanks,

Till so far "Great work" and the graphics are better too. So no comments yet!

Cheers

-- 
^(B(astia{2}n)?)(\s)?(W(ak{2}ie)?)$


If libpq.so.4 in a place where pgAdmin can find it? Try adding it's
location to /etc/ld.so.conf and running ldconfig.