Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)

Поиск
Список
Период
Сортировка
От Are Bryne
Тема Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Дата
Msg-id Pine.BSF.4.31.0201252351090.48608-100000@david.i.communique.no
обсуждение исходный текст
Ответ на Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)  (Are Bryne <are-pgsql-ports@communique.no>)
Ответы Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Список pgsql-ports
On Fri, 25 Jan 2002, Are Bryne wrote:

> On Fri, 25 Jan 2002, Tom Lane wrote:
>
> > In the meantime perhaps you can survive without ssl support ...
>
> I'll try.

That did it...

Though when running:
# su -l pgsql -c initdb
This database system will be initialized with username "pgsql".
This user will own all the data files and must also own the server
process.

Creating directory /usr/local/pgsql/data
Creating directory /usr/local/pgsql/data/base
Creating directory /usr/local/pgsql/data/global
Creating directory /usr/local/pgsql/data/pg_xlog
Creating template1 database in /usr/local/pgsql/data/base/1
Bad system call - core dumped

initdb failed.
Removing /usr/local/pgsql/data.
Removing temp file /tmp/initdb.27045.

No directories were created under /usr/local/pgsql ...

I'll do some research to see if this is a FAQ or a known issue.
Unfortunately, I'm no good at debugging.

this seems ok:
# ldd `which postgres`
/usr/local/bin/postgres:
        -lz.2 => /usr/lib/libz.so.2.0 (0x201a8000)
        -lcrypt.2 => /usr/lib/libcrypt.so.2.0 (0x201b4000)
        -lm.2 => /usr/lib/libm.so.2.0 (0x201b7000)
        -lutil.2 => /usr/lib/libutil.so.2.2 (0x201d2000)
        -lreadline.3 => /usr/lib/libreadline.so.3.0 (0x201d8000)
        -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x201f7000)
        -lc.3 => /usr/lib/libc.so.3.1 (0x201fb000)

> >             regards, tom lane
> Are Bryne

Thank you for your time and help!

Regards,
Are Bryne
--
Communiqué DA                            Office:       +47 22 44 33 99
Postboks 9050 Grønland                   Mobile:        +47 900 22 009
NO-0133 Oslo                             URL: http://www.communique.no


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

Предыдущее
От: Are Bryne
Дата:
Сообщение: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)