Re: How can I use large object on PostgreSQL Linux Version? - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: How can I use large object on PostgreSQL Linux Version?
Date
Msg-id 20050207065623.GA30528@winnie.fuhr.org
Whole thread Raw
In response to How can I use large object on PostgreSQL Linux Version?  ("Premsun Choltanwanich" <Premsun@nsasia.co.th>)
List pgsql-hackers
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/


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Thinking about breaking up the BufMgrLock
Next
From: "Premsun Choltanwanich"
Date:
Subject: Re: How can I use large object on PostgreSQL Linux