viabtc_exchange_server
viabtc_exchange_server copied to clipboard
If you wanna run it on Centos 6/7, please see it. Centos安装viabtc教程
I have run it on Centos successfully, Please see https://github.com/lealife/viabtc_exchange_server/issues/1
Facing Exe Issue
gcc -g -rdynamic -o accesshttp.exe ah_config.o ah_main.o ah_listener.o ah_server.o -L ../utils -lutils -L ../network -lnetwork -L ../depends/hiredis -Wl,-Bstatic -ljansson -lrdkafka -lz -lhiredis -Wl,-Bdynamic -lm -lpthread -ldl -lmpdec -lssl -lcrypto -lev -lcurl /usr/bin/x86_64-linux-gnu-ld: cannot find -lcurl collect2: error: ld returned 1 exit status ../makefile.inc:16: recipe for target 'accesshttp.exe' failed make: *** [accesshttp.exe] Error 1
yum install libcurl-devel
undefined reference to `vtable for __cxxabiv1::__si_class_type_info' collect2: error: ld returned 1 exit status ../makefile.inc:16: recipe for target 'matchengine.exe' failed make: *** [matchengine.exe] Error 1
centos什么版本? 还有没有其它错误信息?
CentOS Linux release 7.5.1804 (Core) Now I am getting following error /usr/bin/ld: cannot find -lmysqlclient
yum install mariadb-devel -y
是否安装?
tried but package not found
这么怪
I've run it on a Centos using docker-compose
, see here: https://github.com/testnet-exchange/python-viabtc-api
update makefile. ... -Wl, -L /usr/lib -ljansson ....
the same issue yum install mariadb-devel -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Package 1:mariadb-devel-5.5.60-1.el7_5.x86_64 already installed and latest version Nothing to do
@okfirelee rm mariadb-devel-5.5.60 and install mariadb-devel-10.x