Ask Your Question
0

I had problems to build wireshark NSIS with anaconda python installed

asked 2018-11-08 21:00:46 +0000

karlknoebl gravatar image

I had problems to build wireshark NSIS with anaconda python installed due to "libxml2.dll found", thus on other machines wireshark could not start with "libxmll2.dll not found". Any simple idea how to simply overcome? I urgently needed a build, so uninstalled anaconda

edit retag flag offensive close merge delete

Comments

What version are you attempting to build? Can you post the output of the CMake configuration step?

grahamb gravatar imagegrahamb ( 2018-11-08 22:01:51 +0000 )edit

i only found following diffs in erronous CMakeCache.txt (sorry, not allowed to upload files yet)

//Libxml2 DLL file name
LIBXML2_DLL:FILEPATH=libxml2-2.dll

//Path to Libxml2 DLL
LIBXML2_DLL_DIR:PATH=C:/Users/knoebl/Documents/SW/ws/wireshark/wireshark-win64-libs/libxml2-2.9.4-win64ws/bin

//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=C:/Users/knoebl/Documents/SW/ws/wireshark/wireshark-win64-libs/libxml2-2.9.4-win64ws/include/libxml2

//Path to a library.
LIBXML2_LIBRARIES:FILEPATH=C:/Users/knoebl/Anaconda3/Library/lib/libxml2.lib

//Path to a program.
LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=C:/Users/knoebl/Documents/SW/ws/wireshark/wireshark-win64-libs/libxml2-2.9.4-win64ws/bin/xmllint.exe

and

//Details about finding LibXml2
FIND_PACKAGE_MESSAGE_DETAILS_LibXml2:INTERNAL=[C:/Users/knoebl/Anaconda3/Library/lib/libxml2.lib][C:/Users/knoebl/Documents/SW/ws/wireshark/wireshark-win64-libs/libxml2-2.9.4-win64ws/include/libxml2][v2.9.4()]

and

//ADVANCED property for variable: LIBXML2_DLL
LIBXML2_DLL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_DLL_DIR
LIBXML2_DLL_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_INCLUDE_DIR
LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL ...
(more)
karlknoebl gravatar imagekarlknoebl ( 2018-11-09 09:36:48 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-09 09:24:01 +0000

karlknoebl gravatar image

It is a pity, I could not restore the problem. Reinstalled anaconda, even system path updated, but now it works. will close this issue. nevertheless - thanks for asking

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-11-08 21:00:46 +0000

Seen: 297 times

Last updated: Nov 09 '18