I'm running OS 10.3.2 with Fink 0.18.0-1. Went through all the steps to install Fink update required after Panther came out.
Appears you are correct. The problem is that the library it's looking for doesn't exist!
Welcome to Darwin!
[Stephen-Fishers-Computer:~] stephenf% ls -l /usr/X11R6/lib/libX11*
-rw-r--r-- 1 root wheel 1009576 Sep 24 02:24 /usr/X11R6/lib/libX11.6.2.dylib
lrwxr-xr-x 1 root wheel 16 Oct 25 21:05 /usr/X11R6/lib/libX11.6.dylib -> libX11.6.2.dylib
-rw-r--r-- 1 root wheel 1592700 Sep 14 20:34 /usr/X11R6/lib/libX11.a
[Stephen-Fishers-Computer:~] stephenf%
Looks similar to your output below except the following line is missing after the last line in my output:
lrwxr-xr-x 1 root wheel 16 28 Oct 14:43 /usr/X11R6/lib/libX11.dylib -> libX11.6.2.dylib
What next?
Well, you could create this symlink yourself, like this
sudo ln -s libX11.6.2.dylib /usr/X11R6/lib/libX11.dylib
and look if this lets you go further. OTOH, if this is missing, there may be other things missing from the X11 package. It might be best to install it again. This is the X11User.pkg from the Panther CD.
The package installs also the libX11.6.2.dylib file and the libX11.6.dylib symlink both of which you have, so it is weird that it didn't install the libX11.dylib symlink. Another case of the "lazy installer syndrome", I guess.
-- Martin
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners