I decided to build a new postgresql. I
downloaded v7.3.2 today and am trying to install it on RedHat 9.0
It seemed to build okay. I gave it the following configure options:
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-recode \
--localstatedir=/var/lib/pgsql \
--mandir=/usr/share/man
--enable-syslog \
--disable-shared \
--with-pam \
--with-openssl \
Then ran 'make' which gave me:
All of PostgreSQL successfully made. Ready to install.
So, I ran 'make install'. It stopped at:
..
make[3]: Entering directory
`/root/postgresql-7.3.2/src/backend/utils/mb/conversion_procs/ascii_and_mic'
/bin/sh ../../../../../../config/install-sh -c -m 755
/opt/pgm/pgsql/lib/ascii_and_mic.so
install: /opt/pgm/pgsql/lib/ascii_and_mic.so does not exist
make[3]: *** [install] Error 1
..
I already had installed the following:
glibc-devel
readline-devel
openssl-devel
pam-devel
Yet, things doesn't work alright for me.
I searched google for the error but it didn't turn up anything. Any
thoughts?
rhonneil
Bookmarks