ianblenke / telepresence

Automatically exported from code.google.com/p/telepresence
0 stars 0 forks source link

Failed to find libtinySAK #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
 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 8 years ago
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