>
> Okay, it seems to be some kind of conflict between
> mod_perl/Embperl and PHP and
> perhaps Apache::DBI. My Embperl stuff works if there's no
> database access. It
> also works if I don't load libphp4.so. I guess the best solution
> is to either
> build everything statically or run seperate se
Okay, it seems to be some kind of conflict between mod_perl/Embperl and PHP and
perhaps Apache::DBI. My Embperl stuff works if there's no database access. It
also works if I don't load libphp4.so. I guess the best solution is to either
build everything statically or run seperate servers for PHP an
> I'm not sure if I understand the FAQ
> (http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_wit
> h_a_SIG_).
>
> If this is in a page how do I set the args for perl?
>
> Or am I looking at the wrong FAQ entry?
>
No it's right, but it is not exactly fit to your problem, do
#gdb /p
I'm not sure if I understand the FAQ
(http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_with_a_SIG_).
If this is in a page how do I set the args for perl?
Or am I looking at the wrong FAQ entry?
On 07-Jul-2000 Gerald Richter wrote:
>>
>> I'm using Embperl 1.3b3 and mod_perl 1.24
>
> I'm using Embperl 1.3b3 and mod_perl 1.24. I'm trying to use
> Class::DBI in my
> templates and when I hit a certain line in the page the child
> segfaults. This
> definitely seems to be some kind of problem between Embperl and
> Class::DBI. I'm
> able to run the same code from a plain old per