Can't load webmux.pl after apache restart

Hello,

I have a strange problem since this week-end, as my RT server won’t start
anymore.

Trying to start Apache failed with this error :

[Mon Jun 21 12:27:16 2010] [error] Unknown error\nCompilation failed in
require at (eval 2) line 1.\n
[Mon Jun 21 12:27:16 2010] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server …:0, exiting…

Nothing else in the error log. I change the error level to “debug” in the
RT_Config, nothing much than this error.

None has been changed in the server !!
It’s an RHEL 5.5, RT 3.8.8.

Thank you.
Snac

ademassougnes@ucanss.fr wrote:

Hello,

I have a strange problem since this week-end, as my RT server won’t start
anymore.

Trying to start Apache failed with this error :

[Mon Jun 21 12:27:16 2010] [error] Unknown error\nCompilation failed in
require at (eval 2) line 1.\n
[Mon Jun 21 12:27:16 2010] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server …:0, exiting…

Nothing else in the error log. I change the error level to “debug” in the
RT_Config, nothing much than this error.

Did you look in the error log of Apache?

None has been changed in the server !!
It’s an RHEL 5.5, RT 3.8.8.

Hmm, to be honest, it looks like File::Temp has been ‘upgraded’ to a
version without Weaken support. See this list, it has come up rather
recently, 1-2 weeks ago.

Regards,

Joop

Hello,

Thank you for your answer.
The log comes from apache.
File::Temp module comes from CPAN and not from redhat, it’s the very last
one.
Up2date is not set to automatically update, and there was no update since
a while on this server.

By the way I’v found something, when I run a “make testdeps” to check if
everything is ok, and I have a problem whith :
GPG missing dependencies:
GnuPG::Interface …MISSING
Undefined subroutine
&Mouse::Util::get_metaclass_by_name called at
/usr/lib/perl5/site_perl/5.8.8/Any/Moose.pm line 103.

But I can’t get to install it again by CPAN, compilation failed (I work on
it).

Snac

rt-users-bounces@lists.bestpractical.com a écrit sur 21/06/2010 15:31:10 :

ademassougnes@ucanss.fr wrote:

Hello,

I have a strange problem since this week-end, as my RT server won’t
start
anymore.

Trying to start Apache failed with this error :

[Mon Jun 21 12:27:16 2010] [error] Unknown error\nCompilation failed
in
require at (eval 2) line 1.\n
[Mon Jun 21 12:27:16 2010] [error] Can’t load Perl file:
/opt/rt3/bin/webmux.pl for server …:0, exiting…

Nothing else in the error log. I change the error level to “debug” in
the