Edward Moon wrote:
> I recently applied the glibc updates described at 
> <http://www.redhat.com/support/errata/RHBA-2002-056.html> to a system 
> running Apache 1.2.22/modperl 1.2.26 on a Perl 5.6.1/Redhat Linux 7.2 
> system.
> 
> All seemed well until I updated Apache::Cookie to the latest version and 
> restarted apache.
> 
> Apache failed to start and I got the following error messages:
> 
> Starting httpd: [Thu Apr 18 13:42:14 2002] [error] Can't load 
> '/usr/local/lib/perl5/site_perl/5.6.1/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 

looks like you have a broken or missing binary package. It says exactly 
what's your problem - it cannot find the library. Check that you have 
the right symlinks from libapreq.so.1.0.0 to libapreq.so.1, or whatever 
it is.

Have you tried building from the sources?

perl -MCPAN -eshell
cpan> install Apache::Cookie
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to