Re: [otrs] Can't use Mod_perl with apache2 and otrs!

2004-11-24 Thread Graham Smith
I assume you have the checked the usual stuff i.e. Apache.pm exists in the CGI directory indicated and the web server (or otrs account) can access the file. If it is there I would try explicitly setting the path to the CGI directory and see what transpires... On Mon, 2004-11-22 at 15:46, [EMAIL P

Re: [otrs] Can't use Mod_perl with apache2 and otrs!

2004-11-22 Thread kalldrex-otrs
Ok, I finally see what you are talking about but the use lib directives in the apache2-perl-startup.pl are there and point to the correct directories. Even with those in I try to do a perl -cw apache2-perl-startup.pl I get this error: Can't locate Apache.pm in @INC (@INC contains: /home4/system

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread kalldrex-otrs
Ok I accidentally gave the wrong error (sorry that was a past error, was looking at the wrong thing). This is the exact error that apache2's error_log is giving me (btw my webserver is arleady setup exaclty like the otrs documentation told me to do): [Fri Nov 19 15:27:11 2004] [error] [client 132

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread Graham Smith
Read the README.webserver document, the Module Apache.pm should be in the /Kernel/cpan-lib/CGI directory It sounds as if you are missing the relevant use lib settings... On Fri, 2004-11-19 at 17:20, [EMAIL PROTECTED] wrote: > I have the loadmoduel directive (LoadModule > perl_modulemo

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread kalldrex-otrs
I have the loadmoduel directive (LoadModule perl_modulemodules/mod_perl.so). It keeps telling me though that Apache.pm can't be found when running scripts. I get the same error when running the scripts with perl -cw. --Matthew Shapiro --- Graham Smith <[EMAIL PROTECTED]> wrote: > On Fr

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread Graham Smith
On Fri, 2004-11-19 at 16:54, Jesse Shumaker wrote: > [EMAIL PROTECTED] wrote: > > Erm, question. The /etc/sysconfig/apache2 in SuSE, > > what is that? Is that the httpd.conf for apache2? If > > so can you give me more details on where to put "perl" > > as our apache config script is written fro

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread Jesse Shumaker
[EMAIL PROTECTED] wrote: Erm, question. The /etc/sysconfig/apache2 in SuSE, what is that? Is that the httpd.conf for apache2? If so can you give me more details on where to put "perl" as our apache config script is written from scratch and thus has no "APACHE_MODULES" text anywheres in it

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread kalldrex-otrs
Erm, question. The /etc/sysconfig/apache2 in SuSE, what is that? Is that the httpd.conf for apache2? If so can you give me more details on where to put "perl" as our apache config script is written from scratch and thus has no "APACHE_MODULES" text anywheres in it. Thanks. --Matthew Shapiro -

Re: [otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread Jesse Shumaker
[EMAIL PROTECTED] wrote: ok I can't get otrs to wrok with mod_perl. Perl is complaining that it can't find the Apache.pm. Looking through CPAN it looks like the apache perl module is for the apache1 mod_perl but I'm using apache-2.0.52 for otrs. Furthermore, when I go into the CPAN shell and do

[otrs] Can't use MOd_perl with apache2 and otrs!

2004-11-19 Thread kalldrex-otrs
ok I can't get otrs to wrok with mod_perl. Perl is complaining that it can't find the Apache.pm. Looking through CPAN it looks like the apache perl module is for the apache1 mod_perl but I'm using apache-2.0.52 for otrs. Furthermore, when I go into the CPAN shell and do a "install Apache" and gi