Re: X11 Forwarding using Leopard
Re: X11 Forwarding using Leopard
- Subject: Re: X11 Forwarding using Leopard
- From: "Salvatore Rappoccio" <email@hidden>
- Date: Mon, 21 Jan 2008 17:09:38 -0600
On Jan 21, 2008 4:17 PM, Mark J. Reed <
email@hidden> wrote:
On Jan 21, 2008 5:03 PM, Salvatore Rappoccio <
email@hidden> wrote:
> No, that isn't the problem, the DISPLAY variable is set correctly:
>
> anywhere:> echo $DISPLAY
> localhost:14.0
>
> I haven't changed the DISPLAY variable on the remotehost. This worked until
> I upgraded to Leopard.
Then it sounds like either ssh is statically linked against an older
(pre-Leopard) version of libX11, or else you still have the older
version occurring first in the shared library search path. What does
otool -L `which ssh`
tell you?
Hi, Mark,
That's probably the problem. I use a site-provided ssh to deal with our older version of kerberos.
The output of the command above is
/usr/bin/ssh:
/usr/lib/libcrypto.0.9.7.dylib (compatibility version
0.9.7, current version 0.9.7)
/usr/lib/libbsm.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version
1.0.0, current version 24989.0.0)
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos (compatibility version 5.0.0, current version 5.0.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0
, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.3)
I will ask around my lab to see if anyone has found a fix for this.
Thanks for your help,
Sal
--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden