>
> 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
> embperl.log.
>
> Here is a stack backtrace from gdb:
>
> (gdb) BT
> #0 0x80950c1 in mysql_real_connect (mysql=0x0, host=0x0,
> user=0x85338b0 "www", passwd=0x85338c0 "******",
> db=0x8533e28 "topconlaser", port=0, unix_socket=0x0, client_flag=0)
> at libmysql.c:1147
... but the backtrace lead back to what everybody initial wrote. It seems to
be a problem between the two mysql drivers...
I don't have PHP installed here, so I can't test it. The only thing that
comes to my mind, if you not already done this, is to load all involved Perl
modules at server startup time. Some times strange things happening if you
don't do that with Perl modules that have XS extentions like Embperl and DBI
e.g.
PerlModule DBI
PerlModule DBD::mysql
PerlModule HTML::Embperl
maybe this helps, but I don't know
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]