[DiscordArchive] But is the Docker image also using this?
[DiscordArchive] But is the Docker image also using this?
Archived author: fl3x10s • Posted: 2023-12-18T19:32:38.930000+00:00
Original source
yes, used docker as proof of concept as it was the easiest to test, now i'm moving on to the more granular actual server setup. no more docker
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Archived author: Revision • Posted: 2023-12-18T19:33:16.743000+00:00
Original source
And the command you use for cmake?
Archived author: fl3x10s • Posted: 2023-12-18T19:34:02.802000+00:00
Original source
cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME/azeroth-server/ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DWITH_WARNINGS=1 -DTOOLS_BUILD=all -DSCRIPTS=static -DMODULES=static
Archived author: Revision • Posted: 2023-12-18T19:35:26.542000+00:00
Original source
The only commands I don't use from that one is `DTOOLS_BUILD` and `DMODULES` but I don't think (**think**) that would cause issues.
Archived author: fl3x10s • Posted: 2023-12-18T19:43:16.955000+00:00
Original source
do you want the full error log, the only thin I see int it really is ---
"/usr/bin/ld" -pie -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_2a280 /lib/x86_64-linux-gnu/Scrt1.o /lib/x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/12 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib64 -L/usr/lib/llvm-14/bin/../lib -L/lib -L/usr/lib CMakeFiles/cmTC_2a280.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib/gcc/x86_64-linux-gnu/12/crtendS.o /lib/x86_64-linux-gnu/crtn.o
/usr/bin/ld: cannot find -lstdc++: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Archived author: fl3x10s • Posted: 2023-12-18T19:48:58.512000+00:00
Original source
going back to the beginning and starting over. Stay tuned for the continued adventures of amateur server operator.
Archived author: Honey • Posted: 2023-12-18T19:57:01.853000+00:00
Original source
Best of luck
Archived author: fl3x10s • Posted: 2023-12-18T19:58:01.692000+00:00
Original source
well wishes are much appreciated
Archived author: Anchy • Posted: 2023-12-19T00:34:24.783000+00:00
Original source
do you mean StatBooster? and if so can you provide the crash log because that shouldn't be happening