FW: [HACKERS] plTcl test failed

From: Dan Gowin <DGowin(at)avantec(dot)net>
To: "'hackers(at)postgreSQL(dot)org'" <hackers(at)postgreSQL(dot)org>
Subject: FW: [HACKERS] plTcl test failed
Date: 1998-12-09 15:38:30
Message-ID: 43A3A1806104D211988500A0C9B576EE7CE013@avantec_exc.avantec.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----Original Message-----
From: Dan Gowin
Sent: Wednesday, December 09, 1998 10:05 AM
To: 'hacker(at)postgreSQL(dot)org'
Subject: RE: [HACKERS] plTcl test failed

Constantin,
Do a "find" for your Tcl libraries to find out if your Tcl
was installed correctly. Rerun the make for Tcl and do a "make install"
just in case. You might also want to run "ldconfig" to make sure
your libraries are registered correctly. Also, in the library
directories
check to make sure that your Tcl library links are symbolically
linked to the correct library version. You can check it by "cd"ing
to the directory and running "ls -las" to get the long listing with
links and where they go. If the links are incorrect you could
correct it with the following "ln -s libtcl8.0.so libtcl.so", assuming
"libtcl.so" is the correct link and "libtcl8.0.so" exists.

It seams to me that "libtcl.so" symbolic link can't find the
file "libtcl8.0.so". And ether the "libtcl8.0.so" does not exist or
"libtcl.so" is linked incorrectly.

My two cents.
Dan Gowin

-----Original Message-----
From: Constantin Teodorescu [mailto:teo(at)flex(dot)ro]
Sent: Wednesday, December 09, 1998 2:41 AM
To: PostgreSQL Hacker
Subject: [HACKERS] plTcl test failed

Got the latest Tcl/Tk 8.0.4 from scriptics, compiled it and installed it
with great success.
RedHat 5.2 i386, Pentium machine, kernel 2.0.36

All my tcl/tk applications are working fine but :

After compiling and installing pltcl packacge, trying to run the tests
got the error :

QUERY: insert into T_pkey1 values (1, 'key1-1', 'test key');
ERROR: Load of file /usr/local/pgsql/lib/pltcl.so failed:
/lib/libtcl8.0.so: undefined symbol: stat

Is there any other library that have to be manually added when compiling
pltcl, same way as crypt was ?
Or the error comes from tcl library ?

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

Browse pgsql-hackers by date

  From Date Subject
Next Message Constantin Teodorescu 1998-12-09 15:41:36 Re: [HACKERS] plTcl test failed
Previous Message Thomas G. Lockhart 1998-12-09 15:26:52 Re: [HACKERS] problem compiling with egcs 1.1.1