[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: etch-backports / postgresql-8.2



* Felix Antonius Wilhelm Ostmann <ostmann <at> websuche.de> [2008-01-15 16:01:20 CET]:
Sorry for that short mail, send to fast.



VERSION = PostgreSQL 8.2.6

i think currently are the following flags are wrong `pg_config`:
BINDIR = /usr/bin
PKGLIBDIR = /usr/lib
PGXS = /usr/lib/pgxs/src/makefiles/pgxs.mk

 Those are the sames set in the version of postgresql-8.2 on testing.
Are those causing any problems?



VERSION = PostgreSQL 8.2.5

on another system i installed postgres-8.2 for a while i have this:
BINDIR = /usr/lib/postgresql/8.2/bin
PKGLIBDIR = /usr/lib/postgresql/8.2/lib
PGXS = /usr/lib/postgresql/8.2/lib/pgxs/src/makefiles/pgxs.mk

 What other system? What version of postgresql-8.2 do you have there?

 So long,
Rhonda [pg-8.2 backporter]



i updated the 8.2.5 and now i have at both system problems :-/

i am using the enumkit from Andrew Dunstan (http://www.oreillynet.com/pub/a/databases/2006/01/06/enumerated-fields-in-postgresql.html)

it works very fine, but he need pg_config to get the libdir, pgxs and other things. with the new version, this enumkit wont work, becouse postgres himself is looking in /usr/lib/postgresql/8.2/lib i think and pg_config told that the .so must be in /usr/lib. After i copied the .so files from /usr/lib to /usr/lib/postgresql/8.2/lib and edit the makefile to use the old pg_config --pgxs it works :)




Reply to: