Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

SergeyStorm

2
Posts
A member registered Dec 05, 2020

Recent community posts

That was not the problem. I added execution rights (chmod +x) to all libraries inside /usr/share/textsuggest/libs/, now the server went further and says:

textsuggest-server: symbol lookup error: /lib/x86_64-linux-gnu/librt.so.1: undefined symbol: __clock_nanosleep, version GLIBC_PRIVATE

I suppose that my version of librt.so isn't appropriate for it.

(1 edit)

Hello @bharadwaj-raju!

I downloaded prebuilt package and tried to run textsuggest-server, but got the following result:

$ textsuggest-server 
/usr/bin/textsuggest-server: line 3: /usr/share/textsuggest/textsuggest-server: Permission denied

It seems that textsuggest-server binary tries to run some other script or binary via shell but target don't have appropriate rights.

I use Ubuntu 18.04.