linux - Small exception in linking shared library -



linux - Small exception in linking shared library -

i have kept libawesomium.1.6.5.so , libawesomium.1.6.5.so.0 files in /usr/lib/awesomium.1.6.5 folder, , given path .so library in ld.co.config.d, in new .conf file, when run project gives me a

system.dll not found exception libawesomium.1.6.5.so.0 @ (wrapper managed-to-native).

how solve error. when check existence of library through

sudo ldconfig -p | grep libawesomium-1.6.5.so

command, gives me next output:

libawesomium-1.6.5.so.0 (libc6) => /usr/lib/awesomium-1.6.5/libawesomium-1.6.5.so.0

it means exists. still @ run-time project giving error :

system.dllnotfoundexception libawesomium-1.6.5.so.0

i working on monodevelop, can suggest me please thing missing. there addon have install or terminal command have follow. hoping quick responses.

regards

rohit

you should able add together libdir=/lib /etc/ld.so.conf , issue ldconfig. if not, might using vmx or other type of setup require utilize linker -w/lib example.

linux monodevelop ubuntu-12.04 awesomium

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -