problem with LOAD

From: abdelkrim <haj(at)idianet(dot)net>
To: pgsql-general(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org
Subject: problem with LOAD
Date: 1999-05-20 18:06:30
Message-ID: 37444F26.B1BC47A@idianet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

hello every body

i have some problem with LOAD command

postgres=> LOAD '/usr/local/pgsql/complex.so';
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or while
processing the request.
We have lost the connection to the backend, so further processing is
impossible. Terminating.
$>>

I build complex.so by:

>> gcc -I../include -I../backend -O2 -m486 -pipe -Wall
-Wmissing-prototypes -I../interfaces/libpq -I../../include -c
complex.c -o complex.o
>> ld -x -r -o complex.o.obj complex.o
>> ranlib complex.so.pic
>> ld -x -Bshareable -o complex.so complex.so.pic

I use FreeBSD-3.1 with PostgreSQL 6.4.2

thanks

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rudy Gireyev 1999-05-20 18:46:15 RE: [GENERAL] Relations between tables.
Previous Message Jackson, DeJuan 1999-05-20 18:01:25 RE: [GENERAL] Relations between tables.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Benoit Foucher 1999-05-20 19:29:55 Re: [INTERFACES] JDBC from remote
Previous Message Alex Turner 1999-05-20 18:00:52 JDBC from remote