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

From: Are Bryne <are-pgsql-ports(at)communique(dot)no>
To: Are Bryne <are-pgsql-ports(at)communique(dot)no>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-ports(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Date: 2002-01-25 23:04:26
Message-ID: Pine.BSF.4.31.0201252351090.48608-100000@david.i.communique.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2002-01-25 23:30:39 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)
Previous Message Are Bryne 2002-01-25 22:11:24 Re: Compiling on FreeBSD 2.2.x? (-export-dynamic unavailable)