Date: Sun, 1 Aug 1999 15:02:29 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Steve Price <sprice@hiwaay.net> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Xfree Message-ID: <14244.39059.761109.626846@grasshopper.cs.duke.edu> In-Reply-To: <Pine.OSF.4.10.9908011341110.30567-100000@fly.HiWAAY.net> References: <Pine.LNX.4.05.9908011424240.22450-100000@annuminas.tusculum.edu> <Pine.OSF.4.10.9908011341110.30567-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Steve Price writes: > I committed the patches recently to the XFree86 port, so you > should be able to grab it and build it yourself if you like. > > -steve Steve, Thanks for committing the patches. I've built 3.3.4 from ports & it seems to work, with the exception of one problem -- xdm dies with the following error: xdm error (pid 11153): /usr/X11R6/lib/X11/xdm/libXdmGreet.so: Undefined symbol "SessionPingFailed" while loading /usr/X11R6/lib/X11/xdm/libXdmGreet.so This is happening because the XdmGreet library is trying to use symbols defined in the xdm binary which were not exported. If I manually re-link xdm with the added cflag '-export-dynamic' it works fine. I'm not enough of a ports (or XFree86) hacker to know exactly how to fix this the right way... Can you help? Thanks, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14244.39059.761109.626846>