Linking Perl Modules with gcc - avoiding conflicts with cc

2004-09-14 Thread Thomas Gutzmann
Hi, under Solaris 9 with Perl 5.6.1 pre-installed, I just fought with these infamous error messages cc: unrecognized option `-KPIC' cc: language depend not recognized which are quite resistant against all tricks like linking cc to gcc and so on. The underlying reason is that Perl was installed

Re: Error building mod_perl 1.29 on Mac OS X 10.3.5.

2004-09-14 Thread Joris Verboomen
No real solution yet. For the time being I disabled the 3 modules that gave problems and built Apache and mod_perl seperately. Because I disabled mod_log_config I had to comment out the LogFormat and CustomLog directives in httpd.conf. I also had to explicitly enable mod_so because otherwise

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-14 Thread Stas Bekman
Joe Orton wrote: On Thu, Sep 09, 2004 at 05:40:48PM +0400, [EMAIL PROTECTED] wrote: k714% ./nonblock found port: 52984 O_NONBLOCK is not set in the child. This is rather confusing, since it means that apparently the test is working OK, and O_NONBLOCK is *not* inherited across accept() on NetBSD, wh

Re: Detecting http-equiv meta refresh

2004-09-14 Thread Perrin Harkins
On Tue, 2004-09-14 at 16:52, Gil Vidals wrote: > Is there a way to detect an incoming GET request generated by a meta refresh > at the server level with mod_perl??? This is an HTTP and browser issue, not a mod_perl one. You can experiment with various browsers, but there is no way to be sure what

Detecting http-equiv meta refresh

2004-09-14 Thread Gil Vidals
Is there a way to detect an incoming GET request generated by a meta refresh at the server level with mod_perl??? Some of you have heard of users being able to "hijack" Google rankings by simply creating a page with the meta tag in the head like so "http://www.domain-to-hijack.com";>". Eventually

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-14 Thread Joe Orton
On Thu, Sep 09, 2004 at 05:40:48PM +0400, [EMAIL PROTECTED] wrote: > > > > > > k714% ./nonblock > > > found port: 52984 > > > O_NONBLOCK is not set in the child. > > > > This is rather confusing, since it means that apparently the test is > > working OK, and O_NONBLOCK is *not* inherited across a

Re: http dumps core at shutdown after tests

2004-09-14 Thread Stas Bekman
Mike Hanafey wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: A) libexpat.so is in /usr/local/lib, but APR.so is not built with a runpath that includes this directory. The runpath only contains the httpd server lib directory. The Makefile.PL contain

http dumps core at shutdown after tests

2004-09-14 Thread Mike Hanafey
-8<-- Start Bug Report 8<-- 1. Problem Description: A) libexpat.so is in /usr/local/lib, but APR.so is not built with a runpath that includes this directory. The runpath only contains the httpd server lib directory. The Makefile.PL contains some special case

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-14 Thread Stas Bekman
bad wrapping: /tmp/jorton12/mod_perl-1.99_16/t/lib /tmp/jorton12/mod_perl-1.99_16/Apache-Test/lib It should be here: ^^^ /tmp/jorton12/mod_perl-1.99_16/Apache-Test/lib -- __ Stas BekmanJAm_pH ---

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-14 Thread Stas Bekman
Joe Orton wrote: I can try and debug this, I've found a NetBSD machine and reproduced the failure. ./t/TEST -start-httpd doesn't work from the mod_perl test suite, is there a way to get that working? bash-2.05b$ ./t/TEST -start-httpd /tmp/jorton12/root/bin/httpd -d /tmp/jorton12/mod_perl-1.99_16/t

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-14 Thread Joe Orton
I can try and debug this, I've found a NetBSD machine and reproduced the failure. ./t/TEST -start-httpd doesn't work from the mod_perl test suite, is there a way to get that working? bash-2.05b$ ./t/TEST -start-httpd /tmp/jorton12/root/bin/httpd -d /tmp/jorton12/mod_perl-1.99_16/t -f /tmp/jorton

Re: Error building mod_perl 1.29 on Mac OS X 10.3.5.

2004-09-14 Thread Stas Bekman
Joris Verboomen wrote: Stas, I tried adding USE_DSO=1 but the same result. My command to create the Makefile now looks as follows: perl Makefile.PL APACHE_SRC=../apache_1.3.31/src DO_HTTPD=1 USE_APACI=1 USE_DSO=1 EVERYTHING=1 Any other suggestions ? I've suggested that several times, but no

[JOB] principal engineer in lovely orem utah

2004-09-14 Thread Cahill, Earl
The job listing is below. We are looking for a perl programmer that has some experience designing and coding object oriented mod_perl web applications. Would like the hire to be very familiar and comfortable with references and objects, tieing into databases (oracle and mysql), using cvs, working

Re: Error building mod_perl 1.29 on Mac OS X 10.3.5.

2004-09-14 Thread Joris Verboomen
Stas, I tried adding USE_DSO=1 but the same result. My command to create the Makefile now looks as follows: perl Makefile.PL APACHE_SRC=../apache_1.3.31/src DO_HTTPD=1 USE_APACI=1 USE_DSO=1 EVERYTHING=1 Any other suggestions ? Thanks, Joris. Stas Bekman wrote: Joris Verboomen wrote: Hi, I g