I'm trying to install the nightly from today but stuck at some point
here is what I have to do running so far
# cd /usr/local/ && mkdir omega
# tar -xf ispcp-omega-trunk-20080228.tar.gz
# cd omega && vi BSDMakefile
<--------- schnipp -------------->
# rm -rf ${INST_PREF}
<--------- schnapp -------------->
# make -f BSDMakefile
# cp -Rp /tmp/ispcp-1.0.0 /ispcp
# perl -MCPAN -e shell
cspan> install Term::ReadPassword
# cd /usr/local/www/apache22/ispcp/engine/setup
# cp /usr/local/omega/engine/setup/ispcp-setup-methods.pl .
# ln -s /usr/local/etc/ispcp/ /etc/ispcp
# ./ispcp-setup
Please enter fully qualified hostname. [omega]:
Please enter system network address. [192.1.4.99]:
Please enter the domain name where ispCP OMEGA will run on [admin.omega]:
Please enter SQL server host. [localhost]:
Please enter system SQL database. [ispcp]:
Please enter system SQL user. [root]:
Please enter system SQL password. [none]:
Please enter ispCP ftp SQL user. [vftp]: omega
Please enter ispCP ftp SQL user password. [auto generate]: admin
Please repeat ispCP ftp SQL user password: admin
Please enter ispCP phpMyAdmin Control user. [pma]: omega
Please enter ispCP phpMyAdmin Control user password. [auto generate]: admin
Please repeat ispCP phpMyAdmin Control user password: admin
Please enter administrator login name. [admin]: root
Please enter administrator password:
Please repeat administrator password:
Please enter admininistrator email address: root@omega.de
Use which PHP Version? (4 or 5). [5]:
IP of Secondary DNS. (optional) []:
Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:
Activate AWStats. [no]:
Starting Installation...
pw: illegal option -- c
pw: unknown switch
ERROR: External command '/usr/sbin/pw user del -c vmail-user -g 125 -s /bin/false vmail' returned '64' status !
so here we are
