[SOLVED] Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-24 Thread Edward Moon

FYI,

I finally got my problems with Apache::Cookie (part of libapreq) solved. 

Much thanks to Stas for advice on solving this problem.

Here's what I found:

1) Installing the glibc 2.2.4-24 updates borked the RPM installed perl 
5.6.1. Building 5.6.1 from source fixed this problem.

2) libapreq 1.0 installs the libapreq.* files into /usr/local/lib. I ended 
up adding the path to ld.conf. Not sure if this was necessary.





Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Stas Bekman

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 BekmanJAm_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




Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Edward Moon

I did that Stas. I forgot to mention that I updated Apache::Cookie via 
CPAN.



On Fri, 19 Apr 2002, Stas Bekman wrote:
[snip]
 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 BekmanJAm_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