Current time: 04-18-2024, 01:14 PM Hello There, Guest! (LoginRegister)


Post Reply 
FastCGI-Test
Author Message
chanwork Offline
Junior Member
*

Posts: 19
Joined: Oct 2006
Reputation: 0
Post: #11
RE: FastCGI-Test
hello, i have tested it 09:05 Uhr - Germany Wink

Code:
./vhcs2-setup
Possible unintended interpolation of @' in string at ./vhcs2-setup line 1217.
Possible unintended interpolation of @::localhost in string at ./vhcs2-setup line 1222.
Global symbol "$udata" requires explicit package name at ./vhcs2-setup line 882.
Global symbol "$gdata" requires explicit package name at ./vhcs2-setup line 882.
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 888.
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 889.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 896.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 907.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 908.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 909.
Bad name after APACHE_SUEXEC_USER_PREF' at ./vhcs2-setup line 1486.


i have found someting!

between the make process....

Code:
cp -R ./httpd.conf /tmp/vhcs-2.4.8/etc/apache2//sites-available/vhcs2.conf
cp: reguläre Datei ,,/tmp/vhcs-2.4.8/etc/apache2//sites-available/vhcs2.conf" kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
make[2]: *** [install] Fehler 1
(This post was last modified: 12-13-2006 06:09 PM by chanwork.)
12-13-2006 06:05 PM
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: #12
RE: FastCGI-Test
Next try please, I hope I've eleminated them all!
12-14-2006 09:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
chanwork Offline
Junior Member
*

Posts: 19
Joined: Oct 2006
Reputation: 0
Post: #13
RE: FastCGI-Test
Moing!

only this error now

Code:
debian:/var/www/vhcs2/engine/setup# ./vhcs2-setup
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 891.
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 892.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 899.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 910.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 911.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 912.
Bad name after APACHE_SUEXEC_USER_PREF' at ./vhcs2-setup line 1489.
12-14-2006 03:02 PM
Find all posts by this user Quote this message in a reply
tioan Offline
Junior Member
*

Posts: 22
Joined: Dec 2006
Reputation: 0
Post: #14
RE: FastCGI-Test
chanwork Wrote:Moing!

only this error now

Code:
debian:/var/www/vhcs2/engine/setup# ./vhcs2-setup
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 891.
Global symbol "$cmd" requires explicit package name at ./vhcs2-setup line 892.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 899.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 910.
Global symbol "$muid" requires explicit package name at ./vhcs2-setup line 911.
Global symbol "$mgid" requires explicit package name at ./vhcs2-setup line 912.
Bad name after APACHE_SUEXEC_USER_PREF' at ./vhcs2-setup line 1489.

I get the same error on Debian Sarge
12-15-2006 12:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fridy Offline
Newbie
*

Posts: 8
Joined: Nov 2006
Reputation: 0
Post: #15
RE: FastCGI-Test
There also seems to be an Error in the Makefile under configs/apache:

Code:
cp: cannot create regular file `/tmp/vhcs-2.4.8/etc/apache2/sites-available/vhcs2.conf': No such file or directory
make[2]: *** [install] Error 1
make[2]: *** No rule to make target `install'.  Stop.


Well, further there are some misplaced single quotes and square brackets in the concerning lines of the vhcs2-setup script.
(This post was last modified: 12-15-2006 04:54 AM by fridy.)
12-15-2006 04:01 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: #16
RE: FastCGI-Test
Tanks shin for your help. It has to work now, otherwise I'll ... don't know, what.

If it works, I can improve it.
12-15-2006 09:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #17
RE: FastCGI-Test
so for now we can test it immediately on ou rtest server
12-16-2006 03:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
fridy Offline
Newbie
*

Posts: 8
Joined: Nov 2006
Reputation: 0
Post: #18
RE: FastCGI-Test
with the actual svn trunk version I get the following error:
Code:
testknecht:/var/www/vhcs2/engine/setup# ./vhcs2-setup
Bareword "working" not allowed while "strict subs" in use at ./vhcs2-setup line 1437.
Execution of ./vhcs2-setup aborted due to compilation errors.
testknecht:/var/www/vhcs2/engine/setup#

Sollution: Add double quotes:
Code:
1437         ($rs, $cfg_tpl) = get_tpl("$cfg_dir/working", 'fastcgi.conf');

errors after fixing this:
Code:
Use of uninitialized value in concatenation (.) or string at ./vhcs2-setup line 1208.
ERROR: File '/etc/vhcs2/fcgi/parts/php4-fcgi-starter.tpl' does not exist !
12-16-2006 07:27 PM
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: #19
RE: FastCGI-Test
I've changed the errors, but not tested (no time yet).
I'm a bit astonished and upset, that noone works on the trunketed version, why?

I thougth about bringing VHCS to the top. Creating logos, but no new VHCS version? Sounds strange.

Someone who wants to help, but couldn't due to lack of permission?
12-20-2006 07:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Shin Offline
Development Team - Junior
*****
Dev Team

Posts: 162
Joined: Oct 2006
Reputation: 0
Post: #20
RE: FastCGI-Test
Rats, me and ephigene are working on the setup file,we're using test machine Wink

However now the setup stats but gives:

Use of uninitialized value in concatenation (.) or string at /var/www/vhcs2/engine/setup/../vhcs2_common_code.pl line 1697.
Use of uninitialized value in concatenation (.) or string at /var/www/vhcs2/engine/setup/../vhcs2_common_code.pl line 1697.
ERROR: Template filename(s) missing !

At the end of setup, whn you insert email address
(This post was last modified: 12-20-2006 07:45 AM by Shin.)
12-20-2006 07:44 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)