Post-installation run problems w/rt and Apache::Cookie

Hi all,

I’m having some installation issues and was wondering if any of y’all
could lend a hand.

I’ve got rt installed, but when I try to start Apache, I get these 2
errors:

[Fri Sep 6 11:23:27 2002] [error] Can’t load
‘/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so’ for module Apache::cookie: libapreq.so.1: cannot open shared
object file: No such file or directory at
/usr/local/lib/perl5/5.8.0/i686-linux/DynaLoader.pm line 229.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/mod_perl.pm line 14
Compilation failed in require at /opt/rt2/bin/webmux.pl line 80.
BEGIN failed–compilation aborted at /opt/rt2/bin/webmux.pl line 80.
Compilation failed in require at (eval 6) line 1.

Syntax error on line 986 of /usr/local/apache/conf/httpd.conf:
Can’t load
‘/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so’ for module Apache::cookie: libapreq.so.1: cannot open shared
object file: No such file or directory at
/usr/local/lib/perl5/5.8.0/i686-linux/DynaLoader.pm line 229.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/mod_perl.pm line 14
Compilation failed in require at /opt/rt2/bin/webmux.pl line 80.
BEGIN failed–compilation aborted at /opt/rt2/bin/webmux.pl line 80.
Compilation failed in require at (eval 6) line 1.

/usr/local/apache/bin/apachectl start: httpd could not be started

During installation, all of the modules installed without a hitch.
Everything is there, including Apache::cookie:

% ls -l
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so
-r-xr-xr-x 1 root root 17058 Sep 5 15:40
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so

I’m not sure where to go from here. Reinstalling didn’t do anything,
mod_perl was compiled with everything, and Apache itself was recompiled
and works fine without the rt directives. What could be causing this
error?

Thanks very much,

Sean

I was hoping to get a pointer or two on this one. Has nobody else had
this problem before?

Thanks,

SeanOn Friday, September 6, 2002, at 11:31 AM, Sean Hussey wrote:

Hi all,

I’m having some installation issues and was wondering if any of y’all
could lend a hand.

I’ve got rt installed, but when I try to start Apache, I get these 2
errors:


[Fri Sep 6 11:23:27 2002] [error] Can’t load
‘/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so’ for module Apache::cookie: libapreq.so.1: cannot open
shared object file: No such file or directory at
/usr/local/lib/perl5/5.8.0/i686-linux/DynaLoader.pm line 229.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/mod_perl.pm line 14
Compilation failed in require at /opt/rt2/bin/webmux.pl line 80.
BEGIN failed–compilation aborted at /opt/rt2/bin/webmux.pl line 80.
Compilation failed in require at (eval 6) line 1.

Syntax error on line 986 of /usr/local/apache/conf/httpd.conf:
Can’t load
‘/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so’ for module Apache::cookie: libapreq.so.1: cannot open
shared object file: No such file or directory at
/usr/local/lib/perl5/5.8.0/i686-linux/DynaLoader.pm line 229.
at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/mod_perl.pm line 14
Compilation failed in require at /opt/rt2/bin/webmux.pl line 80.
BEGIN failed–compilation aborted at /opt/rt2/bin/webmux.pl line 80.
Compilation failed in require at (eval 6) line 1.

/usr/local/apache/bin/apachectl start: httpd could not be started

During installation, all of the modules installed without a hitch.
Everything is there, including Apache::cookie:

% ls -l
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so
-r-xr-xr-x 1 root root 17058 Sep 5 15:40
/usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/Apache/Cookie/
Cookie.so

I’m not sure where to go from here. Reinstalling didn’t do anything,
mod_perl was compiled with everything, and Apache itself was
recompiled and works fine without the rt directives. What could be
causing this error?

Thanks very much,

Sean


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

I’d check where your libapreq.so.1 is located. If it’s in
/usr/local/lib or some unusual place, maybe you need to add
/usr/local/lib to /etc/ld.so.conf.

Also maybe you need to get the latest version of libapreq? Couldn’t hurt…

Sean Hussey wrote:

I was hoping to get a pointer or two on this one. Has nobody else had
this problem before?

– Gary O

It is, in fact, in /usr/local/lib, but /usr/local/lib is also in
/etc/ld.so.conf.

Unless there’s a version of libapreq that was released this weekend,
I’ve got the latest one from CPAN. Any other possibilities?

Thanks,

SeanOn Tuesday, September 10, 2002, at 01:05 PM, Gary Oberbrunner wrote:

I’d check where your libapreq.so.1 is located. If it’s in
/usr/local/lib or some unusual place, maybe you need to add
/usr/local/lib to /etc/ld.so.conf.

Also maybe you need to get the latest version of libapreq? Couldn’t
hurt…

Sean Hussey wrote:

I was hoping to get a pointer or two on this one. Has nobody else
had this problem before?

– Gary O


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm