Hi, I would like to install postgresql on my RH9 box without upgrading to another Linux distro.
The install runs fine until the install script tries to initialise the database cluster:
Quote:
|
Error running /opt/postgresql/8.3/installer/server/initcluster.sh "postgres" "xxxxx_" "/opt/postgresql/8.3" "/opt/postgresql/8.3/data" 5432 DEFAULT : /opt/postgresql/8.3/bin/initdb: relocation error: /opt/postgresql/8.3/bin/initdb: symbol sys_siglist, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference
|
My understanding is that the above issue is due to the initdb binary being compiled with a library other than glibc_2.3.3. Is this correct? If so can I update the library links and put in an updated library with the correct links, or will I have to compile postgre on my system?
Thanks