linux - Building Wireshark on Ubuntu from source -
while trying build wireshark on ubuntu 16.04 source code, encounter error after running ./configure
:
error: /home/yoyo/anaconda3/bin/lrelease -qt=5 -version returned non-zero exit status
any suggestions?
you appear have python installed in home directory via anaconda. set via path variable in .bashrc (or anaconda installer did)
try editing .bashrc , removing you're using ubu system defaults. run failing command manually see if work or if have problem.
$ /usr/bin/lrelease -qt=5 -version lrelease version 5.5.1
Comments
Post a Comment