Martin Bochnig wrote: > I'm indeed responsible for this myself, because I had enable xdm > Authentication: > > bash-3.2$ grep -n XdmcpWrap ../../os/* > ../../os/xdmauth.c:92: XdmcpWrap (&rho, &privateKey, > outgoingData->data, 8); > > Now I remember that I got the same error when I rebuilt kdm a month > ago (which is directly derived from xdm, in contrast to gdm which is a > complete [rather buggy and slow] rewrite). > > This error comes into existance because libXdmcp.so.6 does not export > the two symbols XdmcpWrap and XdmcpUnwrap anymore, for some time now:
They never have on Solaris - those are the symbols for the XDM-AUTH-1 authentication. You'd have to enable that in libXdmcp (should mainly be removing the open-src/lib/libXdmcp/Makefile rule to remove Wraphelp.*) and add those symbols to the spec/Xdmcp.spec file (which generates the libXdmcp mapfile) before you can build Xorg with XDM-AUTH-1 support. -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering