taosdata / driver-go

taos go driver
MIT License
90 stars 32 forks source link

do we support tdengine client running on alpine? #114

Closed superrxan closed 1 year ago

sangshuduo commented 2 years ago

alpine is not fully verified. welcome to report the issue if you already encountered it.

superrxan commented 2 years ago
os:  alpine

cpu: amd64

problem1: 
when I run the install_client.sh, it didn't finish successcully 

/ekuiper/TDengine-client-2.4.0.18 # ./install_client.sh 
Start to install TDengine client...
/ekuiper/TDengine-client-2.4.0.18 # 

problem2:
when I build the binary with go-driver, it report these error

/ekuiper # go build -trimpath -modfile extensions.mod --buildmode=plugin -tags plugins -o extensions/sinks/tdengine.so extensions/sinks/tdengine/tdengine.go
go: downloading github.com/taosdata/driver-go/v2 v2.0.4
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/PaesslerAG/gval v1.0.0
go: downloading github.com/PaesslerAG/jsonpath v0.1.1
go: downloading github.com/benbjohnson/clock v1.0.0
go: downloading github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
go: downloading github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading gopkg.in/yaml.v3 v3.0.0
go: downloading github.com/lestrrat-go/strftime v1.0.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d
# github.com/taosdata/driver-go/v2/wrapper
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libpthread.so.0, needed by /usr/lib/libtaos.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libm.so.6, needed by /usr/lib/libtaos.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: librt.so.1, needed by /usr/lib/libtaos.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libdl.so.2, needed by /usr/lib/libtaos.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: warning: libc.so.6, needed by /usr/lib/libtaos.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtol@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `free@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `signal@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `atan2@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `srand@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `rand@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ceil@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `send@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `kill@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `poll@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_mutex_destroy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__timezone@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `calloc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `readdir64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `round@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `setsockopt@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `timezone@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `gai_strerror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `regerror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `regfree@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `iconv_close@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tanh@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `socket@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__xstat64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `epoll_wait@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `regexec@GLIBC_2.3.4'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fgets@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_mutex_unlock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_spin_init@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ceilf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcat@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `memchr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `acos@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `setrlimit64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cond_broadcast@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tcsetattr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__isoc99_sscanf@GLIBC_2.7'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cond_init@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `dlsym@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `rename@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcpy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pclose@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `dlopen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `timegm@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `dlerror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `bsearch@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `umask@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `remove@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `setlocale@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strrchr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `usleep@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcsncpy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `prctl@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_create@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sched_yield@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `timer_delete@GLIBC_2.3.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `towlower@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strftime@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pow@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getrlimit64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_attr_init@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `stdin@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `rand_r@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ferror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cond_wait@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fsync@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtoll@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__tls_get_addr@GLIBC_2.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getaddrinfo@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `listen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fcntl@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cancel@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `perror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_detach@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fileno@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getsockopt@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_spin_lock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wordexp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `realloc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ungetc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strnlen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__fxstat64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `malloc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fputc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `exp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__stack_chk_fail@GLIBC_2.4'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `floorf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `localeconv@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `opendir@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strerror@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `closedir@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_spin_unlock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tcgetattr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `memset@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strstr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strdup@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `lseek64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `inet_ntoa@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__cxa_atexit@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `bzero@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strndup@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `inet_addr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cond_signal@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `longjmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strpbrk@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sem_destroy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `epoll_create@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcasecmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `accept@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sendfile64@GLIBC_2.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strncat@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `localtime_r@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strsep@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `stderr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__ctype_b_loc@GLIBC_2.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sqrt@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `time@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fopen64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ftruncate64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `stpncpy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtoull@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__daylight@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_once@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `memmove@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_rwlock_wrlock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `roundf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_rwlock_unlock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sem_post@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sinh@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_spin_destroy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtoul@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sigemptyset@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `unlink@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `printf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_rwlock_destroy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `dlclose@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcstod@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcslen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `feof@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `regcomp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `write@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `log@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fflush@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `realpath@GLIBC_2.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `htonl@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `gettimeofday@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `setenv@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `mkdir@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ntohs@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sin@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `access@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `asin@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__pthread_register_cancel@GLIBC_2.3.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sem_init@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strptime@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `freeaddrinfo@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `cosh@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getline@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_rwlock_rdlock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `shutdown@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `atan@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `iconv@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtod@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_mutex_init@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_rwlock_init@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `open64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `memcmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__assert_fail@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fclose@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `log10@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `memcpy@GLIBC_2.14'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sprintf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_join@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `statvfs64@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `clock_gettime@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `connect@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `towupper@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `bind@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcsncasecmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ntohl@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtold@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sysconf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `flock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `snprintf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `cos@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sigaddset@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `timer_create@GLIBC_2.3.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sigwait@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `mktime@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sigprocmask@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `_IO_getc@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fmod@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tzset@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strncpy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tan@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `atoll@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcoll@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fread@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `syscall@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_self@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_kill@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__errno_location@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `gethostname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getsockname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcstoll@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `htons@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_cond_destroy@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tzname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_mutex_lock@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `getpid@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `stdout@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sendto@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `select@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `recvfrom@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strlen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `vsnprintf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fputs@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `daylight@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__pthread_unregister_cancel@GLIBC_2.3.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `atof@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `readlink@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `epoll_ctl@GLIBC_2.3.2'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__tzname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `popen@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `iconv_open@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wordfree@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `ldexp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `puts@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `wcsncmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strncasecmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `sem_wait@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__sigsetjmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fwrite@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `close@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `dirname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strtok@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_attr_setdetachstate@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `putchar@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strcspn@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strncmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fseek@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `fprintf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `strchr@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `tolower@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `timer_settime@GLIBC_2.3.3'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `_setjmp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `frexp@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `floor@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `rmdir@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `qsort@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `read@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `modf@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `__xpg_basename@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `toupper@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_attr_destroy@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `atoi@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `pthread_sigmask@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `uname@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-alpine-linux-musl/11.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libtaos.so: undefined reference to `exit@GLIBC_2.2.5'
sangshuduo commented 2 years ago

@superrxan thanks for your reporting. We will support alpine in the future.

elysian-gc commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

sangshuduo commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

elysian-gc commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下: image

elysian-gc commented 1 year ago

gcc版本 image

sangshuduo commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下: image

TDengine 也需要在 Alpine 下编译安装

elysian-gc commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下: image

TDengine 也需要在 Alpine 下编译安装

@sangshuduo 感谢回复,是指TDengine-client需要用源码编译安装? 目前我是在TDengine-client 的 tar包,执行脚本安装的。

sangshuduo commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下: 

image

TDengine 也需要在 Alpine 下编译安装

@sangshuduo 感谢回复,是指TDengine-client需要用源码编译安装? 目前我是在TDengine-client 的 tar包,执行脚本安装的。

是的,目前官方安装包还是基于 glibc 的系统编译发布。还没有正式发布基于 musl 的二进制安装包。需要自己编译安装

elysian-gc commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下:  image

TDengine 也需要在 Alpine 下编译安装

@sangshuduo 感谢回复,是指TDengine-client需要用源码编译安装? 目前我是在TDengine-client 的 tar包,执行脚本安装的。

是的,目前官方安装包还是基于 glibc 的系统编译发布。还没有正式发布基于 musl 的二进制安装包。需要自己编译安装 这个问题解决了, 但是make install 后,文件没有到/usr/local/taos等目录。不知道是否存在这个问题。 使用的命令是: cmake .. -DCPUTYPE=aarch64 && cmake --build . && make install

sangshuduo commented 1 year ago

@sangshuduo 您好,请问这个什么时候能支持?

最新代码在 Alpine 上已经支持的比较好了,你可以试试

我们用v3.1.0试过了,编译有报错,如下: image

TDengine 也需要在 Alpine 下编译安装

@sangshuduo 感谢回复,是指TDengine-client需要用源码编译安装? 目前我是在TDengine-client 的 tar包,执行脚本安装的。

是的,目前官方安装包还是基于 glibc 的系统编译发布。还没有正式发布基于 musl 的二进制安装包。需要自己编译安装 这个问题解决了, 但是make install 后,文件没有到/usr/local/taos等目录。不知道是否存在这个问题。 使用的命令是: cmake .. -DCPUTYPE=aarch64 && cmake --build . && make install

是没编译出来还是没安装成功?在 packaging/tools/make_install.sh 里的 set -x 前面注释删掉,make install 输出什么?

elysian-gc commented 1 year ago

编译成功,安装没报错,但是文件没有移动到对应目录

~/TDengine/debug # make install
Consolidate compiler generated dependencies of target cjson
[  0%] Built target cjson
Consolidate compiler generated dependencies of target zlibstatic
[  3%] Built target zlibstatic
Consolidate compiler generated dependencies of target os
[  7%] Built target os
Consolidate compiler generated dependencies of target lz4_static
[  9%] Built target lz4_static
Consolidate compiler generated dependencies of target util
[ 18%] Built target util
Consolidate compiler generated dependencies of target common
[ 20%] Built target common
Consolidate compiler generated dependencies of target uv_a
[ 27%] Built target uv_a
Consolidate compiler generated dependencies of target transport
[ 28%] Built target transport
Consolidate compiler generated dependencies of target qcom
[ 29%] Built target qcom
Consolidate compiler generated dependencies of target nodes
[ 30%] Built target nodes
Consolidate compiler generated dependencies of target catalog
[ 31%] Built target catalog
Consolidate compiler generated dependencies of target wal
[ 32%] Built target wal
Consolidate compiler generated dependencies of target monitor
[ 32%] Built target monitor
Consolidate compiler generated dependencies of target tfs
[ 34%] Built target tfs
Consolidate compiler generated dependencies of target sync
[ 38%] Built target sync
Consolidate compiler generated dependencies of target tdb
[ 40%] Built target tdb
Consolidate compiler generated dependencies of target vnode
[ 51%] Built target vnode
Consolidate compiler generated dependencies of target command
[ 52%] Built target command
Consolidate compiler generated dependencies of target qworker
[ 53%] Built target qworker
Consolidate compiler generated dependencies of target planner
[ 55%] Built target planner
Consolidate compiler generated dependencies of target stream
[ 57%] Built target stream
Consolidate compiler generated dependencies of target executor
[ 62%] Built target executor
Consolidate compiler generated dependencies of target scheduler
[ 63%] Built target scheduler
Consolidate compiler generated dependencies of target parser
[ 65%] Built target parser
Consolidate compiler generated dependencies of target index
[ 69%] Built target index
Consolidate compiler generated dependencies of target function
[ 71%] Built target function
Consolidate compiler generated dependencies of target scalar
[ 72%] Built target scalar
Consolidate compiler generated dependencies of target snode
[ 72%] Built target snode
Consolidate compiler generated dependencies of target sdb
[ 73%] Built target sdb
Consolidate compiler generated dependencies of target mnode
[ 79%] Built target mnode
Consolidate compiler generated dependencies of target qnode
[ 79%] Built target qnode
Consolidate compiler generated dependencies of target taos_static
[ 82%] Built target taos_static
Consolidate compiler generated dependencies of target node_util
[ 84%] Built target node_util
Consolidate compiler generated dependencies of target mgmt_dnode
[ 85%] Built target mgmt_dnode
Consolidate compiler generated dependencies of target mgmt_mnode
[ 86%] Built target mgmt_mnode
Consolidate compiler generated dependencies of target mgmt_qnode
[ 86%] Built target mgmt_qnode
Consolidate compiler generated dependencies of target mgmt_snode
[ 87%] Built target mgmt_snode
Consolidate compiler generated dependencies of target mgmt_vnode
[ 88%] Built target mgmt_vnode
Consolidate compiler generated dependencies of target dnode
[ 89%] Built target dnode
Consolidate compiler generated dependencies of target taosd
[ 89%] Built target taosd
[ 89%] prepare taosd environment
make test directory
[ 89%] Built target prepare_env_target
Consolidate compiler generated dependencies of target runUdf
[ 89%] Built target runUdf
Consolidate compiler generated dependencies of target udf1
[ 90%] Built target udf1
Consolidate compiler generated dependencies of target udf2
[ 90%] Built target udf2
Consolidate compiler generated dependencies of target udfd
[ 90%] Built target udfd
Consolidate compiler generated dependencies of target taos
[ 93%] Built target taos
Consolidate compiler generated dependencies of target shell
[ 94%] Built target shell
Consolidate compiler generated dependencies of target tsim
[ 95%] Built target tsim
Consolidate compiler generated dependencies of target tmq_demo
[ 96%] Built target tmq_demo
Consolidate compiler generated dependencies of target tmq_sim
[ 96%] Built target tmq_sim
Consolidate compiler generated dependencies of target create_table
[ 96%] Built target create_table
Consolidate compiler generated dependencies of target tmq_taosx_ci
[ 96%] Built target tmq_taosx_ci
Consolidate compiler generated dependencies of target sml_test
[ 97%] Built target sml_test
Consolidate compiler generated dependencies of target get_db_name_test
[ 97%] Built target get_db_name_test
Consolidate compiler generated dependencies of target tmq
[ 97%] Built target tmq
Consolidate compiler generated dependencies of target stream_demo
[ 97%] Built target stream_demo
Consolidate compiler generated dependencies of target schemaless
[ 98%] Built target schemaless
Consolidate compiler generated dependencies of target prepare
[ 98%] Built target prepare
Consolidate compiler generated dependencies of target demo
[100%] Built target demo
Consolidate compiler generated dependencies of target asyncdemo
[100%] Built target asyncdemo
Install the project...
-- Install configuration: ""
make install script: /root/TDengine/packaging/tools/make_install.sh
~/TDengine/debug # ls /usr/local/taos
ls: /usr/local/taos: No such file or directory
~/TDengine/debug # ls /etc/taos/taos.cfg
ls: /etc/taos/taos.cfg: No such file or directory
~/TDengine/debug #

version: ver-3.0.3.1

sangshuduo commented 1 year ago

packaging/tools/make_install.sh 里的 set -x 前面注释删掉,make install 输出什么?

elysian-gc commented 1 year ago

packaging/tools/make_install.sh 里的 set -x 前面注释删掉,make install 输出什么?

注释已经删掉了,输出就是我上面贴的那些。

sangshuduo commented 1 year ago

packaging/tools/make_install.sh 里的 set -x 前面注释删掉,make install 输出什么?

注释已经删掉了,输出就是我上面贴的那些。

只删 # 号,保留 set -x

elysian-gc commented 1 year ago
Consolidate compiler generated dependencies of target cjson
[  0%] Built target cjson
Consolidate compiler generated dependencies of target zlibstatic
[  3%] Built target zlibstatic
Consolidate compiler generated dependencies of target os
[  7%] Built target os
Consolidate compiler generated dependencies of target lz4_static
[  9%] Built target lz4_static
Consolidate compiler generated dependencies of target util
[ 18%] Built target util
Consolidate compiler generated dependencies of target common
[ 20%] Built target common
Consolidate compiler generated dependencies of target uv_a
[ 27%] Built target uv_a
Consolidate compiler generated dependencies of target transport
[ 28%] Built target transport
Consolidate compiler generated dependencies of target qcom
[ 29%] Built target qcom
Consolidate compiler generated dependencies of target nodes
[ 30%] Built target nodes
Consolidate compiler generated dependencies of target catalog
[ 31%] Built target catalog
Consolidate compiler generated dependencies of target wal
[ 32%] Built target wal
Consolidate compiler generated dependencies of target monitor
[ 32%] Built target monitor
Consolidate compiler generated dependencies of target tfs
[ 34%] Built target tfs
Consolidate compiler generated dependencies of target sync
[ 38%] Built target sync
Consolidate compiler generated dependencies of target tdb
[ 40%] Built target tdb
Consolidate compiler generated dependencies of target vnode
[ 51%] Built target vnode
Consolidate compiler generated dependencies of target command
[ 52%] Built target command
Consolidate compiler generated dependencies of target qworker
[ 53%] Built target qworker
Consolidate compiler generated dependencies of target planner
[ 55%] Built target planner
Consolidate compiler generated dependencies of target stream
[ 57%] Built target stream
Consolidate compiler generated dependencies of target executor
[ 62%] Built target executor
Consolidate compiler generated dependencies of target scheduler
[ 63%] Built target scheduler
Consolidate compiler generated dependencies of target parser
[ 65%] Built target parser
Consolidate compiler generated dependencies of target index
[ 69%] Built target index
Consolidate compiler generated dependencies of target function
[ 71%] Built target function
Consolidate compiler generated dependencies of target scalar
[ 72%] Built target scalar
Consolidate compiler generated dependencies of target snode
[ 72%] Built target snode
Consolidate compiler generated dependencies of target sdb
[ 73%] Built target sdb
Consolidate compiler generated dependencies of target mnode
[ 79%] Built target mnode
Consolidate compiler generated dependencies of target qnode
[ 79%] Built target qnode
Consolidate compiler generated dependencies of target taos_static
[ 82%] Built target taos_static
Consolidate compiler generated dependencies of target node_util
[ 84%] Built target node_util
Consolidate compiler generated dependencies of target mgmt_dnode
[ 85%] Built target mgmt_dnode
Consolidate compiler generated dependencies of target mgmt_mnode
[ 86%] Built target mgmt_mnode
Consolidate compiler generated dependencies of target mgmt_qnode
[ 86%] Built target mgmt_qnode
Consolidate compiler generated dependencies of target mgmt_snode
[ 87%] Built target mgmt_snode
Consolidate compiler generated dependencies of target mgmt_vnode
[ 88%] Built target mgmt_vnode
Consolidate compiler generated dependencies of target dnode
[ 89%] Built target dnode
Consolidate compiler generated dependencies of target taosd
[ 89%] Built target taosd
[ 89%] prepare taosd environment
make test directory
[ 89%] Built target prepare_env_target
Consolidate compiler generated dependencies of target runUdf
[ 89%] Built target runUdf
Consolidate compiler generated dependencies of target udf1
[ 90%] Built target udf1
Consolidate compiler generated dependencies of target udf2
[ 90%] Built target udf2
Consolidate compiler generated dependencies of target udfd
[ 90%] Built target udfd
Consolidate compiler generated dependencies of target taos
[ 93%] Built target taos
Consolidate compiler generated dependencies of target shell
[ 94%] Built target shell
Consolidate compiler generated dependencies of target tsim
[ 95%] Built target tsim
Consolidate compiler generated dependencies of target tmq_demo
[ 96%] Built target tmq_demo
Consolidate compiler generated dependencies of target tmq_sim
[ 96%] Built target tmq_sim
Consolidate compiler generated dependencies of target create_table
[ 96%] Built target create_table
Consolidate compiler generated dependencies of target tmq_taosx_ci
[ 96%] Built target tmq_taosx_ci
Consolidate compiler generated dependencies of target sml_test
[ 97%] Built target sml_test
Consolidate compiler generated dependencies of target get_db_name_test
[ 97%] Built target get_db_name_test
Consolidate compiler generated dependencies of target tmq
[ 97%] Built target tmq
Consolidate compiler generated dependencies of target stream_demo
[ 97%] Built target stream_demo
Consolidate compiler generated dependencies of target schemaless
[ 98%] Built target schemaless
Consolidate compiler generated dependencies of target prepare
[ 98%] Built target prepare
Consolidate compiler generated dependencies of target demo
[100%] Built target demo
Consolidate compiler generated dependencies of target asyncdemo
[100%] Built target asyncdemo
Install the project...
-- Install configuration: ""
make install script: /root/TDengine/packaging/tools/make_install.sh
~/TDengine/debug # more /root/TDengine/packaging/tools/make_install.sh
#!/bin/sh
#
# This file is used to install TAOS time-series database on linux systems. The operating system
# is required to use systemd to manage services at boot

set -e
set -x

# -----------------------Variables definition
source_dir=$1
binary_dir=$2
osType=$3
verNumber=$4

if [ "$osType" != "Darwin" ]; then
  script_dir=$(dirname $(readlink -f "$0"))
else
  script_dir=${source_dir}/packaging/tools
~/TDengine/debug # ls /usr/local/taos
ls: /usr/local/taos: No such file or directory
~/TDengine/debug #
sangshuduo commented 1 year ago

apk add bash

make install

elysian-gc commented 1 year ago

安装bash后正常了。