Martin, I ran the command below and the following error returned:
sudo: seg_addr_table: command not found
Maybe we are coming closer to the heart of the problem. Do you have the binary /sw/sbin/seg_addr_table? I.e., does
ls -l /sw/sbin/seg_addr_table
give something like
-rwxr-xr-x 1 root admin 267324 Nov 26 20:14 /sw/sbin/seg_addr_table
If yes, it is a PATH problem. You don't have /sw/sbin in your PATH, either because your shell startup scripts are not configured correctly, or because the paths in the FinkCommander Preferences are not correct. In the FC Preferences, look at the PATH line in the Environment panel. What does it say?
If no, you have a problem with the cctools-extra package.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
