LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-08-2005, 12:05 AM   #1
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
checking for XML::Parser... configure: error: XML::Parser perl module is required for


I try to compile "gparted". But when I run "./configure" I get the following:
Code:
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Where can I take XML Parser... or how can I correct that?
Thanks.
 
Old 05-08-2005, 12:36 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
http://search.cpan.org/dist/XML-Parser/Parser.pm
 
Old 05-08-2005, 03:02 AM   #3
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Thanks, __J.
But now it says:
Code:
configure: error: *** libparted >= 1.6.13 not installed - get it from http://www.gnu.org/software/parted/ ***
I've installed "parted-1.6.22" earlier, and now... I've even tried to copy "libparted" dir, which is in "parted" dir, to /etc/lib, to /usr/lib, to /usr/local/lib... but with no result.
What should I do?
Thanks.
 
Old 05-08-2005, 05:09 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
post the relevant portion of the config.log (from the source directory), configure scripts can check for installed libraries in a number of different ways.
 
Old 05-08-2005, 05:32 AM   #5
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
I don't know which one ot the portions I should post. Plz, have a look at it here...
 
Old 05-08-2005, 11:44 PM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
configure:19857: $? = 0
configure:19860: test -s conftest
configure:19863: $? = 0
configure:19875: result: yes
configure:19898: checking for pkg-config
configure:19916: found /usr/bin/pkg-config
configure:19929: result: /usr/bin/pkg-config
configure:19946: checking for sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gmodule-2.0 >= 2.6.0
configure:19985: error: Library requirements (sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gmodule-2.0 >= 2.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them


****************

there is one of your main errors, install libsigc++ ( the 2.x version) and retry configure again

also, what do you mean by the parted directory? do you know where the libraries are? if they are in a seperate directory ( if libparted is in /usr/lib/parted or /usr/lib/libparted instead of /usr/lib then you need to add the directory where they are to /etc/ld.so.conf and run ldconfig).

Last edited by __J; 05-08-2005 at 11:46 PM.
 
Old 05-09-2005, 12:26 AM   #7
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Oops, __J. I've already placed another "config.log" When I was compiling glibmm That's its "config.log".
I emailed a bug to bugzilla... and during a couple of hours author said that "libreiserfs" version mismatch (which forces "parted" to be unable to handle ReiserFS) caused the problem.
After this was solved... I found Slackware10.0 quite an old distro... because I've downloaded the following gnome stuff:
atk-1.9.0
glib-2.6.4
glibmm-2.6.1
gtkmm-2.6.2
libsigc++-2.0.11
and now downloading pango-1.6.0...
I'll post the results.

Thanks for helping me.
 
Old 05-09-2005, 12:51 AM   #8
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Damn! Now I have to download GTK+2.6...
AH! It's 11MB!!! For my dial-up...
It'll take about 2 hours. I'll post my results later when it'll be about 24.00 of my local time (UTC+7). In daytime Internet costs too much for me. See you much later
 
Old 05-09-2005, 01:20 AM   #9
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Quote:
Originally posted by kornerr
Oops, __J. I've already placed another "config.log" When I was compiling glibmm That's its "config.log".
I emailed a bug to bugzilla... and during a couple of hours author said that "libreiserfs" version mismatch (which forces "parted" to be unable to handle ReiserFS) caused the problem.
After this was solved... I found Slackware10.0 quite an old distro... because I've downloaded the following gnome stuff:
atk-1.9.0
glib-2.6.4
glibmm-2.6.1
gtkmm-2.6.2
libsigc++-2.0.11
and now downloading pango-1.6.0...
I'll post the results.

Thanks for helping me.
not many distro's have these versions, as all of them are the latest ones. also, a note on building pango on slack, do this before configuring pango:

export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:$PKG_CONFIG_PATH

this will enable it to built the xft backend, which gtk requires.
 
Old 05-09-2005, 07:48 AM   #10
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Thanks for the advice.
I think with gtk+2.6 I have everything to build gnome 2.10... will try it
 
Old 05-10-2005, 06:08 AM   #11
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
GParted works perfect!
 
Old 11-16-2008, 07:24 AM   #12
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
Quote:
Originally Posted by __J View Post
I mean what should he have done there ??
the link is codes ...
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XML::Parser perl module is required for intltool, for LogJam GT_Onizuka Linux - Newbie 7 06-30-2005 07:49 AM
XML Parser bulkman Linux - Software 6 04-29-2005 07:01 AM
XML::Parser perl module is required farzan Linux - Software 8 09-26-2004 05:54 AM
XML::Parser perl mod is req 4 intltool error BorisMcHack Slackware 4 06-23-2004 07:51 AM
xml parser in linux shilpig Programming 1 05-13-2004 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:30 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