Re: pgsql 7.2.2: problem compiling on Sol 8

From: Randall Perry <rgp(at)systame(dot)com>
To: Richard Gillman <rgi(at)itss(dot)nerc(dot)ac(dot)uk>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pgsql 7.2.2: problem compiling on Sol 8
Date: 2002-09-02 20:51:32
Message-ID: B9994794.19DB1%rgp@systame.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I've had some of the same problems with Pgsql 7.2. I managed to get around
some of them with help from Peter Kurpis of GCC list (search for previous
posts on the subject from me on this list).

But, I haven't been able to get createlang working. Think I might just wait
till 7.3 comes out.

> 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

--
Randy Perry
sysTame
Mac Consulting/Sales

http://www.systame.com/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Ende 2002-09-03 00:01:27 pg_hba.conf / password, crypt,md5
Previous Message Randall Perry 2002-09-02 20:47:10 Re: [GENERAL] Access 'field too long' error