Archived repository for WoW 4.3.4.15595. The project will be reworked for Cataclysm Classic as an official new branch of TrinityCore at https://github.com/TrinityCore/TrinityCore
After i use cmake command to generate the files i used make command and i got this
[100%] Linking CXX executable worldserver
/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
../../../dep/gsoap/libgsoap.a(stdsoap2.cpp.o): in function soap_ssl_accept': stdsoap2.cpp:(.text+0x7629): undefined reference toSSL_get_peer_certificate'
/usr/bin/ld: ../../../dep/gsoap/libgsoap.a(stdsoap2.cpp.o): in function tcp_connect(soap*, char const*, char const*, int)': stdsoap2.cpp:(.text+0xd600): undefined reference toSSL_get_peer_certificate'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: [src/server/worldserver/CMakeFiles/worldserver.dir/build.make:195: src/server/worldserver/worldserver] Error 1
make[1]: [CMakeFiles/Makefile2:1663: src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2.
After i use cmake command to generate the files i used make command and i got this [100%] Linking CXX executable worldserver /usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23 ../../../dep/gsoap/libgsoap.a(stdsoap2.cpp.o): in function
soap_ssl_accept': stdsoap2.cpp:(.text+0x7629): undefined reference to
SSL_get_peer_certificate' /usr/bin/ld: ../../../dep/gsoap/libgsoap.a(stdsoap2.cpp.o): in functiontcp_connect(soap*, char const*, char const*, int)': stdsoap2.cpp:(.text+0xd600): undefined reference to
SSL_get_peer_certificate' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [src/server/worldserver/CMakeFiles/worldserver.dir/build.make:195: src/server/worldserver/worldserver] Error 1 make[1]: [CMakeFiles/Makefile2:1663: src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 make: *** [Makefile:136: all] Error 2.