viabtc_exchange_server icon indicating copy to clipboard operation
viabtc_exchange_server copied to clipboard

If you wanna run it on Centos 6/7, please see it. Centos安装viabtc教程

Open lealife opened this issue 6 years ago • 14 comments

I have run it on Centos successfully, Please see https://github.com/lealife/viabtc_exchange_server/issues/1

lealife avatar May 18 '18 08:05 lealife

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

iamsrivastava avatar May 20 '18 16:05 iamsrivastava

yum install libcurl-devel

lealife avatar May 23 '18 08:05 lealife

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

iamsrivastava avatar May 23 '18 16:05 iamsrivastava

centos什么版本? 还有没有其它错误信息?

lealife avatar May 24 '18 02:05 lealife

CentOS Linux release 7.5.1804 (Core) Now I am getting following error /usr/bin/ld: cannot find -lmysqlclient

iamsrivastava avatar May 24 '18 05:05 iamsrivastava

yum install mariadb-devel -y 是否安装?

lealife avatar May 24 '18 05:05 lealife

tried but package not found

iamsrivastava avatar May 24 '18 06:05 iamsrivastava

image 这么怪

lealife avatar May 24 '18 08:05 lealife

image

simalone avatar Jul 16 '18 09:07 simalone

I've run it on a Centos using docker-compose, see here: https://github.com/testnet-exchange/python-viabtc-api

ohld avatar Aug 06 '18 22:08 ohld

image

auqf avatar Aug 15 '18 06:08 auqf

update makefile. ... -Wl, -L /usr/lib -ljansson ....

ALX-TH avatar Aug 16 '18 07:08 ALX-TH

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

eliomain avatar Aug 28 '18 09:08 eliomain

@okfirelee rm mariadb-devel-5.5.60 and install mariadb-devel-10.x

lealife avatar Aug 28 '18 10:08 lealife