From: Mike G. <mt...@mg...> - 2001-02-23 05:40:16
|
> -----Original Message----- > From: Patrick Galbraith [mailto:cap...@sl...] > Mike Gholson wrote: > > > > I've had this same problem with RH 6.2 and 7.0. I originally > > tried 7.0 and reverted to 6.2 recently. Same issue: > > > > I'm installing from the bender (slash-source) and all steps > > work great except for the very last step. > > > > ./install-slashsite root > > Can't locate Slash/DB.pm in @INC (@INC > > contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 > > /usr/lib/perl5/site_perl/5.005/i386-linux > /usr/lib/perl5/site_perl/5.005 > > .) at ./install-slashsite line 11. > > BEGIN failed--compilation aborted at ./install-slashsite line 11. > > > > Any ideas what I'm doing wrong? Or, how to fix it? > > ok, it seems that perl can't find your libs. Did you happen > to recompile > perl? Do a 'locate DB.pm' - where does it exist? The only other thing > that I can think of is that 'make install' didn't work. --------------- Patrick, thanks for the reply. I didn't do anything with my Perl installation. I've been using the perl package that comes with the Redhat install. Here's the answer to my inquiry about the locate of DB.pm /usr/local/lib/perl5/5.6.0/DB.pm /home/slash/lib/perl5/site_perl/5.005/i386-linux/Slash/DB.pm /root/slash-1.1.4-bender/Slash/DB/DB.pm /root/slash-1.1.4-bender/Slash/blib/lib/Slash/DB.pm I ran the make routines as suggested in the help file using the INIT and PREFIX lines: make INIT=/etc/rc.d PREFIX=/home/slash make install INIT=/etc/rc.d PREFIX=/home/slash Any clue? -- Mike |