Re: [sword-devel] libicui18n.so.48

2016-07-05 Thread Daniel Hughes
I sorted out the problem. Turns out my build hadn't installed like I thought. I had a bunch of files owned by root in my build output which must have been caused by running make as sudo by mistake. Once I resolved that the build and install worked, and I was able to run with the c# bindings. I

Re: [sword-devel] libicui18n.so.48

2016-07-04 Thread Daniel Hughes
apt-file search shows tat libicu18n.so.55.1 was installed with the libicu55 package. So this is the version included in the default ubuntu 15.10 repositories. What I'm confused about is why me newly built libsword is trying to use an old libicu On Tue, Jul 5, 2016 at 2:36 PM, Daniel Hughes

Re: [sword-devel] libicui18n.so.48

2016-07-04 Thread Daniel Hughes
I'm using libsword from svn which I built myself today. libsword-1.7.3.so shows as being modified today. I'm running on ubuntu 15.10 I'm using the c# sword bindings that are in /bindings/csharp in svn (I was the one that contributed theses) The libicu* that I have was already on my system I

Re: [sword-devel] libicui18n.so.48

2016-07-04 Thread Greg Hellings
How did you acquire the versions of libsword.so that you have? What operating system are you running on? How did you acquire the versions of libicu* that you have? Your first email mentioned Mono. I'm unaware of any Mono/.NET support for Sword in general. It looks like the libsword.so you have

Re: [sword-devel] libicui18n.so.48

2016-07-04 Thread Daniel Hughes
It's also trying to find libicuuc.so.48 but again I only have 55 Any way to make sword build against the libs that my system actually has? On Tue, Jul 5, 2016 at 11:52 AM, Daniel Hughes wrote: > I'm getting the following error trying to load libsword.so > > Mono:

[sword-devel] libicui18n.so.48

2016-07-04 Thread Daniel Hughes
I'm getting the following error trying to load libsword.so Mono: DllImport error loading library 'libsword.so': 'libicui18n.so.48: cannot open shared object file: No such file or directory'. I don't have a libicui18n.so.48 but I do have a libicui18n.so.55.1 actually I have a libicui18n.so which