Re: EMB Perl Seg fault

2001-02-06 Thread Gerald Richter
> > ... This was never a problem before. Emb_perl is behaving very strangly. > ok, if the mysql drivers doesn't seems to be the problem we need a stackbacktrace from SIGSEGV. Just start your apache with -X option under gdb, let it run, request the page that crashs and type BT for the backtrace

RE: EMB Perl Seg fault

2001-02-06 Thread Steve Wilder
Actually, I've run into that problem before, and this time, I compiled PHP to use the systems mySQL client. That is why mod_perl works. (http://www.topconlasersales.com/test_php/) Shows all four modes: CGI, PHP4, mod_perl, and Embperl. Also interesting to note is that on non-Database porti

Re: EMB Perl Seg fault

2001-02-06 Thread Neeme Vool
> > As I recall, it was php, mysql problem with invoking DBI. Search the list > archives. As I dimly remember, I got rid of this problem with installing > php --with-mysql = /path/to/mysql/libraries. I've compiled them > together(without ssl though) and all works nice. > If you compile php mod

Re: PHP and mysql Segfault (was: EMB Perl Seg fault)

2001-02-06 Thread Gerald Richter
> > Everything is working okay, except for Embperl. Whenever I try to connect > to the mySQL database, Apache SEG faults, with no messages in the > embperl.log. > As far as I know DBD::mysql and the mysql driver of PHP don't like each other. You have to compile PHP and/or DBD::mysql with speci

Re: EMB Perl Seg fault

2001-02-06 Thread Antti Linno
As I recall, it was php, mysql problem with invoking DBI. Search the list archives. As I dimly remember, I got rid of this problem with installing php --with-mysql = /path/to/mysql/libraries. I've compiled them together(without ssl though) and all works nice. Hope this helps. Greetings,

EMB Perl Seg fault

2001-02-06 Thread Steve Wilder
Hello. I have Apache 1.3.12, mod_perl 1.25, Embperl 1.3.0, mod_ssl 2.6.6-1.3.12, and PHP 4.0.4pl1 all compiled statically on a Redhat 6.0 machine, and mySQL version 3.22.22 Everything is working okay, except for Embperl. Whenever I try to connect to the mySQL database, Apache SEG faults, w