YEAH!!!
I works!!! Finally!!!
I added these 3 lines to my startup.pl instead of setting them in httpd.conf:
$ENV{ORACLE_HOME} = "/u01/app/oracle/product/9.2.0.1.0/";
$ENV{ORA_NLS33} =
"/u01/app/oracle/product/9.2.0.1.0/ocommon/nls/admin/data";
$ENV{NLS_LANG} = "AMERI
Hi again!
Thanks for the tips.
I found the 'LoadModule embperl_module location/to/Embperl.so' line in the
embperl documentation by myself =)
Now embperl gets loaded but it seems that it doesn't interpret my pages!
Additionally I've got the following problem:
http://perl.apache.org/docs/2.0/user
Hi!
> So my oracle database connection isn't working because the vars
ORACLE_HOME and
> ORA_NLS33 from httpd.conf aren't used in Embperl.
>
> I can't find anything in the documentation about this.
> It's required for embperl 2.x and after migrating from 1.x to 2.x this
statement
> worked...but not
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
(u
03.12.2002 14:50:57
An: [EMAIL PROTECTED]
Kopie: (Blindkopie: Alexander Hartmaier/DEBIS/EDVG/AT)
Thema:Re: Embperl on RedHat 8.0
Hi!
> I found out that I have to install ExtUtils to get the two scripts stated
above
> to work (maybe I need something else but don't know???).
> Because
At Tue, 3 Dec 2002 11:31:55 +0100, Alexander Hartmaier wrote:
> The last message of the output of xs_generate.pl is:
> Use of uninitialized value in concatenation (.) or string at
> /usr/lib/perl5/site_perl/5.8.0/ExtUtils/XSBuilder/WrapXS.pm line 1177.
try this patch:
--- Begin Message ---
i wa
Hi!
> I found out that I have to install ExtUtils to get the two scripts stated
above
> to work (maybe I need something else but don't know???).
> Because the files have no perl header I have to execute them with 'perl
> xsbuilder/source_scan.pl' and 'perl xsbuilder/xs_generate.pl'.
>
> The last m
gmbh) am 03.12.2002 11:04:19
An: [EMAIL PROTECTED] (Alexander Hartmaier)
Kopie: (Blindkopie: Alexander Hartmaier/DEBIS/EDVG/AT)
Thema:Re: Embperl on RedHat 8.0
>
> What I catched while reading the list Embperl currently isn't working on
Perl
> 5.8.0. Is that correct???