ispCP - Board - Support
FastCGI-Test - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: FastCGI-Test (/thread-78.html)

Pages: 1 2 3 4 5


RE: FastCGI-Test - chanwork - 12-13-2006 06:05 PM

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



RE: FastCGI-Test - RatS - 12-14-2006 09:27 AM

Next try please, I hope I've eleminated them all!


RE: FastCGI-Test - chanwork - 12-14-2006 03:02 PM

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.



RE: FastCGI-Test - tioan - 12-15-2006 12:42 AM

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


RE: FastCGI-Test - fridy - 12-15-2006 04:01 AM

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.


RE: FastCGI-Test - RatS - 12-15-2006 09:13 AM

Tanks shin for your help. It has to work now, otherwise I'll ... don't know, what.

If it works, I can improve it.


RE: FastCGI-Test - ephigenie - 12-16-2006 03:21 AM

so for now we can test it immediately on ou rtest server


RE: FastCGI-Test - fridy - 12-16-2006 07:27 PM

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 !



RE: FastCGI-Test - RatS - 12-20-2006 07:43 AM

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?


RE: FastCGI-Test - Shin - 12-20-2006 07:44 AM

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