Giter VIP home page Giter VIP logo

Comments (7)

ztjuh avatar ztjuh commented on June 26, 2024 1

My bad, I downloaded the musl one!

from jackett.

ilike2burnthing avatar ilike2burnthing commented on June 26, 2024

Should just be - https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md

If you still have issues, try - https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#dependencies

Failing that and a restart, explain how you are installing/running Jackett, and what binaries you are using?

from jackett.

ztjuh avatar ztjuh commented on June 26, 2024

I downloaded the latest tar.gz from the releases page.

I had the prereqs already installed.

alex@pop-os:~/bin/Jackett$ ldd ./jackett
	linux-vdso.so.1 (0x00007ffd153ce000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007a6949400000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007a69497b7000)
	libc.musl-x86_64.so.1 => /lib/libc.musl-x86_64.so.1 (0x00007a6949707000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007a6949319000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007a6949000000)
	/lib/ld-musl-x86_64.so.1 => /lib64/ld-linux-x86-64.so.2 (0x00007a694980a000)

and I run jackett from terminal with

alex@pop-os:~/bin/Jackett$ ./jackett
Error loading shared library libstdc++.so.6: No such file or directory (needed by ./jackett)
Error loading shared library libgcc_s.so.1: No such file or directory (needed by ./jackett)
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm: symbol not found
Error relocating ./jackett: _ZNKSt5ctypeIcE13_M_widen_initEv: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc: symbol not found
Error relocating ./jackett: _ZdlPv: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEcm: symbol not found
Error relocating ./jackett: _ZNSt8ios_baseD2Ev: symbol not found
Error relocating ./jackett: _ZNSt13basic_fstreamIcSt11char_traitsIcEEC1Ev: symbol not found
Error relocating ./jackett: __cxa_end_catch: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEPKcmm: symbol not found
Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode: symbol not found
Error relocating ./jackett: _ZSt7getlineIcSt11char_traitsIcESaIcEERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_stringIS4_S5_T1_EES4_: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12find_last_ofEPKcmm: symbol not found
Error relocating ./jackett: _ZSt20__throw_out_of_rangePKc: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8_M_eraseEmm: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_: symbol not found
Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEmmPKcm: symbol not found
Error relocating ./jackett: _ZSt16__throw_bad_castv: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1ERKNS_12basic_stringIcS2_S3_EESt13_Ios_Openmode: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm: symbol not found
Error relocating ./jackett: _ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEPKcmm: symbol not found
Error relocating ./jackett: __cxa_begin_catch: symbol not found
Error relocating ./jackett: __cxa_rethrow: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcmm: symbol not found
Error relocating ./jackett: _ZNSt6localeD1Ev: symbol not found
Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev: symbol not found
Error relocating ./jackett: _ZSt20__throw_system_errori: symbol not found
Error relocating ./jackett: _ZNSt8ios_base4InitC1Ev: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEmmPKc: symbol not found
Error relocating ./jackett: _Znwm: symbol not found
Error relocating ./jackett: _ZSt24__throw_out_of_range_fmtPKcz: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm: symbol not found
Error relocating ./jackett: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev: symbol not found
Error relocating ./jackett: _ZSt24__throw_invalid_argumentPKc: symbol not found
Error relocating ./jackett: _ZSt20__throw_length_errorPKc: symbol not found
Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEmmRKS4_: symbol not found
Error relocating ./jackett: _ZNSolsEi: symbol not found
Error relocating ./jackett: _Unwind_Resume: symbol not found
Error relocating ./jackett: _ZSt9terminatev: symbol not found
Error relocating ./jackett: _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l: symbol not found
Error relocating ./jackett: _ZSt19__throw_logic_errorPKc: symbol not found
Error relocating ./jackett: _ZNSt8ios_base4InitD1Ev: symbol not found
Error relocating ./jackett: _ZTVSt15basic_streambufIcSt11char_traitsIcEE: symbol not found
Error relocating ./jackett: _ZTTSt13basic_fstreamIcSt11char_traitsIcEE: symbol not found
Error relocating ./jackett: _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating ./jackett: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating ./jackett: __gxx_personality_v0: symbol not found

from jackett.

ztjuh avatar ztjuh commented on June 26, 2024

Here is a strace:

