I've tested RC1 against some platforms.... :)

2004-12-12 Thread sdfgsd sergserg
Hi :) I've just downloaded MP2 RC1 and I decided to make some tests. First, I tested it against my win32 (win 2000 advanced server), apache 2.0.52 and ActivePerl 5.8.4 some were skipped due to missing modules (module deflate and module proxy) When hookrun.t is reached at 1/10 a window opens with

mod_perl.c:61: `my_perl' undeclared under Cygwin

2004-12-13 Thread sdfgsd sergserg
This is what I get when I tried to compile RC1 under cygwin $ make cd "src/modules/perl" && make make[1]: Entering directory `/usr/src/mod_perl-2.0.0-RC1/src/modules/perl' gcc -I/usr/src/mod_perl-2.0.0-RC1/src/modules/perl -I/usr/src/mod_perl-2.0.0-RC1 /xs -I/home/Administrator/httpd/include -I/hom

Makefile.PL could not detect 'cc', trying to use 'gcc' instead under HP-UX

2004-12-13 Thread sdfgsd sergserg
This is done through HP's testdrive program, the platform is HP-UX 11i v2 rp3410 [EMAIL PROTECTED] 8800 PA-RISC perl is: 5.8.0 the error is: spe191> make cd "src/modules/perl" && make gcc -I/house/doink123/mod_perl-2.0.0-RC1/src/modules/perl -I/house/doink123/mod_perl-2.0.0-RC1/xs

Win32 hooks/hookrun.t failure

2004-12-13 Thread sdfgsd sergserg
This is the problem I described yesterday: When hookrun.t is reached at 1/10 a window opens with title: Apache.exe - Application Error The instruction at "0x6eecdad9" referenced memory ar "0x". The memory could not be "read". and when I press OK I get in the console: t\hooks\hookrun.

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2004-12-13 Thread sdfgsd sergserg
I compiled perl 5.8.5 succesfuly and tried to build RC1 against 5.8.5. This time there is no such error, but there is another problem: rm -f mod_perl.so ld2 -L/usr/local/lib \ \ mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo modperl_cmd.lo modperl_options.lo mo

make test fails under Tru64 Unix 5.1b

2004-12-13 Thread sdfgsd sergserg
RC1 is compiled statically against apache 2.0.52 (perl 5.8.0) when I run make test I get this: spe171.testdrive.hp.com> make test cd "src/modules/perl" && make cd "/house/doink123/httpd-2.0.52" && make Making all in srclib Making all in apr ... Making all in support /usr/bin/perl -Iblib/arch -Ibli

Re: cc: Error: modperl_exports.c under Tru64 Unix

2004-12-13 Thread sdfgsd sergserg
fix=/house/doink123/ap_tru64_4g failed at lib/Apache/Build.pm line 296. Am I writing '--prefix=/house/doink123/ap_tru64_4g' at the wrong place or is there a bug parsing the args? >sdfgsd sergserg wrote: >> Tried to compile RC1 under HP Tru64 Unix 4.0g(JAVA) AS1200 [EMAI

Re: make test fails under Tru64 Unix 5.1b

2004-12-13 Thread sdfgsd sergserg
Ooops, I've missed this one: Writing Makefile for ModPerl::XS Writing Makefile for mod_perl [warning] mod_perl static library will be built as mod_perl.a [ error] oh nuts, server dumped core ldd /house/doink123/httpd-2.0.52/.libs/lt-httpd 443239:/house/doink123/httpd-2.0.52/.libs/lt-httpd: ldd

Re: cc: Error: modperl_exports.c under Tru64 Unix

2004-12-15 Thread sdfgsd sergserg
Builds fine. There are three warnings BTW: cc: Info: modperl_global.c, line 165: Extraneous semicolon. (extrasemi) MP_GLOBAL_IMPL(pconf, apr_pool_t *); ---^ cc: Info: modperl_global.c, line 166: Extraneous semicolon. (extrasemi) MP_GLOBAL_IMPL(server_rec, server_rec

Re: What's wrong with this system's configuration?

2004-12-15 Thread sdfgsd sergserg
I don't have root access to this macine and I can't edit /etc/hosts. This is the content of /etc/hosts: # @(#)B11.23_LRhosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $ # # The form for each entry is: # # # For example: # 192.1.2.34hpfcrm loghost # # See the hosts(4) manual page

What's wrong with this system's configuration?

2004-12-13 Thread sdfgsd sergserg
spe176> cd mod_perl-2.0.0-RC1 spe176> perl Makefile.PL Next we need to know where the 'apxs' script is located. This script provides a lot of information about the Apache installation, and makes it easier to find things on your system. Normally it's located in the same directory as the 'httpd' exe

Re: What's wrong with this system's configuration?

2004-12-13 Thread sdfgsd sergserg
I'll check that >Did you check /etc/hosts as it has suggested? The setup fails to resolve >the hostname of your machine. - Известяване за получено писмо - http://promo.abv.bg/ -- Report problems: http://perl.apache.org/bugs/

Re: Makefile.PL could not detect 'cc', trying to use 'gcc' instead under HP-UX

2004-12-13 Thread sdfgsd sergserg
It's strange. It's interesting that cc is installed. What if Makefile.PL checks if gcc is installed and if not found, check for cc? Or there will be issues, because perl is installed with different compiler? >So your perl was compiled with gcc 3.2, but apparently you don't have it >on that sy

Re: Win32 hooks/hookrun.t failure

2004-12-13 Thread sdfgsd sergserg
I'll check it under linux and freebsd >Thanks for the detailed report! So it seems that there's >some conflict between using mod_perl and mod_fastcgi, at >least on Win32 (the autogenerated httpd.conf that >Apache::Test generates and uses will enable any modules that >are enabled in the sys

Re: Win32 hooks/hookrun.t failure

2004-12-13 Thread sdfgsd sergserg
Well, it does fail under Suse 9.0. /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /house/doink123/mod_perl-2.0.0-RC1/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APAC

cc: Error: modperl_exports.c under Tru64 Unix

2004-12-13 Thread sdfgsd sergserg
Tried to compile RC1 under HP Tru64 Unix 4.0g(JAVA) AS1200 [EMAIL PROTECTED] (ev56) (Static build, because I think Tru64 doesn't support dynamic loading) First I ran: perl Makefile.PL MP_USE_STATIC=1 \ MP_AP_PREFIX=/house/doink123/httpd-2.0.52 \ MP_AP_CONFIGURE="--with-mpm=prefork --pref

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2004-12-15 Thread sdfgsd sergserg
>Last time I had to do a similar workaround for AIX. Please see this section in lib/Apache/Build.pm and see if you can adjust the build to do something similar on cygwin. I'm not familiar with the linker/loader on that platform to tell you exactly what needs to be done. I'll be experimenting o

Re: Win32 hooks/hookrun.t failure

2004-12-15 Thread sdfgsd sergserg
ing. I'll try to investigate the problem, but most-likely my knowledge is going to be insufficient. >sdfgsd sergserg wrote: >> Well, it does fail under Suse 9.0. > >Please try this patch which prevents from fastcgi being loaded. I don't >know what's the C