chesteve / mn-ccnx

mn-ccnx
Other
32 stars 22 forks source link

installing problem #2

Closed universe1992 closed 6 years ago

universe1992 commented 10 years ago

Recently i am installing mini-ccnx, when i execute ''sudo ./mn-ccnx/util/install.sh'',after a few miniutes i get a following mistake: installing Mininet /mini-ccnx core ~/mn-ccnx~ PYTHONPATH=. help2man -N -n "create a Mininet network." \ --no-discard-stderr bin/mn -o mn.1 help2man: can't get `--help' info from bin/mn make: *\ [mn.1] mistake 2 i can not solve this mistake after a lot of effort,please help me

zzali commented 10 years ago

I have exactly the same problem. Is there any solution?

universe1992 commented 10 years ago

I set up an empty file named mn.1 in mn-ccnx folder myself and comment out the sentence ''PYTHONPATH=. help2man -N -n "create a Mininet network." \ --no-discard-stderr bin/mn -o mn.1 " in Makefile ,and it is successful,anyway mn.1 is just a standard output document to solve problems easier

zzali commented 10 years ago

Thanks much, I performed your suggestion and it was successfully installed