pgsql 7.2.2: problem compiling on Sol 8

From: Richard Gillman <rgi(at)itss(dot)nerc(dot)ac(dot)uk>
To: pgsql-admin(at)postgresql(dot)org
Subject: pgsql 7.2.2: problem compiling on Sol 8
Date: 2002-09-02 10:44:00
Message-ID: 3D7340F0.69976C74@itss.nerc.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm trying to compile PGSQL 7.2.2 to run with PHP and Apache on Solaris
8. The compilation appears to go OK, but, when I load Apache, I get

Syntax error on line 237 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
/usr/apache/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file
or directory
/usr/apache/bin/apachectl start: httpd could not be started

I pinned this down to

ldd /usr/local/pgsql/lib/libpq.so.2
libgcc_s.so.1 => (file not found)

I am using gcc 3.1.1, which is installed in a non-default location. My
command sequence is:

setenv LD_LIBRARY_PATH
/nerc/packages/gcc/3.1.1/lib:/nerc/packages/gcc/3.1.1/lib/sparcv9
setenv LDFLAGS "-L/nerc/packages/gcc/3.1.1/lib
-R/nerc/packages/gcc/3.1.1/lib"
configure --quiet --with-libraries=/nerc/packages/gcc/3.1.1/lib
--with-includes=/nerc/packages/gcc/3.1.1/lib
gmake

then, as root, gmake install

I see from browsing the email lists that this problem has been
encountered before, May 2001 was the earliest reference, but have not
been able to find a solution.

Can anybody help? Reply to me directly, I will summarise.

I also tried 7.1.3; this gave me

heaptuple.c:760: `MAXIMUM_ALIGNOF' undeclared (first use in this
function)
gmake[4]: *** [heaptuple.o] Error 1
gmake[4]: Leaving directory
`/local1/dick1/apache/postgresql-7.1.3/src/backend/access/common'
gmake[3]: *** [common-recursive] Error 2
gmake[3]: Leaving directory
`/local1/dick1/apache/postgresql-7.1.3/src/backend/access'
gmake[2]: *** [access-recursive] Error 2
gmake[2]: Leaving directory
`/local1/dick1/apache/postgresql-7.1.3/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/local1/dick1/apache/postgresql-7.1.3/src'
gmake: *** [all] Error 2

thanks in advance, Dick

--
Richard Gillman
iTSS UNIX Systems Group, Maclean Building, Wallingford OX10 8BB
Tel: 01491 - 692 339

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message ashu khurana 2002-09-02 11:11:05 statistics collector process exception
Previous Message Gordon Ross 2002-09-02 10:33:51 Problem building JDBC with PG7.2.2