Try this:
sudo ln -s /usr/lib/libXplugin1.0.dylib /usr/lib/libXplugin1.dylib
It may be listed incorrectly somewhere, but this symlink should fix it (as I recall, it was there on X11 beta 3).
Actually, in Panther, all 3 files /usr/lib/libXplugin*dylib, the 2 symlinks and the actual library, are installed with the Essentials.pkg, that is, by the system CD 1, not by some X11 package. This may be the reason why it doesn't come back by reinstalling X11 and X11SDK.
If the call to this dylib is buried deep enough, then that would explain why neither startx nor the X11.app icon can run it: they both ultimately run the same stuff.
Yes, I think this symlink is needed by /usr/X11R6/bin/X, the main X server program.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
