| From: | Janine Sisk <janine(at)furfly(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | <pgsql-general(at)postgresql(dot)org>, Carl Coryell-Martin <carl(at)greenmediatoolshed(dot)org> |
| Subject: | Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2) |
| Date: | 2002-04-08 16:23:12 |
| Message-ID: | B8D73C30.79EB%janine@furfly.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 4/8/02 11:15 AM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Does the dynamic loader find libtcl.so? Running ldd on pltcl.so might
> be enlightening.
Well, there is no obvious error:
[postgres(at)rex tcl]$ make
gcc -pipe -O -D__NO_STRING_INLINES -D__NO_MATH_INLINES -fPIC
-I../../../src/include -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1
-DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1
-DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1
-DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1
-DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1
-c -o pltcl.o pltcl.c
gcc -pipe -shared -Wl,-soname,libtcl.so.0 -o pltcl.so pltcl.o -L/usr/lib
-ltcl -ldl -lieee -lm -lc
[postgres(at)rex tcl]$ ldd ./pltcl.so
libdl.so.2 => /lib/libdl.so.2 (0x4000f000)
libm.so.6 => /lib/i686/libm.so.6 (0x40013000)
libc.so.6 => /lib/i686/libc.so.6 (0x40036000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
This doesn't give me many clues... does anyone else see anything here?
BTW, although I've signed up for the mailing list I'm not actually getting
any list mail, so please cc me on any replise.
thanks,
janine
--
Janine Sisk
President/CEO
furfly.net, LLC
Mont Vernon, NH
Phone: 603-672-1122
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stephan Szabo | 2002-04-08 16:45:09 | Re: retun cursor |
| Previous Message | Janine Sisk | 2002-04-08 16:05:47 | Re: Tcl_CreateSlave error (pg 7.1.2, RH 7.2) |