Post Reply  Post Thread 
Pages (2): « First [1] 2 Next > Last »
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
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


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
Visit this user's website Find all posts by this user Quote this message in a reply
RatS
The Project's Fire Worker
******


Posts: 682
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 18
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
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
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...


2008-03-16 ispCP RC4 released!!!
03-05-2008 09:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd



Posts: 3
Group: Registered
Joined: Mar 2008
Status: Offline
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
Member
****
Dev Team

Posts: 658
Group: Dev Team
Joined: Feb 2007
Status: Offline
Reputation: 7
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


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
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
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 :-)


2008-03-16 ispCP RC4 released!!!
03-07-2008 07:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd



Posts: 3
Group: Registered
Joined: Mar 2008
Status: Offline
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
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
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.


2008-03-16 ispCP RC4 released!!!
03-07-2008 07:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
tyl3rd



Posts: 3
Group: Registered
Joined: Mar 2008
Status: Offline
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
The Project's Fire Worker
******


Posts: 682
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 18
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
Pages (2): « First [1] 2 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |