8.0.0beta1 initdb failure on OSX 10.3.5

From: Adam Witney <awitney(at)sghms(dot)ac(dot)uk>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: 8.0.0beta1 initdb failure on OSX 10.3.5
Date: 2004-08-10 09:31:28
Message-ID: BD3E5480.3727B%awitney@sghms.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi, just built and tried the regressions tests, but it fails here:

============== initializing database system ==============
./pg_regress: line 470: 10212 Trace/BPT trap "$bindir/initdb" -D
"$PGDATA" -L "$datadir" --noclean $initdb_options >"$LOGDIR/initdb.log" 2>&1

pg_regress: initdb failed
Examine ./log/initdb.log for the reason.

make[2]: *** [check] Error 2
rm regress.o
make[1]: *** [check] Error 2
make: *** [check] Error 2

The contents of ./log/initdb.log :

dyld:
/usr/local/install/postgresql-8.0.0beta1/src/test/regress/./tmp_check/instal
l//usr/local/pgsql/bin/initdb can't open library:
/usr/local/pgsql/lib/libpq.3.dylib (No such file or directory, errno = 2)

There is certainly a file at
.//src/test/regress/tmp_check/install/usr/local/pgsql/lib/libpq.3.dylib

adam

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2004-08-10 09:40:20 Re: fix schema ownership on first connection preliminary
Previous Message Dave Page 2004-08-10 07:13:01 pg_autovacuum Win32 Service Code