Re: Embperl on RedHat 8.0

2002-12-05 Thread Alexander Hartmaier
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

Re: Embperl on RedHat 8.0

2002-12-05 Thread Alexander Hartmaier
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

Re: Embperl on RedHat 8.0

2002-12-04 Thread Jaak
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

Re: Embperl on Redhat 8.0

2002-12-04 Thread Alexander Hartmaier
X 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

Re: Embperl on RedHat 8.0

2002-12-04 Thread Alexander Hartmaier
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

Re: Antwort: Re: Embperl on RedHat 8.0

2002-12-03 Thread Angus Lees
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

Re: Embperl on RedHat 8.0

2002-12-03 Thread Jaak
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

Antwort: Re: Embperl on RedHat 8.0

2002-12-03 Thread Alexander Hartmaier
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???

Embperl on RedHat 8.0

2002-12-02 Thread Alexander Hartmaier
Hi! During the weekend the harddisks of both embperl boxes crashed (IBM DTLA-30GB...nothing more to say). I'm just reinstalling the first with RedHat 8.0. DBI with DBD::Oracle is already working =) but I can't compile Embperl ;( RedHat 8.0 includes: - Perl 5.8.0-55 - Apache 2.0.40-8 - mod_perl