Dear, I followed the tutorial 'the perfect server - ubuntu 7.10' and i got stuck on the point of installing ISPconfig. When I am trying the install ISPconfig it gives me the following error: I'm sorry for the huge amount of text, but this is the only way i can show all the errors. Can someone please help me, how I can install ISPconfig on Ubuntu 7.10 according to the manual The Perfect Server?
You missed to install the perl modules as described in the perfect setup guide (step 20): apt-get install libhtml-parser-perl libdb-file-lock-perl libnet-dns-perl
Thank you very much! I managed to get in installed now, but there is a mysql error this time. ISPconfig is running, i said it must me reachable at http://www.xyz.de:81 but it is not, when i connect to that address in firefox the only thing I get is an error which indicates that firefox is not able to load the page. ISPconfig is reachable at https://localhost:81. But I can't login with admin, admin. I think due the mysql error. Does anyone know how to fix this error? Edit: This is is written in the file on line 47: if(!$go_info["isp"]["server_conf"] = mysql_fetch_array($server_params)){
1) Did you create the mysql database for ISPConfig manually, before you installed ISPConfig? 2) Did you use a mysql user with root priveliges for the ispconfig?
I created It with a user which has root priveliges. I uninstalled ISPConfig and added the Perl modules which were needed at Stap 20, and reinstalled ISPConfig and it works fine! I would like to thank everybody who helped me solve my problem.