Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 4719 bytes Desc: not available Url : http://oxygen.nocdirect.com/pipermail/general_brlug.net/attachments/20030924/33a39f1c/attachment-0001.jpg From [EMAIL PROTECTED] Wed Sep 24 09:49:46 2003 From: [EMAIL PROTECTED] ([EMAIL PROTECTED]) Date: Wed Sep 24 07:50:25 2003 Subject: [brlug-general] 4 year degrees and IT positions Message-ID: <[EMAIL PROTECTED]>
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 4719 bytes Desc: not available Url : http://oxygen.nocdirect.com/pipermail/general_brlug.net/attachments/20030924/fd1f7757/attachment.jpg From [EMAIL PROTECTED] Wed Sep 24 09:13:05 2003 From: [EMAIL PROTECTED] (Paul Rushing) Date: Wed Sep 24 08:13:39 2003 Subject: [brlug-general] Perl ? In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> CPAN is wonderful. But, if you use a packaged perl from your distribution, install their package for mod_perl. If you compile perl yourself, use cpan. ps. There are also tools available that will compile cpan modules into packages for your distribution. > > Can't locate Apache/src.pm in @INC (@INC contains: > > CPAN is your friend. It's kinda like apt for perl modules. It should do > all that pre-req junk for you. See below. If you haven't run CPAN before > you may have to answer some questions... mostly just take the defaults. > > Looks like you have to install mod_perl though, which can be done easily > through CPAN. > > > [EMAIL PROTECTED] ~]# perl -MCPAN -e shell > > cpan shell -- CPAN exploration and modules installation (v1.59_54) > ReadLine support available (try 'install Bundle::CPAN') > > cpan> i /Apache::src/ > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Wed, 24 Sep 2003 01:45:44 GMT > Module id = Apache::src > DESCRIPTION Finding and reading bits of source > CPAN_USERID GOZER (Philippe M. Chiasson <[EMAIL PROTECTED]>) > CPAN_VERSION 0.01 > CPAN_FILE G/GO/GOZER/mod_perl-1.28.tar.gz > DSLI_STATUS SmpO (standard,mailing-list,perl,object-oriented) > INST_FILE (not installed) > > > cpan> i /mod_perl/ > Author MPB ("mod_perl book (Doug and Lincoln)" > <[EMAIL PROTECTED]>) > Distribution D/DO/DOUGM/mod_perl-1.27.tar.gz > Distribution G/GO/GOZER/mod_perl-1.28.tar.gz > Distribution P/PI/PIERS/Jabber-mod_perl-0.05.tar.gz > Distribution S/ST/STAS/Apache-mod_perl_guide-1.31.tar.gz > Module Apache::mod_perl_guide > (S/ST/STAS/Apache-mod_perl_guide-1.31.tar.gz) > Module Bryar::Frontend::Mod_perl (S/SI/SIMON/Bryar-2.0.tar.gz) > Module Jabber::mod_perl (P/PI/PIERS/Jabber-mod_perl-0.05.tar.gz) > Module > XML::Comma::Pkg::Transfer::HTTP_Upload::HTTP_Upload_mod_perl > (K/KW/KWINDLA/XML-Comma-1.18.tar.gz) > Module mod_perl (G/GO/GOZER/mod_perl-1.28.tar.gz) > 10 items found > > cpan> install mod_perl > > > > On Wed, 24 Sep 2003, Matt wrote: > > > I'm trying to install some Perl mods to run RT2. I get the following error: > > > > [EMAIL PROTECTED] libapreq-0.31]# perl Makefile.PL > > Checking if your kit is complete... > > Looks good > > ERROR from evaluation of /usr/src/rt-2-0-15/libapreq-0.31/c/Makefile.PL: > > Can't locate Apache/src.pm in @INC (@INC contains: > > /usr/lib/perl5/5.8.1/i386-linux-thread-multi /usr/lib/perl5/5.8.1 > > /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.1 > > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi > > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl > > /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.1 > > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi > > /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl > > /usr/lib/perl5/5.8.1/i386-linux-thread-multi /usr/lib/perl5/5.8.1 > > /usr/src/rt-2-0-15/libapreq-0.31 .) at ./Makefile.PL line 10. > > [EMAIL PROTECTED] libapreq-0.31]# > > > > I'd apreciate any advice anyone can give to help me fix this one. > > > > Thanks, > > > > Matthew > >
