need a bit of advice again

David A. Bandel david
Mon May 17 11:37:12 PDT 2004


On Wed, 4 Sep 2002 18:21:20 +1000
begin  Keith Antoine <kantoine at bigpond.net.au> spewed forth:

> #1 I have been trying to compile kernel 2.4.19 for my machine and
> #initiall it 
> copiled but without mouse and dhcp so i could not connect to cable. I
> have managed to get the mouse working BUT, not dhcp so as I can access
> the net. I know the configuration has changed but this has me stumped.
> So if anyone else has compiled it successfully with cable access, would
> you be good enough to send me the config file so as I can compare mine
> with it.
> 
> #2 Is to do with a program called Video-DVDRip-0.45_04, that refuses to 
> compile and I guess its because I do not have Gnome installed. It has a 
> Makefile.PL that returns an error:
> 
> Warning: prerequisite Gtk 0.7008 not found.
> Warning: prerequisite Gtk::Gdk::Pixbuf 0 not found.
> 
> I cannot get Gtk 0.7008 to install either. I have no idea what the last
> line means with all the colons, but I do have a pixbuf installed.
> 
> Am I correct in that i would have to install gnome ?

No.  When you see a program name::name (with the two colons between them),
think Perl Module.  If you had used CPAN, this might have been taken care
of for you.


perl -MCPAN -e shell
cpan> install Gtk Gtk::Gdk::Pixbuf

If this is your first time using CPAN you'll have some configuration to
do.

If this seems overwhelming, just go find the Gtk and Gtk::Gdk::Pixbuf Perl
modules.
Gtk-Perl-0.7008.tar.gz
This actually takes care of both.  You'll need some stuff like Pixbuf
installed on your system to compile this.

Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
		-- Nemesis Racing Team motto


More information about the Linux-users mailing list