ispCP - Board - Support
KUbuntu 9.04 + ispCP 1.0.0 - 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: KUbuntu 9.04 + ispCP 1.0.0 (/thread-7024.html)



KUbuntu 9.04 + ispCP 1.0.0 - mafia - 06-21-2009 10:24 PM

bonjour

j ai bien suivie votre tuto et a la fin jai un probleme qui peut m'aide svp merci

hello

I have followed your tutorial well and the end jai un probleme that can help me
please thank you

Starting Installation...
ERROR: File '/etc/ispcp/apache/working/fastcgi_ispcp.conf' does not exist !
root@server1:/var/www/ispcp/engine/setup# * Stopping domain name service... bind9 * Starting domain name service... bind9 [ OK ]
[ OK ]


RE: KUbuntu 9.04 + ispCP 1.0.0 - freinhard - 06-21-2009 11:01 PM

according to this thread your tar file might have been damaged.


RE: KUbuntu 9.04 + ispCP 1.0.0 - joximu - 06-22-2009 05:59 AM

Hi
try another download of the archive (just in case it's the archive...)

If this is not working then describe the steps you were doing....

have a look in /tmp/etc/ispcp/apache/working just after the "make" command.

according to the Makefile there should be the file mentioned:
Code:
# Ubuntu 7.04?
if [ $(RELEASE) = 'feisty' ] ; then \
  cp ./fastcgi2.conf $(SYSTEM_CONF)/apache/working/fastcgi_ispcp.conf ; \
else \
  cp ./fastcgi.conf $(SYSTEM_CONF)/apache/working/fastcgi_ispcp.conf ; \
fi

/J


RE: KUbuntu 9.04 + ispCP 1.0.0 - kilburn - 06-22-2009 04:19 PM

I think you forgot to do this before "make"
Code:
mv Makefile Makefile.debian; mv Makefile.ubuntu Makefile