Hi guys,
i actually try to build the new release for skunk from Palgin
https://github.com/palginpav/ccminer/archive/1.1.1.tar.gzI get a error on ./build.sh ( i can install the previous version but not this one )
/usr/bin/ld: ccminer-nvml.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:1128: recipe for target 'ccminer' failed
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory '/home/m1/PMccminer'
Makefile:2113: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/m1/PMccminer'
Makefile:631: recipe for target 'all' failed
make: *** [all] Error 2
When i check the lib content
readelf -s /lib/x86_64-linux-gnu/libdl.so.2
Symbol table '.dynsym' contains 41 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000000000000ca0 0 SECTION LOCAL DEFAULT 11
2: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
__asprintf@GLIBC_2.2.5 (6)
3: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
free@GLIBC_2.2.5 (6)
4: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __pthread_key_create
5: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTab
6: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __pthread_getspecific
7: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
strcpy@GLIBC_2.2.5 (6)
8: 0000000000000000 0 OBJECT WEAK DEFAULT UND
_environ@GLIBC_2.2.5 (6)
9: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
calloc@GLIBC_2.2.5 (6)
10: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
__dcgettext@GLIBC_2.2.5 (6)
11: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
12: 0000000000000000 0 OBJECT WEAK DEFAULT UND
environ@GLIBC_2.2.5 (6)
13: 0000000000000000 0 OBJECT GLOBAL DEFAULT UND _rtld_global_ro@GLIBC_PRIVATE (7)
14: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _dl_vsym@GLIBC_PRIVATE (
15: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __pthread_once
16: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _dl_addr@GLIBC_PRIVATE (
17: 0000000000000000 0 OBJECT GLOBAL DEFAULT UND
_libc_intl_domainname@GLIBC_2.2.5 (6)
18: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _dl_sym@GLIBC_PRIVATE (
19: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
20: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _dl_rtld_di_serinfo@GLIBC_PRIVATE (7)
21: 0000000000000000 0 OBJECT GLOBAL DEFAULT UND
__environ@GLIBC_2.2.5 (6)
22: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable
23: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __pthread_setspecific
24: 0000000000000000 0 FUNC GLOBAL DEFAULT UND
strerror@GLIBC_2.2.5 (6)
25: 0000000000000000 0 OBJECT GLOBAL DEFAULT UND _rtld_global@GLIBC_PRIVATE (7)
26: 0000000000000000 0 FUNC WEAK DEFAULT UND
__cxa_finalize@GLIBC_2.2.5 (6)
27: 0000000000000fe0 54 FUNC GLOBAL DEFAULT 14 dlclose@@GLIBC_2.2.5 28: 00000000000017f0 85 FUNC GLOBAL DEFAULT 14 dlinfo@@GLIBC_2.3.3
29: 00000000000016b0 54 FUNC GLOBAL DEFAULT 14 dladdr1@@GLIBC_2.3.3
30: 0000000000000000 0 OBJECT GLOBAL DEFAULT ABS GLIBC_2.2.5
31: 0000000000001040 127 FUNC GLOBAL DEFAULT 14 dlsym@@GLIBC_2.2.5
32: 0000000000001690 30 FUNC GLOBAL DEFAULT 14 dladdr@@GLIBC_2.2.5
33: 0000000000000f70 84 FUNC GLOBAL DEFAULT 14 dlopen@@GLIBC_2.2.5
34: 00000000002030a0 8 OBJECT GLOBAL DEFAULT 27 _dlfcn_hook@@GLIBC_PRIVATE
35: 0000000000000000 0 OBJECT GLOBAL DEFAULT ABS GLIBC_2.3.3
36: 0000000000000000 0 OBJECT GLOBAL DEFAULT ABS GLIBC_2.3.4
37: 0000000000001920 92 FUNC GLOBAL DEFAULT 14 dlmopen@@GLIBC_2.3.4
38: 00000000000012b0 579 FUNC GLOBAL DEFAULT 14 dlerror@@GLIBC_2.2.5
39: 0000000000000000 0 OBJECT GLOBAL DEFAULT ABS GLIBC_PRIVATE
40: 00000000000010e0 127 FUNC WEAK DEFAULT 14 dlvsym@@GLIBC_2.2.5
I have the missing one ... So any solution ?