The-Cataclysm-Preservation-Project / TrinityCore

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
GNU General Public License v2.0
237 stars 97 forks source link

SSL_get_peer_certificate #370

Closed assil4 closed 2 years ago

assil4 commented 2 years ago

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.

assil4 commented 2 years ago

i figured out it was bad installation for openssl my bad :P solution: https://blog.csdn.net/sinat_41928334/article/details/124796389