From: | S Murthy Kambhampaty <smk_va(at)yahoo(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | initdb errors, postgresql-8.0-beta |
Date: | 2004-08-26 21:58:50 |
Message-ID: | 20040826215850.3164.qmail@web51005.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Murthy
Your email address : smk_va(at)yahoo(dot)com
System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel PIII
DP
Operating System (example: Linux 2.4.18) : Fedora
Core 2, linux 2.6.8.1 smp
PostgreSQL version (example: PostgreSQL-8.0):
PostgreSQL-8.0 (beta), source downloaded from
ftp3.us.postgresql.org
Compiler used (example: gcc 2.95.2) : gcc 3.3.3
Please enter a FULL description of your problem:
------------------------------------------------
I was able to successfully compile
postogresql-8.0-beta (make check reporteed "Passed all
96 tests"). However, it appears that postresql was
compiled with the wrong value of --pkglibdir: rather
than libdir = $PREFIX/lib it was compiled with libdir
= $PREFIX/bin/lib, but make install put "lib/" in
$PREFIX/lib. This might have been as issue with the
"share/" dir as well as I have to give the -L option
to initdb and ln -s ../lib lib in $PREFIX bin, before
initdb returned success.
HTH,
Murthy
Please describe a way to repeat the problem. Please
try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
If you know how this problem might be fixed, list the
solution below:
---------------------------------------------------------------------
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Ingram | 2004-08-27 06:00:50 | Apologies if you don't consider this a bug and I've wasted your time. |
Previous Message | Tom Lane | 2004-08-26 15:13:25 | Re: Memory leak |