From: | "Premsun Choltanwanich" <Premsun(at)nsasia(dot)co(dot)th> |
---|---|
To: | <mike(at)fuhr(dot)org> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: How can I use large object on PostgreSQL Linux |
Date: | 2005-02-07 07:33:24 |
Message-ID: | s2077c3b.075@jupiter.nsasia.co.th |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear Michael Fuhr,
The word you said is correct on most information. I will give you
more information.
<Q> I'd guess that you haven't installed some third-party modules that
you need on the Linux box, or that you've installed them in the wrong
place.
<A> I don't make sure about third-party information cause all of module
I use for Windows Version is install already on the time I install
PostgreSQL RC1 on Windows.
<Q> What version of PostgreSQL are you running on the Linux box and how
did you install it?
<A1> PostgreSQL 8.0.1 on i686-pc-linux-gnu, complied by GCC gcc (GCC)
3.3.3 (SuSE Linux)
<A2> gmake On SuSE 9.0 (follow the instruction.)
>>> Michael Fuhr <mike(at)fuhr(dot)org> 07-Feb-05 1:56:23 PM >>>
On Mon, Feb 07, 2005 at 11:40:41AM +0700, Premsun Choltanwanich wrote:
>
> I found that at least Large Object that now failed and no data can
be
> imported to Linux version. The problem I found was shown like:
>
> ERROR: could not access file "$libdir/lo": No such file or
directory
> ERROR: could not access file "$libdir/dbsize": No such file or
> directory
> ERROR: could not access file "$libdir/admin": No such file or
> directory
I'd guess that you haven't installed some third-party modules that
you need on the Linux box, or that you've installed them in the
wrong place. lo and dbsize look like modules from the contrib
directory in the PostgreSQL source code (or available via a separate
package, if you're using prebuilt packages); I don't know what admin
is.
What version of PostgreSQL are you running on the Linux box and how
did you install it?
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2005-02-07 08:09:57 | Re: Thinking about breaking up the BufMgrLock |
Previous Message | Michael Fuhr | 2005-02-07 06:56:23 | Re: How can I use large object on PostgreSQL Linux Version? |