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.