Please add wxgtk2.8 dependences ;)
Search Criteria
Package Details: pgadmin3-testing 1.16.0-1
Package Actions
| Package Base: | pgadmin3-testing |
|---|---|
| Description: | A comprehensive design and management interface for PostgreSQL database |
| Upstream URL: | http://www.pgadmin.org/ |
| Category: | devel |
| Licenses: | |
| Submitter: | intgr |
| Maintainer: | intgr |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2010-09-10 13:10 |
| Last Updated: | 2012-09-14 12:12 |
Dependencies (3)
Required by (0)
Sources
Latest Comments
Comment by GutsBlack
Comment by intgr
Updated to 1.16.0 final. :)
Comment by intgr
Updated to 1.16.0beta2, thanks for reminding.
Comment by eshizhan
@intgr: Please Update to 1.16.0beta2, thx!
Comment by intgr
Updated to 1.16.0beta1
Comment by intgr
Yes, you can *run* pgAdmin without a local PostgreSQL server installation, but building it requires server headers, such as server/parser/kwlist.h for the list of reserved keywords.
Anonymous comment
for pgadmin3, it shouldn't even require a postgresql installation since it should be usabale to admin servers on other computers, no?
I will try upgrading to 9.1 with the AUR package.
Comment by intgr
Did you have any luck with upgrade to 9.1.0?
Comment by intgr
Updated to 1.14.0 release
@99Percent: Actually I'm not sure why it fails for you. On my computer, it prefers the /usr/local/pgsql installation if it exists (I have git version there) and builds successfully. Perhaps it's a bug in 9.1beta3
In any case, upgrading 9.1beta3 -> 9.1.0 (the version in postgresql-testing) should work with no problems. You don't need to dump/restore or anything
Anonymous comment
postgres-libs is installed and it passed the dependency check of this package
Maybe its because I downloaded and compiled postgresql (9.1beta3) instead of installing it as a package?
Will I run into potentially serious problems if I try to install the postgres-testing AUR package on top of the one I manually compiled and installed?
Comment by intgr
@99Percent: The 'postgresql-libs' dependency is there for a reason. Do you have that installed?
Or you might want to try the postgresql-testing AUR package, which tracks latest PostgreSQL alpha, beta and rc releases: https://aur.archlinux.org/packages.php?ID=31562
(Unfortunately PostgreSQL developers have discontinued alpha releases for the 9.2 cycle)
Anonymous comment
I now get:
checking PostgreSQL in /usr/local/pgsql... failed
configure: error: you must specify a valid PostgreSQL 8.4+ installation with --with -pgsql=DIR
And I do have postgresql (9.1beta3) installed on /usr/local/pgsql
How to fix?
Comment by intgr
Updated to 1.14.0rc1, sorry about the delay.
99Percent, are you still getting that error?
Anonymous comment
I had to change:
./configure --prefix=/usr
to
./configure --with-pgsql=/usr
but I still get this error:
gcc -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/local/pgadmin3/share/pgadmin3/\" -I../pgadmin/include -I/usr/include -I/usr/include/postgresql -DHAVE_CONNINFO_PARSE -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -MT keywords.o -MD -MP -MF .deps/keywords.Tpo -c -o keywords.o `test -f './db/keywords.c' || echo './'`./db/keywords.c
./db/keywords.c:33:34: fatal error: server/parser/kwlist.h: No such file or directory
compilation terminated.
The main reason I want to run this version is that I get a sudden closing of pgadmin3 when I try to run the query tool (archlinux 64) I have searched everywhere and I cannot find the solution.
Comment by intgr
Updated to 1.14.0beta1