Yeah, apt-file just helps you figure out what package you are missing, apt-get install actually installs it.
On Thu, Jun 19, 2008 at 09:59:56AM -0400, Tanner, Christopher L wrote: > Good deal - thanks guys! > ~C > > ----- Original Message ----- > From: "Lee W." <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, June 19, 2008 8:32:36 AM GMT -05:00 US/Canada Eastern > Subject: Re: [sisuite-users] si_monitortk error > > Try 'apt-get install perl-tk' and see if that helps... > > --Lee > > On Thu, Jun 19, 2008 at 8:27 AM, Tanner, Christopher L > <[EMAIL PROTECTED]> wrote: > > So, when I do apt-file, I get the same as Don: > > perl-tk: usr/lib/perl5/Tk/HList.pm > > > > However, that path is not being detected by the perl script (see the error > > below). I know zero about perl, so how do I change the contents of @INC so > > that si_monitortk will see the correct path? > > > > Thanks! > > > > ~C > > > > ----- Original Message ----- > > From: "Don Porter" <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Thursday, June 19, 2008 1:15:40 AM GMT -05:00 US/Canada Eastern > > Subject: Re: [sisuite-users] si_monitortk error > > > > Do you have the perl-tk package installed? > > > > apt-file is a handy tool for tracking these things down in debian/ubuntu: > > > > # apt-file search HList.pm > > perl-tk: usr/lib/perl5/Tk/HList.pm > > > > > > -Don > > > > On Thu, Jun 19, 2008 at 12:08:47AM -0400, Christopher Tanner wrote: > >> I just installed Systemimager and I'm trying to get the monitoring > >> system to come up. However, whenever I execute the si_monitortk > >> script, I get the following error: > >> > >> Can't locate Tk/HList.pm in @INC (@INC contains: /usr/lib/systemimager/ > >> perl /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 / > >> usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 / > >> usr/local/lib/site_perl .) at /usr/sbin/si_monitortk line 10. > >> BEGIN failed--compilation aborted at /usr/sbin/si_monitortk line 10. > >> > >> It looks as though I'm missing a dependency (??). I'm running Ubuntu > >> 8.04 Server on an x86_64 machine and I'm trying to start the monitor > >> through an ssh tunnel with X11 forwarding enabled. > >> > >> Thanks guys! > >> > >> ------------------------------------------- > >> Chris Tanner > >> Space Systems Design Lab > >> Georgia Institute of Technology > >> [EMAIL PROTECTED] > >> ------------------------------------------- > >> > >> ------------------------------------------------------------------------- > >> Check out the new SourceForge.net Marketplace. > >> It's the best place to buy or sell services for > >> just about anything Open Source. > >> http://sourceforge.net/services/buy/index.php > >> _______________________________________________ > >> sisuite-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/sisuite-users > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > sisuite-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sisuite-users > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > sisuite-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/sisuite-users > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > sisuite-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisuite-users > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > sisuite-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
