vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt

Home Page:http://vinipsmaker.github.io/tufao/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc: ldconfig after install

giraldeau opened this issue · comments

Compiling and linking my program with tufao worked, but I couldn't run it:

error while loading shared libraries: libtufao1.so.1: cannot open shared object file: No such file or directory

Indeed on Linux, it is required to run sudo ldconfig to update the dynamic library loader cache. Maybe it could be added to the installation doc?

BTW, thanks for this library, it's awesome!

Maybe it could be added to the installation doc?

Sure. I'll add to the README file. Reopen the issue if you think this is not enough.

BTW, thanks for this library, it's awesome!

You're welcome.