![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
relocation error: /home/drotschm/.Installation/postgresql-7.4RC2/src/test/regress/./tmp_check/install//PostgreSQL//bin/createdb: undefined symbol: get_progname pg_regress: createdb failed |
#3
| |||
| |||
|
|
Wolfgang Drotschmann <drotschm (AT) fgan (DOT) de> writes: relocation error: /home/drotschm/.Installation/postgresql-7.4RC2/src/test/regress/./tmp_check/install//PostgreSQL//bin/createdb: undefined symbol: get_progname pg_regress: createdb failed Hmm. get_progname() should be getting linked into the createdb executable by way of libpgport.a from the src/port/ directory. Can you look at the build process in src/port/ and src/bin/scripts/ and try to see what went wrong? The only idea that comes to mind is that a wrong (old) copy of libpgport got picked up somehow, but seeing that we don't install it, it's not clear how there could be an old copy anywhere. |
#4
| |||
| |||
|
|
In an effort to answer your question above, I started again from scratch on the same machine... And you guess it - the checks went through. I don't know what happend that day. I'm sorry if I raised some dust! |
#5
| |||
| |||
|
|
Hmm. get_progname() should be getting linked into the createdb executable by way of libpgport.a from the src/port/ directory. Can you look at the build process in src/port/ and src/bin/scripts/ and try to see what went wrong? The only idea that comes to mind is that a wrong (old) copy of libpgport got picked up somehow, but seeing that we don't install it, it's not clear how there could be an old copy anywhere. |
![]() |
| Thread Tools | |
| Display Modes | |
| |