On Mon, Jun 25, 2007 at 10:57:21AM +0300, Nikolai wrote:
> Hello
> 
> I'm kind of new person in the Gentoo world.
> I've installed libapreq2. But I couldn't found Perl modules like
> Apache2::Request, Apache2::Cookie, ... I decided to take a look at the
> ebuild. There wasn't --enable-perl-glue option for the configure
> script and I changed that. Now I'm wonderring is it correct that I've
> done. Is there a package that give me all these modules?

You should have this from the libapreq2 package.  My install gives me
access to those modules and I didn't do anything special.  If you do a
listing of the files ('equery f libapreq2') does it show any of the
files that you're looking for?

My results:
naked alan # equery f libapreq2 | grep Cookie
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/APR/Request/Cookie.pm
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/APR/Request/Cookie.pod
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/Apache2/Cookie.pm
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie/Cookie.bs
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie/Cookie.so
/usr/share/man/man3/APR::Request::Cookie.3pm.bz2
/usr/share/man/man3/Apache2::Cookie.3pm.bz2
naked alan #


As an aside, to install arbitrary perl modules (which may or may not
already have ebuilds) you can use the 'g-cpan' command.  

IE: g-cpan -i Foo::Bar

That'll ebuild-ify the module and install it, very slick!

Hope that helps.

Alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net
--------------------------------------------------------------------
"Beware of computer programmers that carry screwdrivers." -- Unknown
-- 
[EMAIL PROTECTED] mailing list

Reply via email to