Re: could not find /usr/local/timezone

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: could not find /usr/local/timezone
Date: 2004-11-04 05:46:54
Message-ID: 200411032146.54885.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom,

> As best I can tell, this is coming out because pgtz.c thinks that
> /usr/share/timezone is where Postgres' own timezone files are; which
> implies that get_share_directory() is returning /usr/share; which does
> not make a lot of sense. I think you must have used nondefault
> configuration settings for the installation location (--prefix and
> friends) ... so the above answer is not very helpful.

Nope:
$ ./configure --with-perl --with-odbc

One nonstandard thing about the target locations was that /usr/local/pgsql is
a mount and not an ordinary directory. Dunno how that could make PG lose
the libdir, though.

Will send you the full config.log when I'm back in my office and can retrieve
it.

--Josh

--
__Aglio Database Solutions_______________
Josh Berkus Consultant
josh(at)agliodbs(dot)com www.agliodbs.com
Ph: 415-752-2500 Fax: 415-752-2387
2166 Hayes Suite 200 San Francisco, CA

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Luiz K. Matsumura 2004-11-04 13:06:21 Bug in pgAdminIII or in pg 8 beta3 ?
Previous Message Tom Lane 2004-11-03 22:50:36 Re: could not find /usr/local/timezone