vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

doc: ldconfig after install #82

Closed giraldeau closed 8 years ago

giraldeau commented 8 years ago

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!

vinipsmaker commented 8 years ago

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.