Joe Izen wrote: []
Can't exec "dpkg": No such file or directory at /sw/lib/perl5/Fink/Services.pm line 408, <STDIN> line 1.[]
Can't exec "dpkg-deb": No such file or directory at /sw/lib/perl5/Fink/Services.pm line 408.
The first thing to check would be whether /sw/bin/dpkg and /sw/bin/dpkg-deb exist or not.
If they exist, then this is a PATH problem that would have to be investigated further.
If they don't exist and you don't remember what you did with them, you can try the following:
1. Move /sw out of the way: "sudo mv /sw /sw_away"
2. Run the Fink-0.7.1 installer
3. Rename the new /sw directory: "sudo mv /sw /sw_0.7.1"
4. Put the old /sw back: "sudo mv /sw_away /sw"
5. Copy the missing files from /sw_0.7.1/bin to /sw/bin
6. Cross your fingers that this mixture of old and new will work and reinstall dpkg immediately.
-- Martin
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
