LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-16-2003, 08:13 AM   #1
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Rep: Reputation: 30
Trying to install dvd::rip but :Can't exec "gnome-config"


I am really frustrated trying to install dvd rip...

First I tried installing it but it said that I need the following:


bash-2.05b$ perl Makefile.PL
Warning: prerequisite Gtk 0.7008 not found.
Warning: prerequisite Gtk::Gdk::Pixbuf 0 not found.
Writing Makefile for Video:VDRip
bash-2.05b$

So I downloaded and tried installing GtK 0.7009:


bash-2.05b$ perl Makefile.PL
Can't exec "gnome-config": No such file or directory at Makefile.PL line 141.
Can't exec "gnome-config": No such file or directory at Makefile.PL line 141.
Can't exec "gnome-config": No such file or directory at Makefile.PL line 141.
Submodule gnome is needed to build gnomeprint but it appears
it's misdetected or not selected for compilation.
Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.

You can disable the inclusion of a module using --without-pkgname.
If a package is misdetected and you still want it to compile
use --with-pkgname-force.
To disable autodetection of modules use --without-guessing.
bash-2.05b$
Any ideas what I need to do??

Thanks
Adam
 
Old 12-16-2003, 12:27 PM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
gnome-config is a developers package and is probably included in gnome-libs-devel (in suse it is).

Install it and the problem is gone.
 
Old 12-16-2003, 12:56 PM   #3
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Quote:
gnome-config is a developers package and is probably included in gnome-libs-devel (in suse it is).
Where do I find the devlopers package?? I have done a full install of Slackware 9.1 (2 cds)

Adam
 
Old 12-16-2003, 01:22 PM   #4
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
I'm not familiar with Slackware. Could be that it is already installed but not found, could be that a 'full' install doesn't include (all) developers packages, etc.

Try to find out if it's on your box first:

$ locate gnome-config

or, if locate isn't installed:

$ find / -name 'gnome-config' -print
 
Old 12-16-2003, 01:30 PM   #5
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
I was looking on the slackware site and it doesnīt look like it gets installed... (from what I can see) anway I will try to find it tonight when I get home!

Thanks for the help so far.

BTW do you know where I can download it if I canīt find it??

Adam
 
Old 12-16-2003, 01:50 PM   #6
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Did you try the gnome site

GConf if I'm not mistaken.

http://ftp.gnome.org/pub/GNOME/deskt...2.4.1/sources/
 
Old 12-16-2003, 01:57 PM   #7
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Believe it or not I did!! Although I was looking for gnome-libs-devel and couldnīt find it. So its called GConf???

I will give it a go if I find its not installed.

Thanks
Adam
 
Old 12-16-2003, 02:04 PM   #8
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
I must agree that it was harder to find then I first thought. All because of the name confusion. I do believe that the GConf package is the correct one.

Before you actually install this file you should check to see if gnome-conf is present. Just in case you don't know how, here it is:

$ bunzip2 GConf-2.4.0.1.tar.bz2
$ tar tf GConf-2.4.0.1.tar | grep 'gnome-conf' | grep 'bin'
 
Old 12-16-2003, 02:33 PM   #9
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Thanks for that ... I am still pretty basic with this piping stuff I will give it a gooo later !!

Adam
 
Old 12-16-2003, 02:57 PM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
I had same issue with Slackware 9.1 when installing GtkPerl-0.7008 and I got it to install by using the --without-guessing option as you can clearly see this in your error:

Submodule gnome is needed to build gnomeprint but it appears
it's misdetected or not selected for compilation.
Available modules: gtk gtkhtml gtkglarea gdkimlib gdkpixbuf gtkxmhtml gnome gnomeprint glade applets.


That you have all the modules loaded already.

But I was installing this for acidrip which use to require it but now works off of Gtk2-Perl.
 
Old 12-16-2003, 03:11 PM   #11
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Hey trickykid ... I am really new to all this, linux and even more stuff like this... I donīt really fully undestand what everything is for... anyway if I install GtkPerl-0.7008 with --without-guessing it should work??

I was wondering if it might be simpler for me to download Mplayer and then use acidrip... the thing that put me off doing that in the first place is that I was trying to choose the simplist option....

What do you think?

Adam
 
Old 12-17-2003, 06:13 AM   #12
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
I tried and failed

I tried installing Gtk-perl with that -without-guessing option but look what happened

make[1]: *** No rule to make target `build/perl-gtk-ref.pod', needed by `manifypods'. Stop.
make[1]: Leaving directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make: *** [subdirs] Error 2

bash-2.05b$ make
make[1]: Entering directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make[1]: *** No rule to make target `build/perl-gtk-ref.pod', needed by `manifypods'. Stop.
make[1]: Leaving directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make: *** [subdirs] Error 2
bash-2.05b$

Any ideas what I am missing?

Adam
 
Old 12-17-2003, 06:45 AM   #13
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Original Poster
Rep: Reputation: 30
Unhappy I tried iinstalling acidrip

I tried installing acidrip and I guess it needs the same thing that dvd::rip needed

bash-2.05b$ acidrip
Can't locate Gtk2.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i486-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i486-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.8.0/AcidRip/interface.pm line 1.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/AcidRip/interface.pm line 1.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.0/AcidRip/acidrip.pm line 8.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/AcidRip/acidrip.pm line 8.
Compilation failed in require at /usr/bin/acidrip line 14.
BEGIN failed--compilation aborted at /usr/bin/acidrip line 14.
bash-2.05b$


Any ideas how I can get my self out of this mess??

Thanks
Adam
 
Old 01-12-2004, 12:32 AM   #14
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
Re: I tried and failed

Quote:
Originally posted by jimdaworm
I tried installing Gtk-perl with that -without-guessing option but look what happened

make[1]: *** No rule to make target `build/perl-gtk-ref.pod', needed by `manifypods'. Stop.
make[1]: Leaving directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make: *** [subdirs] Error 2

bash-2.05b$ make
make[1]: Entering directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make[1]: *** No rule to make target `build/perl-gtk-ref.pod', needed by `manifypods'. Stop.
make[1]: Leaving directory `/home/adam/Gtk-Perl-0.7009/Gtk'
make: *** [subdirs] Error 2
bash-2.05b$

Any ideas what I am missing?

Adam


If you'll check the INSTALL GTK-perl will only work with GTK+ 1.2x.( I used 1.28.)
 
Old 01-12-2004, 12:37 AM   #15
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
HEH HEH!!
I'm hung up on this part of " make".

site_perl/5.8.2 /usr/local/lib/perl5/site_perl .) at ../tools/gendoc.pl line 4.
BEGIN failed--compilation aborted at ../tools/gendoc.pl line 4.
Can't locate XML/Parser.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.2/i686-linux /usr/local/lib/perl5/5.8.2 /usr/local/lib/perl5/site_perl/5.8.2/i686-linux /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl .) at ../tools/gpdoc2pod line 22.


Any ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't "make config" whilst attempting wifi card install on Debian Sarge. Keychain Linux - Hardware 3 09-19-2008 11:24 AM
No UTMPX entry, You must EXEC "login" for the lowest "shell" ooihc Solaris / OpenSolaris 7 03-12-2007 02:09 PM
Several "find -exec" and "find | xargs" questions thanhvn Programming 4 12-02-2005 01:04 PM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM
"cannot exec `as': ..." AND "C compiler cannot create ..." pr3st0 Linux - Software 0 10-15-2004 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration