Closed ItzxDwi closed 6 months ago
You are using a modified compile.sh and this is unsupported
However, unless you have install.log and/or compile.sh it is impossible to identify the cause
If you do not want to build librdkafka
, use compile.sh from this repository
You are using a modified compile.sh and this is unsupported However, unless you have install.log and/or compile.sh it is impossible to identify the cause If you do not want to build
librdkafka
, use compile.sh from this repository
yes, i use the nethergames one
Sorry, forking isn't supported(I'm not a moderator here)
But if you send me your install.log
I might be able to tell you something
Sorry, forking isn't supported(I'm not a moderator here) But if you send me your
install.log
I might be able to tell you something
idk how to get the install.log https://github.com/ItzxDwi/AndroidPHP/actions/runs/8982554509
maybe its related to the amount of the threads?
@DaisukeDaisuke
It seems that libzstd
cannot be statically built(fork)
I couldn't find a solution
I recommend closing the issue as it has nothing to do with the repository
[ 31%] Linking C shared library librdkafka.so
/home/daiuskedaisuke/aarch64-linux-musl/bin/../lib/gcc/aarch64-linux-musl/9.4.0/../../../../aarch64-linux-musl/bin/ld: attempted static link of dynamic object `/home/daiuskedaisuke/Downloads/php-build-scripts/bin/php7/lib/libzstd.so'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/rdkafka.dir/build.make:1317: src/librdkafka.so.1] Error 1
make[1]: *** [CMakeFiles/Makefile2:189: src/CMakeFiles/rdkafka.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
Consolidate compiler generated dependencies of target rdkafka
[ 1%] Linking C shared library librdkafka.so
/home/daiuskedaisuke/aarch64-linux-musl/bin/../lib/gcc/aarch64-linux-musl/9.4.0/../../../../aarch64-linux-musl/bin/ld: attempted static link of dynamic object `/home/daiuskedaisuke/Downloads/php-build-scripts/bin/php7/lib/libzstd.so'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/rdkafka.dir/build.make:1317: src/librdkafka.so.1] Error 1
make[1]: *** [CMakeFiles/Makefile2:189: src/CMakeFiles/rdkafka.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
It seems that
libzstd
cannot be statically built(fork) I couldn't find a solutionI recommend closing the issue as it has nothing to do with the repository
[ 31%] Linking C shared library librdkafka.so /home/daiuskedaisuke/aarch64-linux-musl/bin/../lib/gcc/aarch64-linux-musl/9.4.0/../../../../aarch64-linux-musl/bin/ld: attempted static link of dynamic object `/home/daiuskedaisuke/Downloads/php-build-scripts/bin/php7/lib/libzstd.so' collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/rdkafka.dir/build.make:1317: src/librdkafka.so.1] Error 1 make[1]: *** [CMakeFiles/Makefile2:189: src/CMakeFiles/rdkafka.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 Consolidate compiler generated dependencies of target rdkafka [ 1%] Linking C shared library librdkafka.so /home/daiuskedaisuke/aarch64-linux-musl/bin/../lib/gcc/aarch64-linux-musl/9.4.0/../../../../aarch64-linux-musl/bin/ld: attempted static link of dynamic object `/home/daiuskedaisuke/Downloads/php-build-scripts/bin/php7/lib/libzstd.so' collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/rdkafka.dir/build.make:1317: src/librdkafka.so.1] Error 1 make[1]: *** [CMakeFiles/Makefile2:189: src/CMakeFiles/rdkafka.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
how do i compile it without statically?
I tried various things, but it didn't work I recommend renting a VPS server, PMMP server, etc., and setting up a server there
I tried various things, but it didn't work I recommend renting a VPS server, PMMP server, etc., and setting up a server there
i know, im using localhost to testing plugins. Also random question, is witherhost using linux?