Current time: 12-23-2024, 02:16 PM Hello There, Guest! (LoginRegister)


Post Reply 
Todays nightly snapshot - Ubuntu - error executing perl install script.
Author Message
psygarden Offline
Junior Member
*

Posts: 84
Joined: Jan 2008
Reputation: 0
Post: #1
Question Todays nightly snapshot - Ubuntu - error executing perl install script.
Hey guys i need your help (again) Wink

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:
Quote: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
03-05-2008 07:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #3
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...
03-05-2008 09:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd Offline
Newbie
*

Posts: 8
Joined: Mar 2008
Reputation: 0
Post: #4
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:

Code:
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
Find all posts by this user Quote this message in a reply
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #5
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
http://www.isp-control.net/ispcp/ticket/1084

i think rats knows about this error and is working on it Wink
03-07-2008 06:48 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
He knows about it - since 2 days
http://www.isp-control.net/forum/todays-...l#pid24680

but maybe he forgot about because there was no ticket :-)
03-07-2008 07:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd Offline
Newbie
*

Posts: 8
Joined: Mar 2008
Reputation: 0
Post: #7
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:

Code:
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
Code:
$rs = save_file($main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc, $rdata);

with
Code:
$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
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
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.
03-07-2008 07:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd Offline
Newbie
*

Posts: 8
Joined: Mar 2008
Reputation: 0
Post: #9
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
Sorry, too late. I just opend one, but containing another error during installation, too:

Code:
/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
Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #10
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
joximu Wrote: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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)