LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Does anyone know about apt4prm? (https://www.linuxquestions.org/questions/linux-software-2/does-anyone-know-about-apt4prm-28197/)

Orbitalbears 08-18-2002 03:49 PM

Does anyone know about apt4prm?
 
Help! I'm trying to install apt4rpm, since I heard it was a better alternative to Suse's Yast2 and I can't get it to start. When I run "aptate", I get this response:

"XMLin() requires either XML::SAX or XML::Parser at /usr/bin/aptate.pl
line 119
error: incorrect config file "/etc/apt//aptate.conf"
EXITVALUE: 11"

My aptate.pl file looks like this around line 119:

"if ((not defined $infile) || (not -e $infile)) {
print STDERR "E: input file missing or can't be found\n";
exit 3
}

if ( $function eq 'config' ) {

<<119>> my $config = XML: in($infile,
suppressempty => '',
searchpath => '.'
);"

With line 119 being "my $config = XML: in($infile". I tried adding both "XML::SAX" and "XML::Parser", but it didn't work. I have Suse 8.0 with plenty of space and power. Is this just a scripting language? What should I do? Thanks for your help


All times are GMT -5. The time now is 02:36 PM.