![]() | |
#1
| |||
| |||
|
|
Your installation references loadable libraries that are missing from the new installation. You can add these libraries to the new installation, or remove the functions using them from the old installation. A list of the problem libraries is in the file "/opt/PostgreSQL/9.0/data/loadable_libraries.txt". |
#2
| |||
| |||
|
|
Checking for presence of required libraries fatal ERROR: could not load library "/opt/PostgreSQL/9.0/lib/postgresql/ plperl.so": libperl.so: cannot open shared object file: No such file or directory. |
#3
| |||
| |||
|
|
Mladen Gogala wrote: Checking for presence of required libraries fatal ERROR: could not load library "/opt/PostgreSQL/9.0/lib/postgresql/ plperl.so": libperl.so: cannot open shared object file: No such file or directory. Do you have perl installed on the system? Make cannot find 'libperl.so'. http://www.postgresql.org/docs/9.0/s...uirements.html |
#4
| |||
| |||
|
|
Apparently, this is a version problem. This is a plain vanilla CentOS 5.5 system. I can't just install the RPM packages because my old database will be destroyed and I don't want that. |
#5
| |||
| |||
|
|
Mladen Gogala wrote: Apparently, this is a version problem. This is a plain vanilla CentOS 5.5 system. I can't just install the RPM packages because my old database will be destroyed and I don't want that. With any common Linux distribution and derivatives like centos, you almost always want to use a prepared package for the distributions package manager. Your second preference should be building from modified source packages (srpm:s). Only as a last option you want to install from source. One minute with a familiar search engine gave me this link: http://pgrpms.org/ Another couple of minutes and I believe that the packages installed from pgrpms.org will use /var/lib/pgsql/9.0/data as the default PGDATA directory. |
![]() |
| Thread Tools | |
| Display Modes | |
| |