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
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
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
>
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
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
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
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