ispCP - Board - Support
Installation problem - 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: Installation problem (/thread-4997.html)



Installation problem - billy2e - 11-24-2008 01:52 AM

[root@ispcp setup]# perl ispcp-setup

Welcome to ispCP '1.0.0 RC6 OMEGA' Setup Dialog.
This program will set up ispCP OMEGA system on your server.

Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.


Please enter a fully qualified hostname. [ispcp.xxx.com]:

Please enter system network address. [xxx.xxx.xxx.xxx]:

Please enter the domain name where ispCP OMEGA will run on [admin.ispcp.xxx.com]:

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 repeat system SQL password:

Please enter ispCP ftp SQL user. [vftp]:

Please enter ispCP ftp SQL user password. [auto generate]:
ispCP ftp SQL user password set to: t!.^_/2vyU8YQjy]O%

Please enter ispCP phpMyAdmin Control user. [pma]:

Please enter ispCP phpMyAdmin Control user password. [auto generate]:
phpMyAdmin Control user password set to: )z3P0:UXef1*3+00mY

Please enter administrator login name. [admin]:

Please enter administrator password:

Password too short!
Please enter administrator password:
Please repeat administrator password:

Please enter administrator e-mail address: billy@vpsmart.com

IP of Secondary DNS. (optional) []:

Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:

FastCGI Version:[f]astcgi or f[c]gid. [fastcgi]:

Activate AWStats. [no]: yes

AWStats Mode:
Possible values [d]ynamic and [s]tatic. [dynamic]:

Starting Installation...
Can't exec "which": No such file or directory at ispcp-setup-methods.pl line 652.
Can't exec "which": No such file or directory at ispcp-setup-methods.pl line 653.
Use of uninitialized value in substitution (s///) at ispcp-setup-methods.pl line 655.
Use of uninitialized value in substitution (s///) at ispcp-setup-methods.pl line 656.
Use of uninitialized value in length at ispcp-setup-methods.pl line 658.
Use of uninitialized value in length at ispcp-setup-methods.pl line 658.
ERROR: Undefined template replacement data in repl_var: {RKHUNTER}!

i am using centos 5.2 os.
please help!!THX
if you know what happen, please contact billy2e@gmail.com.


RE: Installation problem - sci2tech - 11-24-2008 01:59 AM

Try to install using last trunk (obtain it using svn, i installed today and worked) witch correct problems with Centos5.2. Also pay great attention at steps required to install presented in INSTALL file. fastcgi is not supported in Centos, you must use fcgid ( c )


RE: Installation problem - billy2e - 11-24-2008 02:01 AM

i use the ispcp-omega-trunk-20081123.tar.gz for the installation.


RE: Installation problem - sci2tech - 11-24-2008 02:05 AM

Not good.
If subversion is not installed, install with
Code:
yum install subversion
Use
Code:
svn co http://isp-control.net/ispcp_svn/trunk/ /ispcp
rm -fr `find /ispcp -type d -name '.svn'`
cd /ispcp
nano /ispcp/docs/CentOS/INSTALL
Follow exactly steps described there.


RE: Installation problem - billy2e - 11-24-2008 08:22 PM

i have followed your instruction to install.
same error


RE: Installation problem - billy2e - 11-24-2008 09:30 PM

also
when i install perl component.
it show error.
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/id/P/PH/PHOENIX/CHECKSUMS
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/P/PH/PHOENIX/Term-ReadPassword-0.11.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Term-ReadPassword-0.11/
Term-ReadPassword-0.11/Changes
Term-ReadPassword-0.11/Makefile.PL
Term-ReadPassword-0.11/MANIFEST
Term-ReadPassword-0.11/META.yml
Term-ReadPassword-0.11/README
Term-ReadPassword-0.11/ReadPassword.pm
Term-ReadPassword-0.11/t/
Term-ReadPassword-0.11/t/1_basics.t
Term-ReadPassword-0.11/t/2_interactive.t

CPAN.pm: Going to build P/PH/PHOENIX/Term-ReadPassword-0.11.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Term::ReadPassword
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible


RE: Installation problem - coplone - 12-15-2008 11:16 PM

(11-24-2008 09:30 PM)billy2e Wrote:  also
when i install perl component.
it show error.
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/authors/id/P/PH/PHOENIX/CHECKSUMS
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/P/PH/PHOENIX/Term-ReadPassword-0.11.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Term-ReadPassword-0.11/
Term-ReadPassword-0.11/Changes
Term-ReadPassword-0.11/Makefile.PL
Term-ReadPassword-0.11/MANIFEST
Term-ReadPassword-0.11/META.yml
Term-ReadPassword-0.11/README
Term-ReadPassword-0.11/ReadPassword.pm
Term-ReadPassword-0.11/t/
Term-ReadPassword-0.11/t/1_basics.t
Term-ReadPassword-0.11/t/2_interactive.t

CPAN.pm: Going to build P/PH/PHOENIX/Term-ReadPassword-0.11.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Term::ReadPassword
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

try fix the path of the file needed by cpan, reconfigure cpan config

cpan> o conf init