Clinton Gormley wrote:
Clint,

I changed the header I sent from text/html to text/plain and the segfaulting no longer occuring.

It's more likely to be the headers your server is receiving (eg cookie?)
than the headers it is sending.


Ok, I built my own apache-2.2.4 + mod_perl 2.0, first removing the libapr system libraries .

Funny thing is now in the logs I have

Apache2::Reload: Can't locate Faked by MRO::Compat

being generated by Apache2::Reload.

Any ideas on how to get rid of this error message?

I also configured apache to load  Apache2::compat
this produced warnings because it expected to find the system apr system libraries... should I re-install libapr?

here is the error message.

> perl -MApache2::compat
Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/APR/APR.so' for module APR: libaprutil-1.so.0: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230. at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/APR/Date.pm line 23 Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/APR/Date.pm line 23. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/APR/Date.pm line 23. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Apache2/compat.pm line 52. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Apache2/compat.pm line 52.
Compilation failed in require.
BEGIN failed--compilation aborted.

Thanks for any help you can give me.

Tyler

Reply via email to