When I am compiling wireshark I am getting this error... Can anyone help me??
./configure --with-ssl --enable-setcap-install
...
checking for moc... /usr/bin/moc
checking for qtchooser... (cached) /usr/bin/qtchooser
checking for rcc... /usr/bin/rcc
checking for qtchooser... (cached) /usr/bin/qtchooser
checking for lrelease... /usr/bin/lrelease
checking whether lrelease -version works... no
configure: error: /usr/bin/lrelease -qt=5 -version returned non-zero exit status
What happens if you type the command
/usr/bin/lrelease -qt=5 -version
?