I think I've spotted your problem. You have . at the beginning of your path. That causes trouble with fink. (It has been argued before about whether this is a bug or a feature :-) ) What happened in this case is that the package being installed had it's own local ./install, and that one is being used when fink issues the install command at the end of the process.
Put the . at the end instead of the beginning, and all should be well. By the way, your path doesn't seem to have /sw/sbin in it. I gather that you are constructing the path yourself rather than using the recommended "source /sw/bin/init.csh" method with fink. That's fine, but you should be aware that init.csh does some other things, for example, it sources some scripts in /sw/etc/profile.d which other packages might have put there (and which fink maintainers tend to assume will be sourced by users). -- Dave _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
