From owner-freebsd-questions Sat Sep 26 11:20:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04333 for freebsd-questions-outgoing; Sat, 26 Sep 1998 11:20:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from kstreet.interlog.com (kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04321 for ; Sat, 26 Sep 1998 11:20:19 -0700 (PDT) (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.9.1/8.8.8) id OAA17679; Sat, 26 Sep 1998 14:20:00 -0400 (EDT) (envelope-from kws) To: Dave Ason Cc: Kevin Street , freebsd-questions@FreeBSD.ORG Subject: Re: KDE media player / sound not working? References: <360BFC31.EE95F94A@mindspring.com> <877lyr4r7m.fsf@kstreet.interlog.com> <360CF60F.BD45A875@mindspring.com> From: Kevin Street Date: 26 Sep 1998 14:20:00 -0400 In-Reply-To: Dave Ason's message of "Sat, 26 Sep 1998 10:11:27 -0400" Message-ID: <873e9ezqgf.fsf@kstreet.interlog.com> Lines: 39 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dave Ason writes: > Kevin Street wrote: > > Dave Ason writes: > > > However, when I try to use either the KDE CD player or the Media > > > player, a window briefly pops up then goes away. I can't configure > > > system sounds to work with the desktop either. I suspect that these > > > problems are related, but I can't find any diagnostic messages to clue > > > me in on what's going wrong. > > Are you starting (via startkde or however you start up KDE) both > > kaudioserver and kwmsound ? Do you see both of these as well as > > maudio running if you do a ps -aux ? > > > > Do you have `options SYSVSHM' in your kernel? (if not you might as > > well add SYSVSEM and SYSVMSG as well, although I don't think KDE > > uses those). > $ kaudioserver > /usr/libexec/ld.so: Undefined symbol "_ftok" called from > kaudioserver:/usr/local/lib/libmediatool.so.1.0 at 0x8061104 > > $ kwmsound > PID could not get read. > kwmsound: Failed connecting the audio server. Ok, kwmsound fails because kaudioserver didn't start. kaudioserver is failing because it wasn't linked with the library that contains ftok. In FreeBSD 2.2.5 systems I think this was in /usr/lib/libcompat.a but it appears to be in libc in FreeBSD 3.0 (which I'm running). I'm just pulling down the kde port distribution files to see how kaudioserver is being built by the port (I normally build KDE from their source tree rather than using the port). I'll see if I can figure out what's wrong. Did you build KDE from the port or install it some other way? -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message