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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -