Ubuntu 12.04 install - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Ubuntu 12.04 install (/thread-16176.html) |
Ubuntu 12.04 install - Daktyl198 - 07-07-2012 07:45 AM It works great until I get to this part: aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`) It "finds" the directory but it does not see anything to install, so I miss out on whatever that entails. Then, most likely because of the previous failure, when I get to the "setup engine" part, after inputting "perl ./ispcp-setup" It comes back with this: Code: [FATAL] Module [MIME::Parser] WAS NOT FOUND ! What exactly am I doing wrong? *note: this is only a test because your demo is down. I plan on installing it later on a CentOS system. RE: Ubuntu 12.04 install - sunskyey - 07-07-2012 02:56 PM 1."aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)" Not completed. 2."./docs/Ubuntu/",File in Ispcp download. 3.ISPCP needs some software installed Code: cd docs/Ubuntu Code: aptitude install $(cat ubuntu-packages-lucid) |