installing mindnight commander errors
I was foloowing instructions:
https://help.ubuntu.com/community/CompilingEasyHowTo
and came to this:
sudo checkinstall
I run this command and at the end I get errors.
/bin/mkdir -p '/usr/local/libexec/mc/extfs.d'
/bin/mkdir: cannot create directory `/usr/local/libexec': No such file or directory
make[5]: *** [install-extfsDATA] Error 1
make[5]: Leaving directory `/usr/local/src/mc-4.8.1.7/src/vfs/extfs/helpers'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/usr/local/src/mc-4.8.1.7/src/vfs/extfs/helpers'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/mc-4.8.1.7/src/vfs/extfs'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mc-4.8.1.7/src/vfs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mc-4.8.1.7/src'
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
So why cannot create directory? As firt I see?
Related Article: Installing software on Linux: packages
is a Linux and Unix discussion thread by John A that has 17 replies, was last updated 1 year ago and has been tagged with the keywords: software.
SPeed_FANat1c
Posting Pro in Training
485 posts since Apr 2010
Reputation Points: 13
Solved Threads: 17
Skill Endorsements: 0
Question Self-Answered as of 2 Months Ago
fixed:
when run
sudo checkinstall --fstrans=0
it worked :)
So I can say I can compile linux programs already :P
SPeed_FANat1c
Posting Pro in Training
485 posts since Apr 2010
Reputation Points: 13
Solved Threads: 17
Skill Endorsements: 0