Re: pgsql on Solaris 10 - Mailing list pgsql-bugs

From Zdenek Kotala
Subject Re: pgsql on Solaris 10
Date
Msg-id 450EA76D.4030308@sun.com
Whole thread Raw
In response to pgsql on Solaris 10  (<vodhner@cox.net>)
List pgsql-bugs
vodhner@cox.net napsal(a):
> Compiling PostgreSQL 8.1.4 under Solaris 10, I ran into a problem documented back on 2006-05-30.  Apparently in order
tocompile successfully, one has to remove an unreferenced function pqsignalinquire()  in
src/interfaces/libpq/pqsignal.c.
>
> Since I stepped into this hole, is there anything I can do to help ensure that nobody else has to get lost on Google
forseveral hours tracking down the same problem?  I have been a Free Software user for some time but am not familiar
withways of feeding back into the process. 
>
> Thanks,
>
> Victor Odhner
>
> -----
>
> Details of the problem:
>
> Removing the function eliminated the following error when linking "initdb":
>
>   Undefined symbol    --    first referenced in file
>
>   sigmask                      --    ../../../src/interfaces/libpq/libpq.so
>
>   sigblock                      --    ../../../src/interfaces/libpq/libpq.so
>
>   ld: fatal: Symbol referencing errors. No output written to initdb
>

The postgresql 8.1.4 is standard part of solaris 10 update 2. You can
download prepared packages from pgfoundry. However, if you want to
compile by yourself, check if you have correct setup of LD_LIBRARY_PATH
to the related libc. I have never had problem with postgres compilation
on solaris 10 and opensolaris (nevada).

        Zdenek

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2631: database locking problem
Next
From: "Ross Elliott"
Date:
Subject: Re: BUG #2631: database locking problem