Opened 4 years ago

Closed 4 years ago

#14069 closed enhancement (fixed)

libnsl-1.3.0

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version:

Release Version 1.3.0

thkukuk released this on Jul 6

    Cleanup to support new gettext, libtool, automake, ...
    Try to detect recursive NIS calls

Change History (7)

comment:1 by Pierre Labastie, 4 years ago

Owner: changed from blfs-book to Pierre Labastie
Status: newassigned

comment:2 by Tim Tassonis, 4 years ago

These instructions worked for me:

./configure --sysconfdir=/etc &&
make         
make  install || exit
mv /usr/lib/libnsl.so.2* /lib &&
ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so

in reply to:  2 comment:3 by Pierre Labastie, 4 years ago

Replying to timtas:

These instructions worked for me:

./configure --sysconfdir=/etc &&
make         
make  install || exit
mv /usr/lib/libnsl.so.2* /lib &&
ln -sfv ../../lib/libnsl.so.2.0.1 /usr/lib/libnsl.so

thanks. Doesn't it need --prefix?

comment:4 by Tim Tassonis, 4 years ago

No, seems fine without. --prefix was not present with 1.2.0, so I didn't add it.

comment:5 by Pierre Labastie, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r23760

comment:6 by Tim Tassonis, 4 years ago

Resolution: fixed
Status: closedreopened

Library version is 2.0.1, not 2.0.0

comment:7 by Tim Tassonis, 4 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in revision 23768.

Note: See TracTickets for help on using tickets.