Re: build problems with apache 1.3.33 and mod_perl 1.29

2005-02-14 Thread Perrin Harkins
On Sat, 2005-02-12 at 11:12 -0500, John Klassa wrote: > > gcc -B/usr/ccs/bin/ -O > > -I/opt/perl/packages/5.004_04/sparc-sun-solaris2.6/lib/CORE That perl is ancient. Can you try a more recent version? There are many bug fixes and security improvements since 5.004_04. - Perrin

Re: build problems with apache 1.3.33 and mod_perl 1.29

2005-02-14 Thread William McKee
On Sat, Feb 12, 2005 at 11:12:07AM -0500, John Klassa wrote: > Am I missing something obvious? I'm not familiar with this error. Try filing a complete bug report[1] and you'll have better luck getting some assistance. William [1] http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Pro

build problems with apache 1.3.33 and mod_perl 1.29

2005-02-12 Thread John Klassa
Untarred a fresh apache 1.3.33 and mod_perl 1.29... Ran the configure example straight out of the docs (changed directory names to match my reality :-)): perl Makefile.PL APACHE_SRC=../apache_1.3.33/src \ APACHE_PREFIX=/home/http DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 Ran m