ispCP - Board - Support
Problem with 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: Problem with install (/thread-9715.html)



Problem with install - servf - 02-23-2010 04:42 AM

Hi,

I am having issues with installation. When I run perl ./ispcp-setup, I am getting this message:

---
server1:~# cd /var/www/ispcp/engine/setup
server1:/var/www/ispcp/engine/setup# perl ./ispcp-setup

CRITICAL ERROR: Module [HTML::Entities] WAS NOT FOUND !

Modules [HTML::Entities] WAS NOT FOUND in your system...
---

How to solve this problem? I am running Debian OS 32bit.


RE: Problem with install - kilburn - 02-23-2010 05:21 AM

You are missing some required packages. Specifically, this error is because you don't have "libhtml-parser-perl" installed, which is on the package list and should have been installed in the step 3 of the installation guide.

Repeat this step and post any errors you get when "aptitude install"-ing packages in case you get them.


RE: Problem with install - servf - 02-23-2010 05:56 AM

Installing libhtml-parser-perl solved the problem.

Thank you very much!


RE: Problem with install - kilburn - 02-23-2010 06:15 AM

Did you bother to read my post? If you were missing libhtml-parser-perl, you are probably missing other packages too. Please make sure that *all* the required packages are correctly installed by repeating the third step from the guide before proceeding.