Static builds are harmful. We have a VERY short list of dependecies that should be installed on target systems. Why not just install it using package manager?
Brief static build FAQ: * Do not have a package manager? => Even Slackware has it. * Libraries are 10-years old and do not have required symbols? => If some necrophile still uses distros with 10-year old libraries, it is not our problem. * I want just to download a binary from site and click to install it. => We do not support MS(r) Windows(tm) currently. I propose to remove this build option and stop support such builds. -- You received this bug notification because you are a member of Tarantool Development Team, which is subscribed to tarantool. https://bugs.launchpad.net/bugs/1194728 Title: warning: Using XXX in statically linked applications requires at runtime the shared libraries Status in Tarantool - an efficient in-memory data store: New Bug description: tarantool/master/src/lua/init.cc:1182: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking libltbox.a(tarantool.cc.o): In function `main': tarantool/master/src/tarantool.cc:754: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking ../libcore.a(coeio.cc.o): In function `getaddrinfo_cb': tarantool/master/src/coeio.cc:224: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/libpthread.a(sem_open.o): In function `sem_open': (.text+0x5b8): warning: the use of `mktemp' is dangerous, better use `mkstemp' collect2: error: ld returned 1 exit status make[2]: *** [src/box/tarantool_box] Error 1 make[1]: *** [src/box/CMakeFiles/tarantool_box.dir/all] Error 2 To manage notifications about this bug go to: https://bugs.launchpad.net/tarantool/+bug/1194728/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~tarantool-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~tarantool-developers More help : https://help.launchpad.net/ListHelp

