Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-10 Thread Jason Galyon
Greg Hellings wrote: > Jason, > > >> On a related but lately ignored note, for a packager for any Linux >> distro, what is the solution for the non conventional naming (versioning >> really) of the library? >> >> It is: libsword-1.5.11.so when it should be something like >> libsword-1.5.11.so.1

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-10 Thread Greg Hellings
Jason, > On a related but lately ignored note, for a packager for any Linux > distro, what is the solution for the non conventional naming (versioning > really) of the library? > > It is: libsword-1.5.11.so when it should be something like > libsword-1.5.11.so.1 or libsword-1.5.so.11 and then use

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-10 Thread Jason Galyon
Daniel Owens wrote: > Karl, > > When I tried using ./autogen.sh and ./usrinst.sh I came up with lots > of errors that I couldn't find solutions to, but just using > ./configure worked. > > Daniel > > Karl Kleinpaste wrote: >> Daniel Owens <[EMAIL PROTECTED]> writes: >> >>> ./configure >>> make >

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Daniel Owens
Karl, When I tried using ./autogen.sh and ./usrinst.sh I came up with lots of errors that I couldn't find solutions to, but just using ./configure worked. Daniel Karl Kleinpaste wrote: Daniel Owens <[EMAIL PROTECTED]> writes: ./configure make sudo make install Most o

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Daniel Owens
Thanks, Greg. That did the trick. Daniel Gregory Hellings wrote: By default Ubumtu can't find shared libraries installed in /usr/local. Edit /etc/ld.so.conf and add /usr/local/lib on a separate line and run the command ldconfig as root. That should solve the problem. --Greg On Nov

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Karl Kleinpaste
Daniel Owens <[EMAIL PROTECTED]> writes: > ./configure > make > sudo make install Most of the time, configure by itself will assume /usr/local as a prefix. You should use autogen.sh and usrinst.sh for Sword configuration and installation: ./autogen.sh ./usrinst.sh Hack usrinst.sh ahead of time

Re: [sword-devel] installing Sword in Ubuntu 8.10

2008-11-02 Thread Gregory Hellings
By default Ubumtu can't find shared libraries installed in /usr/local. Edit /etc/ld.so.conf and add /usr/local/lib on a separate line and run the command ldconfig as root. That should solve the problem. --Greg On Nov 2, 2008, at 7:01, Daniel Owens <[EMAIL PROTECTED]> wrote: Intrepid is out