RE: EMB Perl Seg fault

2001-02-08 Thread Michael.Dean
I was getting seg faults just recently and I've found that I must compile everything with the same compiler - by everything I mean perl + mysql + open_ssl + apache + mod_perl + mod_ssl + Embperl compiling perl and it's modules with gcc 2.7.2.3 doesn't seem to want to work with mysql compiled wi

Re: EMB Perl Seg fault

2001-02-08 Thread Gerald Richter
> > Well, I don't know exactly what the problem was. But when I upgraded my > MySQL to the binary distribution of (3.23.32), and recompiled everything > again it all worked! Go figure. > Fine, so maybe it was more a problem of mysql then of PHP + Embperl... > I wonder if Apache::DBI had

RE: EMB Perl Seg fault

2001-02-08 Thread Steve Wilder
ay, February 08, 2001 9:23 AM To: Gerald Richter Cc: [EMAIL PROTECTED] Subject: RE: EMB Perl Seg fault Got it... PerlModule DBI PerlModule DBD::mysql PerlModule HTML::Embperl in my httpd.conf Steve Wilder Matrix Interactive, Inc. http://www.matrixinteractive.net/ Desk: 248.814.8235 Cell: 2

RE: EMB Perl Seg fault

2001-02-08 Thread Steve Wilder
PROTECTED]] Sent: Thursday, February 08, 2001 8:08 AM To: Steve Wilder Cc: [EMAIL PROTECTED] Subject: Re: EMB Perl Seg fault Hi Steve, > > Well, I still have not figured it out... unless PHP 4.04pl1 is over-riding > my ./configure options. > > How would I find out which MySQL clie

Re: EMB Perl Seg fault

2001-02-08 Thread Gerald Richter
ttp://www.matrixinteractive.net/ > Desk: 248.814.8235 > Cell: 248.894.3128 > Fax : 248.814.8236 > > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 9:44 AM > To: Steve Wilder > Cc: Embeded PERL ML > Subjec

Re: EMB Perl Seg fault

2001-02-07 Thread Gerald Richter
> > Did you see this post? > Oops, of course I saw it (and answered to it), but it seems I should take some more sleep and less working ;-) > Everything is working okay, except for Embperl. Whenever I try to connect > to the mySQL database, Apache SEG faults, with no messages in the > embpe

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
e. Emb_perl is behaving very strangly. ... insight? Thank you, Steve Wilder Matrix Interactive, Inc. http://www.matrixinteractive.net/ Desk: 248.814.8235 Cell: 248.894.3128 Fax : 248.814.8236 -Original Message- From: Antti Linno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06

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