RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> > 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

RE: Help debugging Embperl crash

2000-07-07 Thread jbodnar
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

RE: ANNOUCE: Embperl 2.0a6

2000-07-07 Thread Gerald Richter
> > How does this affect the development of 1.3? Will a 'stable' 1.3 > be released > or is its development stopped in favor of 2.0? > There will be a stable 1.3. I will not change anything in the core Embperl, but I add some features to EmbperlObject so it will get more usable. I plan to do this

RE: ANNOUCE: Embperl 2.0a6

2000-07-07 Thread Christian Gilmore
How does this affect the development of 1.3? Will a 'stable' 1.3 be released or is its development stopped in favor of 2.0? Regards, Christian > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 07, 2000 2:56 PM > To: Embperl@Perl. Apache. Org > Su

RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> 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

RE: Help debugging Embperl crash

2000-07-07 Thread jbodnar
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

RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> > 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

Help debugging Embperl crash

2000-07-07 Thread jbodnar
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 perl script and it

ANNOUCE: Embperl 2.0a6

2000-07-07 Thread Gerald Richter
This is the first public alpha release of Embperl 2. There is still a lot of work todo, but it's now ready for a review by more people. You can download it from ftp://ftp.dev.ecos.de/pub/perl/embperl/2.0-alpha Please make sure to read the README.v2. I append it below. Enjoy Gerald P.S. I am o