yagop / telegram-bot

UNMAINTAINED - A Telegram Bot based on plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/launch.sh install failed

erickhimura opened this issue · comments

I try to use guide from https://github.com/yagop/telegram-bot

everything is successful installed, but for this step i found an error.

gcc objs/main.o objs/loop.o objs/interface.o objs/lua-tg.o objs/json-tg.o objs/python-tg.o objs/python-types.o libs/libtgl.a -L/usr/local/lib -L/usr/lib -L/usr/lib -rdynamic -ggdb -levent -lconfig -lz -levent -lrt -lm -lreadline -llua5.2 -ldl -lpython2.7 -lssl -lcrypto -ldl -lpthread -lutil -o bin/telegram-cli
objs/interface.o: In function `json_peer_update':

....

collect2: ld returned 1 exit status
make: *** [bin/telegram-cli] Error 1
Error. Exiting.

what i must do next to install it? thanks

help please