LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-02-2008, 09:15 PM   #1
lazyboy994
LQ Newbie
 
Registered: Jan 2008
Location: Wanganui, NZ
Distribution: Xandros - Eee PC 1.0.1
Posts: 17

Rep: Reputation: Disabled
Gtkpod - configure: error: XML::Parser perl module is required for intltool


Hey.

I am trying to install Gtkpod so I can use my iPod Nano 3G 4GB with Linux. I have run across a few problems, but the latest one is something to do with Parser perl. Here's the script:

Code:
eeepc-calebperr:/home/user/My Documents/Downloads/gtkpod-0.99.12> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/bin/sh: /home/user/My: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for intltool >= 0.33... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
eeepc-calebperr:/home/user/My Documents/Downloads/gtkpod-0.99.12>
Can anyone help me with this please?

Thanks
 
Old 02-03-2008, 05:07 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
I think you need the package called 'libxml-parser-perl'
(Installed size 704kB)
Good luck!
 
Old 02-06-2008, 04:56 PM   #3
lazyboy994
LQ Newbie
 
Registered: Jan 2008
Location: Wanganui, NZ
Distribution: Xandros - Eee PC 1.0.1
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thanks, but this package is not found using apt-get or synaptic. Do you no where I can get it from?
 
Old 02-07-2008, 08:59 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Try again after doing 'apt-get update'
But if Xandros dosn't have it, the debian sarge or etch package might work.
It is here http://packages.debian.org/sarge/i38...-perl/download
or xandros-2 version http://xnv4.xandros.com/xs2.0/upkg-s...l-parser-perl/
Probably equal, all ver. 2.34
 
Old 03-01-2008, 05:28 PM   #5
lazyboy994
LQ Newbie
 
Registered: Jan 2008
Location: Wanganui, NZ
Distribution: Xandros - Eee PC 1.0.1
Posts: 17

Original Poster
Rep: Reputation: Disabled
I added the repository to /etc/apt/sources.list and did 'apt-get update' I then did this:
Code:
eeepc-calebperr:/> apt-get install libxml-parser-perl
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libperl5.8: Depends: perl-base (= 5.8.8-7etch1) but 5.8.8-7 is to be installed
  libxml-parser-perl: Depends: liburi-perl but it is not going to be installed
                      Depends: libwww-perl but it is not going to be installed
  perl: Depends: perl-base (= 5.8.8-7etch1) but 5.8.8-7 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
eeepc-calebperr:/> apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  perl-base
The following packages will be upgraded:
  perl-base
1 upgraded, 0 newly installed, 0 to remove and 188 not upgraded.
3 not fully installed or removed.
Need to get 0B/762kB of archives.
After unpacking 147kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 76892 files and directories currently installed.)
Preparing to replace perl-base 5.8.8-7 (using .../perl-base_5.8.8-7etch1_i386.deb) ...
Unpacking replacement perl-base ...
dpkg: error processing /var/cache/apt/archives/perl-base_5.8.8-7etch1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/perl/5.8', which is also in package voice-command
Errors were encountered while processing:
 /var/cache/apt/archives/perl-base_5.8.8-7etch1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
eeepc-calebperr:/>
Any ideas? Thanks in advance.
 
Old 03-05-2008, 08:37 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote : 'The EeeUser Wiki provides a detailed description of how to add repositories to your system.'
from LX'er today : http://www.linuxquestions.org/questi...ghlight=cooler
 
Old 03-20-2008, 09:17 PM   #7
lazyboy994
LQ Newbie
 
Registered: Jan 2008
Location: Wanganui, NZ
Distribution: Xandros - Eee PC 1.0.1
Posts: 17

Original Poster
Rep: Reputation: Disabled
Thanks, but this still hasn't fixed my problem. Whenever I try to install or update anything I get the same error. Please help me. Thanks.
 
  


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
checking for XML::Parser... configure: error: XML::Parser perl module is required for kornerr Linux - General 11 11-16-2008 07:24 AM
Error - XML::Parser perl module is required for intltool Rudy Linux - General 7 06-15-2006 11:43 AM
XML::Parser perl module is required for intltool, for LogJam GT_Onizuka Linux - Newbie 7 06-30-2005 07:49 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

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:05 AM.

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