Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2001 09:04:55 -0500
From:      Richard J Kuhns <rjk@grauel.com>
To:        freebsd-ports@freebsd.org
Cc:        ade@freebsd.org
Subject:   gtk 1.2.9 seems to break Applix (-stable)
Message-ID:  <15052.31623.537272.790080@moran.grauel.com>

next in thread | raw e-mail | index | archive | help
I recently installed gtk-1.2.9 on my home box that's running a week-old
-stable (-RC), and I can't start Applixware (v5.0) any more.

When I try, I get the following:

moran:~$ applix
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol "getresuid"moran:~$ 
axnet error, axmain already started.
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol "getresuid"

moran:~$

All of the applix binaries are linked with {/usr/lib/compat/}libc.so.3,
which doesn't include getresuid.  The build of gtk-1.2.9 looks for
getresuid (gtk-1.2.8 didn't), and since it finds it in libc.so.4 it doesn't
build its own.

I can force gtk to build getresuid, but I don't think that's a good general
solution.

Making libc.so.3 a symbolic link to libc.so.4 doesn't work, by the way.
When I started applix with that link in place I got
"axmain: signal Segmentation fault".
-- 
Richard Kuhns			rjk@grauel.com
PO Box 6249			Tel: (765)477-6000 \
100 Sawmill Road				    x319
Lafayette, IN  47903		     (800)489-4891 /

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15052.31623.537272.790080>