Re: 8.2beta1 does not compile for me on Solaris 10

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: 8.2beta1 does not compile for me on Solaris 10
Дата
Msg-id 452C17A8.2090508@dunslane.net
обсуждение исходный текст
Ответ на Re: 8.2beta1 does not compile for me on Solaris 10  (Joseph S <jks@selectacast.net>)
Ответы Re: 8.2beta1 does not compile for me on Solaris 10  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Joseph S wrote:
> Tom Lane wrote:
>> Joseph S <jks@selectacast.net> writes:
>>
>>> Anyway I installed the readline package from blastwave but the 
>>> configure script still didn't find it.
>>
>>
>> Where does blastwave put it?  You likely need --with-includes and/or
>> --with=libraries switches to tell configure where to look.
>>
>>             regards, tom lane
>
> If I run:
>
> ./configure --enable-debug --with-cassert 
> --with-includes=/opt/csw/include --with-libraries=/opt/csw/lib
>
> it gets past the readline problem, but fails later with:
>
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for fseeko... (cached) yes
> checking test program... failed
> configure: error:
> *** Could not execute a simple test program.  This may be a problem
> *** related to locating shared libraries.  Check the file 'config.log'
> *** for the exact reason.
>
> $ tail config.log
> #define PACKAGE_NAME "PostgreSQL"
> #define PACKAGE_STRING "PostgreSQL 8.2beta1"
> #define PACKAGE_TARNAME "postgresql"
> #define PACKAGE_VERSION "8.2beta1"
> #define PG_KRB_SRVNAM "postgres"
> #define PG_VERSION "8.2beta1"
> #define PG_VERSION_NUM 80200
> #define PG_VERSION_STR "PostgreSQL 8.2beta1 on i386-pc-solaris2.10, 
> compiled by GCC gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)"
>
> configure: exit 1
>


I had similar issues, which is why I installed a private copy of readline.

See working config at 
http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=hyena&dt=2006-10-10%20012001&stg=config

cheers

andrew


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Updated version of FAQ_Solaris
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: 8.2beta1 does not compile for me on Solaris 10