alex@pop-os:~/bin/Jackett$ strace ./jackett
execve("./jackett", ["./jackett"], 0x7ffd64dee980 /* 47 vars */) = 0
arch_prctl(ARCH_SET_FS, 0x75e39b009a08) = 0
set_tid_address(0x75e39b009e50)         = 3498848
brk(NULL)                               = 0x611d5a822000
brk(0x611d5a824000)                     = 0x611d5a824000
mmap(0x611d5a822000, 4096, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x611d5a822000
readlink("/proc/self/exe", "/home/alex/bin/Jackett/jackett", 512) = 30
open("/home/alex/bin/Jackett/netcoredeps/libstdc++.so.6", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/ld-musl-x86_64.path", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=50, ...}) = 0
read(3, "/lib/x86_64-linux-musl\n/usr/lib/"..., 50) = 50
close(3)                                = 0
open("/lib/x86_64-linux-musl/libstdc++.so.6", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-musl/libstdc++.so.6", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
writev(2, [{iov_base="Error loading shared library lib"..., iov_len=70}, {iov_base=" (needed by ", iov_len=12}], 2Error loading shared library libstdc++.so.6: No such file or directory (needed by ) = 82
writev(2, [{iov_base="./jackett)", iov_len=10}, {iov_base=NULL, iov_len=0}], 2./jackett)) = 10
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
open("/home/alex/bin/Jackett/netcoredeps/libgcc_s.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-musl/libgcc_s.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-musl/libgcc_s.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
writev(2, [{iov_base="Error loading shared library lib"..., iov_len=69}, {iov_base=" (needed by ", iov_len=12}], 2Error loading shared library libgcc_s.so.1: No such file or directory (needed by ) = 81
writev(2, [{iov_base="./jackett)", iov_len=10}, {iov_base=NULL, iov_len=0}], 2./jackett)) = 10
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
mprotect(0x75e39b006000, 4096, PROT_READ) = 0
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=63}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm) = 91
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNK"..., iov_len=78}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNKSt5ctypeIcE13_M_widen_initEv: symbol not found) = 78
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=74}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE14_M_replace_auxEmmmc) = 102
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _Zdl"..., iov_len=52}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZdlPv: symbol not found) = 52
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=63}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEcm) = 91
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=64}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNSt8ios_baseD2Ev: symbol not found) = 64
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=73}, {iov_base=": symbol not found", iov_len=18}], 2Error relocating ./jackett: _ZNSt13basic_fstreamIcSt11char_traitsIcEEC1Ev: symbol not found) = 91
writev(2, [{iov_base="", iov_len=0}, {iov_base=NULL, iov_len=0}], 2) = 0
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: __cx"..., iov_len=61}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: __cxa_end_catch: symbol not found) = 61
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=62}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm) = 90
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=79}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEPKcmm) = 107
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt13basic_filebufIcSt11char_t"..., iov_len=67}], 2Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode) = 95
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZSt7getlineIcSt11char_traitsIcE"..., iov_len=107}], 2Error relocating ./jackett: _ZSt7getlineIcSt11char_traitsIcESaIcEERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_stringIS4_S5_T1_EES4_) = 135
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=74}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12find_last_ofEPKcmm) = 102
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=75}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt20__throw_out_of_rangePKc: symbol not found) = 75
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=65}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8_M_eraseEmm) = 93
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=69}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_) = 97
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=77}, {iov_base=": symbol not found", iov_len=18}], 2Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEE5closeEv: symbol not found) = 95
writev(2, [{iov_base="", iov_len=0}, {iov_base=NULL, iov_len=0}], 2) = 0
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=72}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm) = 100
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=70}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_mutateEmmPKcm) = 98
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=69}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt16__throw_bad_castv: symbol not found) = 69
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1118basic_stringstrea"..., iov_len=108}], 2Error relocating ./jackett: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1ERKNS_12basic_stringIcS2_S3_EESt13_Ios_Openmode) = 136
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=57}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED2Ev) = 85
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=68}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm) = 96
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt9basic_iosIcSt11char_traits"..., iov_len=59}], 2Error relocating ./jackett: _ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate) = 87
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=65}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEPKcmm) = 93
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: __cx"..., iov_len=63}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: __cxa_begin_catch: symbol not found) = 63
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: __cx"..., iov_len=59}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: __cxa_rethrow: symbol not found) = 59
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=66}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcmm) = 94
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=62}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNSt6localeD1Ev: symbol not found) = 62
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=73}, {iov_base=": symbol not found", iov_len=18}], 2Error relocating ./jackett: _ZNSt13basic_filebufIcSt11char_traitsIcEED2Ev: symbol not found) = 91
writev(2, [{iov_base="", iov_len=0}, {iov_base=NULL, iov_len=0}], 2) = 0
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=73}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt20__throw_system_errori: symbol not found) = 73
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=69}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNSt8ios_base4InitC1Ev: symbol not found) = 69
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=68}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEmmPKc) = 96
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _Znw"..., iov_len=51}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _Znwm: symbol not found) = 51
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=80}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt24__throw_out_of_range_fmtPKcz: symbol not found) = 80
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1112basic_stringIcSt1"..., iov_len=67}], 2Error relocating ./jackett: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm) = 95
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNSt7__cxx1118basic_stringstrea"..., iov_len=63}], 2Error relocating ./jackett: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev) = 91
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=79}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt24__throw_invalid_argumentPKc: symbol not found) = 79
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=75}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt20__throw_length_errorPKc: symbol not found) = 75
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZNKSt7__cxx1112basic_stringIcSt"..., iov_len=70}], 2Error relocating ./jackett: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEmmRKS4_) = 98
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=55}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNSolsEi: symbol not found) = 55
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _Unw"..., iov_len=60}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _Unwind_Resume: symbol not found) = 60
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=61}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt9terminatev: symbol not found) = 61
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZSt16__ostream_insertIcSt11char"..., iov_len=77}], 2Error relocating ./jackett: _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_l) = 105
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZSt"..., iov_len=74}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZSt19__throw_logic_errorPKc: symbol not found) = 74
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZNS"..., iov_len=69}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: _ZNSt8ios_base4InitD1Ev: symbol not found) = 69
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZTV"..., iov_len=72}, {iov_base=": symbol not found", iov_len=18}], 2Error relocating ./jackett: _ZTVSt15basic_streambufIcSt11char_traitsIcEE: symbol not found) = 90
writev(2, [{iov_base="", iov_len=0}, {iov_base=NULL, iov_len=0}], 2) = 0
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: _ZTT"..., iov_len=70}, {iov_base=": symbol not found", iov_len=18}], 2Error relocating ./jackett: _ZTTSt13basic_fstreamIcSt11char_traitsIcEE: symbol not found) = 88
writev(2, [{iov_base="", iov_len=0}, {iov_base=NULL, iov_len=0}], 2) = 0
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZTTNSt7__cxx1118basic_stringstr"..., iov_len=62}], 2Error relocating ./jackett: _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE) = 90
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: ", iov_len=28}, {iov_base="_ZTVNSt7__cxx1115basic_stringbuf"..., iov_len=59}], 2Error relocating ./jackett: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE) = 87
writev(2, [{iov_base=": symbol not found", iov_len=18}, {iov_base=NULL, iov_len=0}], 2: symbol not found) = 18
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
writev(2, [{iov_base="Error relocating ./jackett: __gx"..., iov_len=66}, {iov_base=NULL, iov_len=0}], 2Error relocating ./jackett: __gxx_personality_v0: symbol not found) = 66
writev(2, [{iov_base="\n", iov_len=1}, {iov_base=NULL, iov_len=0}], 2
) = 1
mprotect(0x611d58c9a000, 4096, PROT_READ) = 0
exit_group(127)                         = ?
+++ exited with 127 +++

