Re: This list... formatted headerS?

2001-01-30 Thread andrewl
wells wrote: RE:>>Subject: [mod-perl] An absolutely marvelous idea... I have thousands of messages in my system from just a short time online. Most other lists of which I am a member have a tag in the message that allows me to sort them and then do a mass delete based on the subject. I hav

Re: Compiling mod_perl into Apache 1.3.14

2001-01-25 Thread andrewl
I've been otherwise occupied for a while and am finally able to spend a few moments, once again, on trying to get mod_perl compiled into Apache. I am using: Apache 1.3.14 Perl 5.6.0 mod_perl-1.24_01 on Linux 2.2.16 I have a string of arguments that I would like to pass to the compile routine at,

Following fresh compile from new src...

2001-01-16 Thread andrewl
Hello mod_perl gurus, I have the following: RHL 7.0 (linux 2.2.16) Apache 1.3.14 mod_perl.1.24_01 Perl 5.6.0 and an upgraded glibc to version 2.96-69 I followed the "installation in 10 Lines" instructions, with one amendment: % cd /usr/src % lwp-download http://www.apache.org/dist/a

Re: Classes, Methods? Error #29 in modules/src.t?

2001-01-10 Thread andrewl
While I don't want to be a C programmer, apparently I am going to have to learn what "classes" and "methods" are in order to compile mod_perl 1.24_01 into Apache 1.3.14, running Perl 5.6.0 and on top of Linux 2.2.16 (RHL 7.0 base dist). And I may even have to learn how to debug C code, to get rid

Re: RedHat 7.0 and mod-perl

2001-01-09 Thread andrewl
Jamie Krasnoo wrote: >>Is anyone using mod-perl with apache-1.3.14 on RedHat 7.0? Any complaints? Francesc Guasch wrote: >>Me, core dumps. - Well, I'm trying to as well. I have: RedHat 7.0 Apache-1.3.14 Perl-5.6.0 mod_perl-1.24_01 Berkeley-3.1 (seemed required to get Sendmail

Re: Configtest yields bad news...

2001-01-08 Thread andrewl
Good morning, Ged and modperl list, I used the below provided argument listing (or so I believe). This must be executed automatically by the perl Makefile.PL routine? I tried it once as you sent it, and once with the change listed to the APACHE_SRC default directoy. Both times, I got the follow

ap_ctx_get with libperl.so problem.

2001-01-06 Thread andrewl
This is definitely related to libperl.so ... When I comment out LoadModule perl_module modules/libperl.so in httpd.conf, then apache will start. Unfortunately, I'd like to get mod_perl working. Does anyone know about this ap_ctx_get? I understand that there could be a bug in another module tha

Re: Configtest yields bad news...

2001-01-06 Thread andrewl
/usr/local/apache/bin/apachectl configtest produces "Cannot load /usr/local/apache/modules/libperl.so into server: undefined symbol: ap_ctx_get" I'm done some searches for clues at RedHat and other sites, but all I see is something about and IBM issue. Any clues? Andrew L.