Gentoo Archives: gentoo-user

From: Alan <alan@×××××.org>
To: gentoo-user@l.g.o
Cc: Nikolai <dnikolai@×××××.com>
Subject: Re: [gentoo-user] libapreq2 and Perl API
Date: Mon, 25 Jun 2007 18:59:21
Message-Id: 20070625185439.GT14070@ufies.org
In Reply to: [gentoo-user] libapreq2 and Perl API by Nikolai
1 On Mon, Jun 25, 2007 at 10:57:21AM +0300, Nikolai wrote:
2 > Hello
3 >
4 > I'm kind of new person in the Gentoo world.
5 > I've installed libapreq2. But I couldn't found Perl modules like
6 > Apache2::Request, Apache2::Cookie, ... I decided to take a look at the
7 > ebuild. There wasn't --enable-perl-glue option for the configure
8 > script and I changed that. Now I'm wonderring is it correct that I've
9 > done. Is there a package that give me all these modules?
10
11 You should have this from the libapreq2 package. My install gives me
12 access to those modules and I didn't do anything special. If you do a
13 listing of the files ('equery f libapreq2') does it show any of the
14 files that you're looking for?
15
16 My results:
17 naked alan # equery f libapreq2 | grep Cookie
18 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/APR/Request/Cookie.pm
19 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/APR/Request/Cookie.pod
20 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/Apache2/Cookie.pm
21 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie
22 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie/Cookie.bs
23 /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi/auto/APR/Request/Cookie/Cookie.so
24 /usr/share/man/man3/APR::Request::Cookie.3pm.bz2
25 /usr/share/man/man3/Apache2::Cookie.3pm.bz2
26 naked alan #
27
28
29 As an aside, to install arbitrary perl modules (which may or may not
30 already have ebuilds) you can use the 'g-cpan' command.
31
32 IE: g-cpan -i Foo::Bar
33
34 That'll ebuild-ify the module and install it, very slick!
35
36 Hope that helps.
37
38 Alan
39
40 --
41 Alan <alan@×××××.org> - http://arcterex.net
42 --------------------------------------------------------------------
43 "Beware of computer programmers that carry screwdrivers." -- Unknown
44 --
45 gentoo-user@g.o mailing list