First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

I had problems to build wireshark NSIS with anaconda python installed

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

karlknoebl's avatar
1
karlknoebl
asked 2018-11-08 21:00:46 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

grahamb's avatar grahamb (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's avatar karlknoebl (2018-11-09 09:36:48 +0000) edit
add a comment see more comments

1 Answer

0

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

karlknoebl's avatar
1
karlknoebl
answered 2018-11-09 09:24:01 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer