Hello
I had been trying to instal flow-tools in a linux suse 9.1 (kernel 2.6)
so I start with the ./configure command without problems, but when I do the make command it shows this error at the end of the process
 
...
 
Making all in docs
make[1]: Entering directory `/home/rgomez/FlowScan/flow-tools-0.67/docs'
cd .. && /bin/sh ./config.status docs/Makefile
config.status: creating docs/Makefile
make[1]: Leaving directory
`/home/rgomez/FlowScan/flow-tools-0.67/docs'
make[1]: Entering directory `/home/rgomez/FlowScan/flow-tools-0.67/docs'
docbook-to-man flow-capture.sgml > flow-capture.1.in
flow-capture.sgml:1: parser error : Space required after the Public Identifier
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
                                                              ^
flow-capture.sgml:1: parser error : SystemLiteral " or ' expected
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
                                                              ^
flow-capture.sgml:1: parser error : SYSTEM or PUBLIC, the URI is missing
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
                                                              ^
flow-capture.sgml:103: parser error : expected '>'
<term>-b<replaceable> big</replaceable>|<replaceable>little</replaceable</term>
                                                                        ^
db2x_xsltproc: cannot parse input document
Can't locate object method "new" via package "XML::Parser::PerlSAX" (perhaps you forgot to load
"XML::Parser::PerlSAX"?) at /usr/bin/db2x_manxml line 1683.
make[1]: *** [flow-capture.1.in] Error 255
make[1]: Leaving directory `/home/rgomez/FlowScan/flow-tools-0.67/docs'
make: *** [all-recursive] Error 1
 
 
The last lines points to a XML::Parser::PerlSAX missing in the perl configuration but this is not true because I just reload this module
 
If I run just the command
docbook-to-man flow-capture.sgml > flow-capture.1.in
it shows me the same error.
 
I compile the same flow-tools version (.67) in a redhat 9 system and it can be done without problems
 
Any Idea about what could be wrong?
 
Regards.
 
Rodolfo Gomez
 
 
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to