[Slackbuilds-users] Wireshark installation error

Jostein Berntsen jbernts at broadpark.no
Sun Sep 29 15:35:10 UTC 2013


On 29.09.13,22:08, Willy Sudiarto Raharjo wrote:
> > When I run it now I get this error instead:
> >
> > /usr/bin/pod2man                                        \
> > --center="The Wireshark Network Analyzer"       \
> > --release=1.8.6                         \
> > wireshark.pod  > wireshark.1
> > Wide character in printf at /usr/share/perl5/Pod/Simple.pm line 539.
> > wireshark.pod around line 3526: Non-ASCII character seen before =encoding in
> > 'KovE<aacute>ř'. Assuming UTF-8
> > POD document had syntax errors at /usr/bin/pod2man line 71.
> > make[2]: *** [wireshark.1] Error 255
> > make[2]: Leaving directory `/tmp/SBo/wireshark-1.8.6/doc'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/tmp/SBo/wireshark-1.8.6'
> > make: *** [all] Error 2
> 
> It's all fixed in the latest version of wireshark, so no patches needed again :)
> 
> 

Thanks, I downloaded the latest version 1.10.2 and this installation worked. Had to
change this line in the Slackbuild:

From:

sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" configure.in

To:

sed -i "s|/lib)|/lib$LIBDIRSUFFIX)|g" config.h.in


Jostein  



More information about the SlackBuilds-users mailing list