Re: How can I use large object on PostgreSQL Linux

Поиск
Список
Период
Сортировка
От Premsun Choltanwanich
Тема Re: How can I use large object on PostgreSQL Linux
Дата
Msg-id s2077c3b.075@jupiter.nsasia.co.th
обсуждение исходный текст
Список 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@fuhr.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/

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: How can I use large object on PostgreSQL Linux Version?
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Inline MemoryContextSwitchTo?