Re: Cannot open shared object file

From: Eric Marsden <emarsden(at)mail(dot)dotcom(dot)fr>
To: "Laurent DELVAUX" <bs243537(at)skynet(dot)be>
Cc: "interfaces" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: Cannot open shared object file
Date: 1998-12-10 13:48:33
Message-ID: wziiufk9kge.fsf@mail.dotcom.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>>>>> "LD" == Laurent DELVAUX <bs243537(at)skynet(dot)be> writes:

LD> I install pgaccess but when I launch it I got a error message like this:
LD>
LD> "Error in startup script: couldn't load file "libpgtcl.so: cannot open shared object file:
LD> while executing "load libpgtcl.so"
LD> (procedure "main line3")
LD> invoke from whithin "main $argc $argv"
LD> file "./pgaccess.tcl"
LD> line 5203

Sounds like you need to set $LD_LIBRARY_PATH to include the path to
libpgtcl.so, something like

export LD_LIBRARY_PATH=/usr/local/pgsql/lib:$LD_LIBRARY_PATH


LD> I'm running linux 5.1 and postgresql 6.4 on a pentium2

You mean version 5.1 of the Red Hat Linux distribution, I suppose. I'm
surprised pgaccess isn't set up correctly out of the box. You
installed it as an RPM, right, not as a .tar.gz?

--
Eric Marsden
emarsden @ mail.dotcom.fr
It's elephants all the way down

In response to

  • at 1998-12-10 11:31:54 from Laurent DELVAUX

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-12-10 14:19:15 Re: [INTERFACES] Re: Cannot open shared object file
Previous Message Laurent DELVAUX 1998-12-10 11:31:54