Edward Moon wrote:
> I did that Stas. I forgot to mention that I updated Apache::Cookie via 
> CPAN.

weird, I've glibc 2.2.4 and no such a problem (mandrake 8.2 here). In 
any case follow the path that it cannot find.

Also try to strace(1) the startup to see exactly where it looks for 
libapreq.so. Or try the simpler:

% strace perl -MApache::Cookie -e1

grep for apreq

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



-- 


__________________________________________________________________
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