Thanks for the tip Mathias!

But my current problem is:
- PerlModule Apache::AuthDBI isn't mod_perl2 compatible -> i rewrote a few lines
in '/usr/lib/perl5/site_perl/5.8.0/Apache/AuthDBI.pm' and now apache2 starts
- The connection to the Oracle database still isn't working with Apache::AuthDBI
(username, password and the connection string are passed to it as I see in the
logfile, but the connection fails...I don't know why.
- mod_embperl.c doesn't show up in my server-info!!! I don't know why but I see
it on the RedHat 7.2 box... GERALD HELP PLZ!!!

THX Alex





[EMAIL PROTECTED] (Mathias Anler) am 04.12.2002 14:36:18

An:   [EMAIL PROTECTED] (Alexander Hartmaier)
Kopie:     (Blindkopie: Alexander Hartmaier/DEBIS/EDVG/AT)

Thema:    Embperl on Redhat 8.0



Hi!

I haven't followed the thread of your problem. So this might be totally
off and not help you at all. But here goes anyway.

You can always try to put a...

BEGIN # Init oracle env
    {
        $ENV{ORACLE_HOME} = '/opt/oracle/product/8.1.7';
        $ENV{NLS_LANG}  = "american_america.we8iso8859p1";
        $ENV{ORA_NLS}   = "$ENV{ORACLE_HOME}/ocommon/nls/admin/data";
        $ENV{NLS_DATE_FORMAT} = "YYYYMMDD HH24:MI:SS";
    }

...in you Embperl code/module. To init your oracle environment.

Just trying to help. Good luck!

/Mathias Anl�r








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to