|
Todays nightly snapshot - Ubuntu - error executing perl install script.
|
| Author |
Message |
psygarden
Junior Member

Posts: 84
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
Todays nightly snapshot - Ubuntu - error executing perl install script.
Hey guys i need your help (again) 
i'm installating the latest snapshot of ispcp that is available for download on the website right now, on an Ubuntu box that i just installed.
I followed the installation guidelines untill i need to execute the perl script to complete the install, instead of the expected result, this is what i get:
root@tux:/var/www/ispcp/engine/setup# perl ispcp-setup
Bareword "null" not allowed while "strict subs" in use at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 422.
Compilation failed in require at /var/www/ispcp/engine/setup/../ispcp_common_code.pl line 38.
Compilation failed in require at ispcp-setup line 36.
root@tux:/var/www/ispcp/engine/setup#
Any ideas where i should start looking?
greetings,
Rik
It's hard to argue with the government. Remember, they run the Bureau of Alcohol, Tobacco and Firearms, so they must know a thing or two about satisfying women.
|
|
| 03-05-2008 07:50 AM |
|
 |
RatS
The Project's Fire Worker
     
Posts: 682
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 18
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
strange ... I know where this error is created, but not why. Please open a ticket in RC4, I'll fix it soon.
|
|
| 03-05-2008 08:59 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
it seems that null is not a good choice in perl - at least not for normal comparison...
2008-03-16 ispCP RC4 released!!!
|
|
| 03-05-2008 09:52 AM |
|
 |
tyl3rd
Posts: 3
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
Hi,
got the same error on a brandnew debian etch installation with the latest nightly:
nlserver:/var/www/ispcp/engine/setup# perl ./ispcp-setup
Bareword "null" not allowed while "strict subs" in use at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 422.
Compilation failed in require at /var/www/ispcp/engine/setup/../ispcp_common_code.pl line 38.
Compilation failed in require at ./ispcp-setup line 36.
Any ideas, yet?
Greets, Nic
|
|
| 03-07-2008 06:39 AM |
|
 |
Zothos
Member
   
Posts: 658
Group: Dev Team
Joined: Feb 2007
Status:
Offline
Reputation: 7
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
Real programmers don't comment their code - it was hard to write, it should be hard to understand
OS : Gentoo 32bit Stage1
ispCP Version : RC4
Mods : Dovecot | Pure-ftpd
No Support via PM - Payed Support via request
|
|
| 03-07-2008 06:48 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
2008-03-16 ispCP RC4 released!!!
|
|
| 03-07-2008 07:07 AM |
|
 |
tyl3rd
Posts: 3
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
All right, i replaced the two null with 'null' in the ispcp_common_methods.pl and ran into the following error:
nlserver:/var/www/ispcp/engine/setup# perl ./ispcp-setup
Generating database keys, it may take some time, please wait...
Bareword "authdaemonrc" not allowed while "strict subs" in use at ispcp-setup-methods.pl line 1490.
I replaced
$rs = save_file($main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc, $rdata);
with
$rs = save_file("$main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc", $rdata);
looks good now.
Should i open a ticket?
Greets, Nic
|
|
| 03-07-2008 07:23 AM |
|
 |
joximu
Moderator
    
Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
there is already one (without the authdaemonrc - but I can add this.)
thanx.
If it's not changed in the next commit, I'll do that.
2008-03-16 ispCP RC4 released!!!
|
|
| 03-07-2008 07:41 AM |
|
 |
tyl3rd
Posts: 3
Group: Registered
Joined: Mar 2008
Status:
Offline
Reputation: 0
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
Sorry, too late. I just opend one, but containing another error during installation, too:
/bin/cp: Aufruf von stat für /etc/ispcp/courier/authmodulelist nicht möglich: Datei oder Verzeichnis nicht gefunden
ERROR: External command '/bin/cp -p /etc/ispcp/courier/authmodulelist /etc/ispcp/courier/backup/authmodulelist.ispcp' returned '1' status !
|
|
| 03-07-2008 07:46 AM |
|
 |
RatS
The Project's Fire Worker
     
Posts: 682
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 18
|
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
but maybe he forgot about because there was no ticket :-)
No; I've not forgotten it. I visited the CeBIT yesterday.
|
|
| 03-07-2008 10:02 AM |
|
 |
|
|