Thread: PGAdmin 1.18.0 alpha compile
Guys
Was planning to use 1.16.1 with Postgres 9.3 beta, but got an incompatibility error:Warning:
The server you are connecting to is not a version that is supported by this release of pgAdmin III.
pgAdmin III may not function as expected.
Supported server versions are 8.2 to 9.2.
/usr/bin/ld: libssh2/comp.o: undefined reference to symbol 'deflate'
/usr/bin/ld: note: 'deflate' is defined in DSO /usr/lib/libz.so so try adding it to the linker command line
/usr/lib/libz.so: could not read symbols: Invalid operation
OK got this sorted, pulled from git this time and compiled with --with-libz.
Compilation and make workedOn Fri, May 31, 2013 at 7:47 PM, Pieter du Plooy <pjduplooy@zpanelcp.com> wrote:
PieterUsing Ubuntu 12.04 64bit.I have exported LDFLAGS as /usr/lib.Where do I address LDFLAGS with make?I have libssh 0.5.2 as well as 1.2.8 installed (as well as dev) as well as zlib 1.2.3 (which I upgraded to 1.2.8 doing a compile)How do I get this fixed?I was then trying to compile 1.18.0 alpha and got the following:Can I disregard this?GuysWas planning to use 1.16.1 with Postgres 9.3 beta, but got an incompatibility error:
Warning:
The server you are connecting to is not a version that is supported by this release of pgAdmin III.
pgAdmin III may not function as expected.
Supported server versions are 8.2 to 9.2.
/usr/bin/ld: libssh2/comp.o: undefined reference to symbol 'deflate'
/usr/bin/ld: note: 'deflate' is defined in DSO /usr/lib/libz.so so try adding it to the linker command line
/usr/lib/libz.so: could not read symbols: Invalid operation
On Fri, 2013-05-31 at 19:47 +0200, Pieter du Plooy wrote: > Guys > > Was planning to use 1.16.1 with Postgres 9.3 beta, but got an > incompatibility error: > > Warning: > > The server you are connecting to is not a version that is supported by this > release of pgAdmin III. > > pgAdmin III may not function as expected. > > Supported server versions are 8.2 to 9.2. > > Can I disregard this? > AFAICT, there has been no important changes to existing catalogs. So I guess, yes, you can keep working on 9.3 with pgAdmin 1.16. Of course, new object types won't be recognized (materialized views, event triggers for example). -- Guillaume http://blog.guillaume.lelarge.info http://www.dalibo.com