Date: 07 Oct 1998 02:06:17 -0400 From: Kevin Street <street@iname.com> To: Doug White <dwhite@resnet.uoregon.edu> Cc: Nicolescu Florin-Nicolae <fnicoles@hotmail.com>, freebsd-questions@FreeBSD.ORG Subject: Re: kde 1.0 not working Message-ID: <874stg9a92.fsf@kstreet.interlog.com> In-Reply-To: Doug White's message of "Tue, 6 Oct 1998 14:24:53 -0700 (PDT)" References: <Pine.BSF.4.03.9810061424130.19930-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug White <dwhite@resnet.uoregon.edu> writes: > On Mon, 5 Oct 1998, Nicolescu Florin-Nicolae wrote: > > > I've just install the kde1.0 packages over a 2.2.5 installed from a > > cheapbyte CD. I used before kde 3.1b, compiled in my computer and it > > worked just fine. Now, I get messages like this (for kmedia): > > > > /usr/libexec/ld.so: Undefined symbol "_ftok" called from > > kaudioserver:/usr/local/lib/libmediatool.so.1.0 at 0x8022148 > > Frack. I forgot what causes this. :-/ It's a missing -l at some point > in the kde build, or it's a 2.2.5-ism. It builds cleanly on 2.2.7 and > -CURRENT. ftok used to be in libcompat but now (in 3.0) it's in libc. I'm not sure when it moved. The last time I looked at the port, it looks to be including -lcompat so it should work if you compile it. If the package was built on a system where ftok is in libc, but installed on one where it's in libcompat then this likely causes the problem. -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?874stg9a92.fsf>