Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Another mod_perl issue

Quote Reply
Another mod_perl issue
I'm getting the following error when attempting to access Gossamer Links under mod_perl.
Code:
[error] Undefined subroutine &Apache::ServerUtil::restart_count
called at GT::Base::register_persistent_cleanup line 585.
Server Details:
Redhat Enterprise Linux ES 4.0
perl-5.8.5-12.1
httpd-2.0.52-12.1
mod_perl-1.99_16-4
Gossamer Links 3.0.4

All are standard Redhat RPMs

I have confirmed Apache::ServerUtil exists on my system and is referenced in @INC. (/usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi/Apache/ServerUtil.pm)

perl-startup.pl loads correctly and contains the follwing:
Code:
use lib '/u01/sites/www.britishexpats.com/cgi-bin/lsql/admin';
use Links::mod_perl;
1;
Quote Reply
Re: [paulj] Another mod_perl issue In reply to
You need to upgrade your mod_perl - mod_perl 1.99.x are beta releases and mod_perl 2.0 was released a few months ago.

Adrian
Quote Reply
Re: [brewt] Another mod_perl issue In reply to
Yep... that worked.
Thanks

Although I'm a bit surprised that Redhat shipped beta software with their supposedly Enterprise Linux offering.