from jackett.

ztjuh avatar ztjuh commented on June 26, 2024

I fixed one of them, seems like there are missing some files which should be installed or Jackett is looking in the wrong places.

alex@pop-os:~$ sudo ln -sv /lib/x86_64-linux-gnu/libstdc++.so.6 /lib/x86_64-linux-musl/libstdc++.so.6
'/lib/x86_64-linux-musl/libstdc++.so.6' -> '/lib/x86_64-linux-gnu/libstdc++.so.6'

EDIT:

Did the other 2 as well:

alex@pop-os:~/bin/Jackett$ sudo ln -sv /lib/x86_64-linux-gnu/libgcc_s.so.1 /lib/x86_64-linux-musl/libgcc_s.so.1
'/lib/x86_64-linux-musl/libgcc_s.so.1' -> '/lib/x86_64-linux-gnu/libgcc_s.so.1'
alex@pop-os:~/bin/Jackett$ sudo ln -sv /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 /lib/x86_64-linux-musl/ld-linux-x86-64.so.2
'/lib/x86_64-linux-musl/ld-linux-x86-64.so.2' -> '/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2'

Now I get the following error:

alex@pop-os:~/bin/Jackett$ ./jackett
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __wmemmove_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __fprintf_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __openat_2: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __strftime_l: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __cxa_thread_atexit_impl: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __mbsnrtowcs_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __wmemset_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __mbsrtowcs_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __wmemcpy_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __sprintf_chk: symbol not found
Error relocating /lib/x86_64-linux-musl/libstdc++.so.6: __libc_single_threaded: symbol not found
Error relocating /lib/x86_64-linux-musl/libgcc_s.so.1: _dl_find_object: symbol not found
Error relocating /lib/x86_64-linux-musl/libgcc_s.so.1: __cpu_indicator_init: symbol not found
Error relocating /lib/x86_64-linux-musl/libgcc_s.so.1: __cpu_model: symbol not found
Error relocating /lib/x86_64-linux-musl/ld-linux-x86-64.so.2: unsupported relocation type 37

from jackett.

ilike2burnthing avatar ilike2burnthing commented on June 26, 2024

I downloaded the latest tar.gz from the releases page.

Specifically which one? There are 9 for each release (10 if you include the source code).

from jackett.

ztjuh avatar ztjuh commented on June 26, 2024

https://github.com/Jackett/Jackett/releases/tag/v0.21.1621

Jackett.Binaries.LinuxAMDx64.tar.gz

from jackett.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.