ispCP - Board - Support
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 !

[FATAL] Module [Crypt::Blowfish] WAS NOT FOUND !

[FATAL] Module [Net::LibIDN] WAS NOT FOUND !

[FATAL] Module [MIME::Entity] WAS NOT FOUND !

[FATAL] Module [Term::ReadPassword] WAS NOT FOUND !

[FATAL] Module [Crypt::CBC] WAS NOT FOUND !

Modules [MIME::Parser, Crypt::Blowfish, Net::LibIDN, MIME::Entity, Term::ReadPassword, Crypt::CBC] WAS NOT FOUND in your system...

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)