On Tue, Sep 11, 2012 at 6:49 AM, Adrian Klaver <adrian.klaver@gmail.com> wrote:
> On 09/10/2012 09:43 PM, Mike Christensen wrote:
>> Is there a place to download pgAdmin 1.16 for openSuse (or a
>> repository I can add?)
>>
>> All I can find is packages for 1.14, however this version is unable to
>> connect to Postgres 9.2 databases. Thanks!
>
> I could find none. You might have to build from source. I have done that in the past
> and it is not to bad. See here for some tips:
>
http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=blob;f=INSTALL;h=ac08b645c4bad6afa47e47afe9dfe45afed7156f;hb=REL-1_12_0_PATCHES
>
> On the pgAdmin site the Source Code link points to the first Beta of 1.16.
>
> To get the non Beta version go to:
> http://www.postgresql.org/ftp/pgadmin3/release/v1.16.0/src/
Yea, I think I'm in a bit over my head trying to build from source.
After I finally got all the dependencies worked out, I just get:
mike@dev:~/pgadmin3-1.16.0> make all
make all-recursive
make[1]: Entering directory `/home/mike/pgadmin3-1.16.0'
Making all in xtra/png2c
make[2]: Entering directory `/home/mike/pgadmin3-1.16.0/xtra/png2c'
gcc -O2 -L/usr/local/pgsql/lib64 -Wl,-as-needed -L/usr/local/lib -o
png2c png2c.o -L/usr/local/pgsql/lib64 -lcrypto -lpq
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld:
cannot find -lcrypto
collect2: ld returned 1 exit status
make[2]: *** [png2c] Error 1
make[2]: Leaving directory `/home/mike/pgadmin3-1.16.0/xtra/png2c'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/pgadmin3-1.16.0'
make: *** [all] Error 2
mike@dev:~/pgadmin3-1.16.0>
This is on openSuSE 12..