RE: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-20 Thread Jack Doyle
I had the same problem on 9.1  It's because mod_perl isn't installed correctly. 
 I never could get it to work with mod_perl.  Not an OTRS problem, but apache I 
think.

-
Jack Doyle, Network+
Systems Operations Specialist
Lewis-Gale Clinic Information Systems 

-Original Message-
From: Chris H [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 19, 2005 10:02 PM
To: User questions and discussions about OTRS.
Subject: [otrs] SuSE 9.2 supplied rpms installation error


Greets;

Testing OTRS on SUSE 9.2 with rpms supplied by SuSE (ftp install; 
otrs-1.2.4-2) seem to cause an error with apache2. The line that it 
barf's on is the following:

line 10 of

/opt/otrs/scripts/apache2-httpd.include.conf which reads as follows;

=

#load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl

=

apache error message reads;

=
Syntax error on line 10 of  ..
Invalid command 'Perlrequire', perhaps mis-spelled..etc. etc. 
==

anyone have a suggestion as to what is the correct syntax for the 
reference line?

Regards and tia,

/ch

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


Re: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-20 Thread Chris H
Eberhard Moenkeberg wrote:
You have to add perl to the long list APACHE_MODULES in 
/etc/sysconfig/apache2.

Cheers -e

Thanks that did it. Must be a packaging or yast bug as this should be 
automatically added when yast installs otrs. Perhaps someone should let 
SUSE know..;)

/ch
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


Re: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-20 Thread Robert Kehl
Chris H schrieb:
Eberhard Moenkeberg wrote:
You have to add perl to the long list APACHE_MODULES in 
/etc/sysconfig/apache2.
Thanks that did it. Must be a packaging or yast bug as this should be 
automatically added when yast installs otrs. Perhaps someone should let 
SUSE know..;)
In fact, you did hereby let know the responsible people, which is the 
OTRS GmbH - they build the SuSE RPM, not the SuSE AG.

Best you can do additionally now is file a bug report on 
http://bugs.otrs.org/, after having made sure there isn't already one 
noted for this issue.

With kind regards,
Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


RE: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-20 Thread Jack Doyle
Thanks, you helped me, too.  I appreciate.

-Original Message-
From: Robert Kehl [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 20, 2005 12:56 PM
To: User questions and discussions about OTRS.
Subject: Re: [otrs] SuSE 9.2 supplied rpms installation error


Chris H schrieb:
 Eberhard Moenkeberg wrote:
 You have to add perl to the long list APACHE_MODULES in
 /etc/sysconfig/apache2.
 
 Thanks that did it. Must be a packaging or yast bug as this should be
 automatically added when yast installs otrs. Perhaps someone should let 
 SUSE know..;)

In fact, you did hereby let know the responsible people, which is the 
OTRS GmbH - they build the SuSE RPM, not the SuSE AG.

Best you can do additionally now is file a bug report on 
http://bugs.otrs.org/, after having made sure there isn't already one 
noted for this issue.

With kind regards,

Robert Kehl
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


Re: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-20 Thread Chris H
Jack Doyle wrote:
In fact, you did hereby let know the responsible people, which is the 
OTRS GmbH - they build the SuSE RPM, not the SuSE AG.

Best you can do additionally now is file a bug report on 
http://bugs.otrs.org/, after having made sure there isn't already one 
noted for this issue.
 

Ok will do. Here is a partial list for 9.2
1. rpm -q otrs = 1.2.4-2 whereas current release version is 1.3.x
2. apache integration is incomplete and fails to load: perl errors, cgi 
permission errors and incorrect syntax in httpd.conf
3. yast integration is incomplete and fails to setup otrs on SuSe9.2
4. README.SUSE is incorrect

As said, 1.3.x tarball installs seamlessly with manual intervention of 
course:)

/ch
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


[otrs] SuSE 9.2 supplied rpms installation error

2005-01-19 Thread Chris H
Greets;
Testing OTRS on SUSE 9.2 with rpms supplied by SuSE (ftp install; 
otrs-1.2.4-2) seem to cause an error with apache2. The line that it 
barf's on is the following:

line 10 of
/opt/otrs/scripts/apache2-httpd.include.conf which reads as follows;
=
#load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
=
apache error message reads;
=
Syntax error on line 10 of  ..
Invalid command 'Perlrequire', perhaps mis-spelled..etc. etc.
==
anyone have a suggestion as to what is the correct syntax for the 
reference line?

Regards and tia,
/ch
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


Re: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-19 Thread [EMAIL PROTECTED]
Try deleting the Config.pm file and copy over a new
copy from Config.dist.pm. Then run the installer.pl
and any syntax error may be removed.

You will lose the changes you made into Config.pm
though.

Chris

--- Chris H [EMAIL PROTECTED] wrote:

 Greets;
 
 Testing OTRS on SUSE 9.2 with rpms supplied by SuSE
 (ftp install; 
 otrs-1.2.4-2) seem to cause an error with apache2.
 The line that it 
 barf's on is the following:
 
 line 10 of
 
 /opt/otrs/scripts/apache2-httpd.include.conf which
 reads as follows;
 

=
 
 #load all otrs modules
 Perlrequire
 /opt/otrs/scripts/apache2-perl-startup.pl
 

=
 
 apache error message reads;
 
 =
 Syntax error on line 10 of  ..
 Invalid command 'Perlrequire', perhaps
 mis-spelled..etc. etc.
 ==
 
 anyone have a suggestion as to what is the correct
 syntax for the 
 reference line?
 
 Regards and tia,
 
 /ch
 
 ___
 OTRS mailing list: otrs - Webpage: http://otrs.org/
 Archive: http://lists.otrs.org/pipermail/otrs
 To unsubscribe:
 http://lists.otrs.org/cgi-bin/listinfo/otrs
 Support oder Consulting für Ihr OTRS System?
 = http://www.otrs.de/
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/


Re: [otrs] SuSE 9.2 supplied rpms installation error

2005-01-19 Thread Eberhard Moenkeberg
Hi,
On Wed, 19 Jan 2005, Chris H wrote:
Greets;
Testing OTRS on SUSE 9.2 with rpms supplied by SuSE (ftp install; 
otrs-1.2.4-2) seem to cause an error with apache2. The line that it barf's on 
is the following:

line 10 of
/opt/otrs/scripts/apache2-httpd.include.conf which reads as follows;
=
#load all otrs modules
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
=
apache error message reads;
=
Syntax error on line 10 of  ..
Invalid command 'Perlrequire', perhaps mis-spelled..etc. etc.
==
anyone have a suggestion as to what is the correct syntax for the reference 
line?
You have to add perl to the long list APACHE_MODULES in 
/etc/sysconfig/apache2.

Cheers -e
--
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
= http://www.otrs.de/