I have figured out the problem.  The apple provided mod_perl is a shared 
lib.  I was looking to rebuild mod_perl with the latest version, and 
here's what I found:

The mod_perl readme says that the shared lib support is new and very 
unstable
I have encountered similar problems just using 'PerlRequire startup.pl' 
(startup.pl just '#!/usr/bin/perl' )in the httpd.conf file (a.k.a. 
malloc double free() error)
I downloaded and rebuilt apache with mod_perl statically linked, and 
everything has been going fine (I installed over Apple's, will reinstall 
after upgrades)
I even got some complex perl stuff to work.

Therefore:  The instability in Apache::Request (A part of mod_perl) may 
be due to the fact that mod_perl was unstable itself in the .so lib

Unfortunately, Apache::ASP does not work yet

On Tuesday, February 19, 2002, at 08:56 , Ken Williams wrote:

>
> On Sunday, January 27, 2002, at 03:55 PM, Kyle Moffett wrote:
>> In using Apache::ASP, I need to use Apache::Request, I think, and I 
>> think that is the cause for this error:
>>
>> parse_file_count check failed at T.pm line 33. <--> , 
>> blib/lib/Apache/ASP.pm line 1556
>> FAILED before any test output arrived
>>
>> What a HEADACHE!!!   *:-(
>
> Have you had any more luck with Apache::Request?  On the 
> [EMAIL PROTECTED] list there have been some recent successes:
>
>   http://archive.develooper.com/macosx%40perl.org/msg01539.html
>
>
>  -Ken
>


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to