![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
/usr/local/pgsql/src/postgresql-8.1.2/contrib/dblink>gmake .../../src/backend/port/aix/mkldexport.sh libdblink.a > libdblink.exp |
#2
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 2608 Logged by: Michael Hoffmann Email address: hoffmann (AT) fh-trier (DOT) de PostgreSQL version: 8.1.2 Operating system: AIX 5.3 Description: dblink compile fails on AIX 5.3 Details: /usr/local/pgsql/src/postgresql-8.1.2/contrib/dblink>gmake ../../src/backend/port/aix/mkldexport.sh libdblink.a > libdblink.exp xlC -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE -o libdblink.so libdblink.a -Wl,-bE:libdblink.exp -L../../src/interfaces/libpq -L../../src/port -lpq -Wl,-bI:../../src/backend/postgres.imp ld: 0711-317 ERROR: Undefined symbol: .bindtextdomain ld: 0711-317 ERROR: Undefined symbol: .dgettext ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. gmake: *** [libdblink.so] Error 8 |
#3
| |||
| |||
|
|
The following bug has been logged online: Bug reference: 2608 Logged by: Michael Hoffmann Email address: hoffmann (AT) fh-trier (DOT) de PostgreSQL version: 8.1.2 Operating system: AIX 5.3 Description: dblink compile fails on AIX 5.3 Details: /usr/local/pgsql/src/postgresql-8.1.2/contrib/dblink>gmake ../../src/backend/port/aix/mkldexport.sh libdblink.a > libdblink.exp xlC -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE -o libdblink.so libdblink.a -Wl,-bE:libdblink.exp -L../../src/interfaces/libpq -L../../src/port -lpq -Wl,-bI:../../src/backend/postgres.imp ld: 0711-317 ERROR: Undefined symbol: .bindtextdomain ld: 0711-317 ERROR: Undefined symbol: .dgettext ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. gmake: *** [libdblink.so] Error 8 |
#4
| |||
| |||
|
|
+SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS)) |
#5
| |||
| |||
|
|
Done, but it's really pretty ugly. I am thinking it'd make more sense for Makefile.global to define a macro for the libraries libpq depends on ... |
#6
| |||
| |||
|
|
I wrote: Done, but it's really pretty ugly. I am thinking it'd make more sense for Makefile.global to define a macro for the libraries libpq depends on ... I went ahead and did this as per discussion here: http://archives.postgresql.org/pgsql...8/msg00200.php Please see if I managed to break AIX ;-). It'd be a good idea to compile with every configure option you can find turned on. |
![]() |
| Thread Tools | |
| Display Modes | |
| |