Re: [Mono-list] .so file not found in /usr/lib

2016-07-06 Thread Jonathan Pryor
On Jul 4, 2016, at 7:24 PM, Daniel Hughes wrote: > I have a library that I am trying to pinvoke to (libsword.so) that is located > in /usr/lib > > This page: http://www.mono-project.com/docs/advanced/pinvoke/ > tells me that /usr/lib is on the search path. > > However when

Re: [Mono-list] .so file not found in /usr/lib

2016-07-05 Thread Timotheus Pokorra
Hello Daniel, > This page: > http://www.mono-project.com/docs/advanced/pinvoke/ > tells me that /usr/lib is on the search path. Have also a look at http://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/ > Mono: DllImport error loading library 'libsword.so': > 'libicui18n.so.48:

[Mono-list] .so file not found in /usr/lib

2016-07-04 Thread Daniel Hughes
I have a library that I am trying to pinvoke to (libsword.so) that is located in /usr/lib This page: http://www.mono-project.com/docs/advanced/pinvoke/ tells me that /usr/lib is on the search path. However when I run my app I get a DllNotFoundException If I run with: MONO_LOG_LEVEL=debug mono