Hi Stas, I just decided to upgade things ...
so I did this ... cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0 #To get the cutting edge Apache 2.0 and APR 0.9 projects: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r APACHE_2_0_BRANCH -d httpd-2.0 httpd-2.0 cd httpd-2.0/srclib cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r APR_0_9_BRANCH -d apr apr cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r APU_0_9_BRANCH -d apr-util apr-util cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r APU_0_9_BRANCH -d apr-iconv apr-iconv ... everthing seem to compile and install correctly. I added the line to my http.conf ... [EMAIL PROTECTED]:~/cvs> grep mod_perl /etc/httpd/httpd.conf LoadModule perl_module modules/mod_perl.so ... I rebooted my system and again everthing seems fine. But when I do this ... [EMAIL PROTECTED]:~/cvs> telnet localhost 80 Trying ::1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Mon, 26 Apr 2004 04:12:35 GMT Server: Apache/2.0.50-dev (Unix) Content-Location: index.html.en Vary: negotiate,accept-language,accept-charset TCN: choice Last-Modified: Fri, 04 May 2001 00:01:18 GMT ETag: "3ba77-5b0-40446f80;3ba8d-961-8562af00" Accept-Ranges: bytes Content-Length: 1456 Connection: close Content-Type: text/html; charset=ISO-8859-1 Content-Language: en Expires: Mon, 26 Apr 2004 04:12:35 GMT Connection closed by foreign host. [EMAIL PROTECTED]:~/cvs> ... shouldn't I see something like Server: Apache/2.XXX (Unix) mod_perl/2.XXXX Is there something else I need to do to the http.cong file? Are you the right person to be asking about this or should I post this on another mailing list? Thanks --- Stas Bekman <[EMAIL PROTECTED]> wrote: > gSOAP acct wrote: > > Hi Stas, > > > > Well that got me a lot closer but make test still > > failed. Should I upgrade my Apache and try again > with > > modperl 2.0? > > Not really. It should work fine with 2.0.48. > > > t/apache/subprocess.t 255 65280 ?? ?? > % > > ?? > > t/apr/perlio.t 255 65280 ?? ?? > % > > Please run each separately: > > rm t/logs/error_log > t/TEST -v t/apache/subprocess.t > > and the same for the second one. > > > > [ error] for stacktrace, run: gdb > > /usr/local/apache2/bin/httpd -core > > > /home/Plankton/cvs/mp2-20040413/t/core > > You have a core dump. Do what it says and run: > > gdb> bt > > and post it here > > That's when you get a new core after running after > one of the above tests > separately. > > Ideally send each test failure separately. Unless > they seem to be related. > > Thanks. > > > > __________________________________________________________________ > Stas Bekman JAm_pH ------> Just Another > mod_perl Hacker > http://stason.org/ mod_perl Guide ---> > http://perl.apache.org > mailto:[EMAIL PROTECTED] http://use.perl.org > http://apacheweek.com > http://modperlbook.org http://apache.org > http://ticketmaster.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25� http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
