Sent from my iPhone
On Sep 26, 2008, at 19:35, Karl Kleinpaste <[EMAIL PROTECTED]> wrote: > SonWon <[EMAIL PROTECTED]> writes: >> error while loading shared libraries: libsword-1.5.11.so: cannot open >> shared object file: No such file or directory > > You don't have Sword itself installed first, so you've got a > dependency error. Alternatively he manually installed it and the dynamic linking is messed up. Building without sword already there isn't exactly possible. If it is manually installed, run ldd on the executable and it should list libsword as unfindable. Edit /etc/ld.so.conf to include the folder with libsword (probably /usr/local/lib) and re-run the command ldconfig. That should resolve the issue. --Greg > > > _______________________________________________ > sword-devel mailing list: sword-devel@crosswire.org > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page