Failed to find libtinySAK
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
I am trying to compile in centos , it getting an error
Failed to find libtinySAK . I have libtinySAK.so.0 in the lib directory
Can any one advise me , how to resolve it?
Original issue reported on code.google.com by venkates...@gmail.com
on 20 Dec 2013 at 10:06
GoogleCodeExporter commented
Run following before ./configure your telepresence
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
It work for me.
Original comment by vietvuon...@gmail.com
on 24 Nov 2014 at 2:02