Bug 182408 - w3mconfigure checks for /lib/libnsl.* /usr/lib/libnsl.* instead of lib64
Summary: w3mconfigure checks for /lib/libnsl.* /usr/lib/libnsl.* instead of lib64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: w3m
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Parag Nemade
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-22 12:45 UTC by Karsten Hopp
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-24 06:45:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2006-02-22 12:45:44 UTC
Description of problem:
w3m configure script checks for the presence of /*/lib/libnsl.* and links with
-lnsl if it exists.
On 64bit systems without 32bit libraries this check will fail and you'll end up
without libnsl support in w3m

Version-Release number of selected component (if applicable):
w3m-0.5.1-12.2.1

How reproducible:
Always

Steps to Reproduce:
1. install a 64bit system without 32bit support
2. recompile w3m
3. check package requiremens and diff them with a normal build
  

Actual Results:  
@@ -11,7 +11,6 @@
 libm.so.6()(64bit)
 libm.so.6(GLIBC_2.2.5)(64bit)
 libncurses.so.5()(64bit)
-libnsl.so.1()(64bit)
 libssl.so.6()(64bit)
 libz.so.1()(64bit)
 openssl

Expected Results:  configure should use /usr/lib64 on 64 bit systems

Additional info:

Comment 1 Akira TAGOH 2006-03-06 10:58:15 UTC
should be fixed in 0.5.1-13.


Note You need to log in before you can comment on or make changes to this bug.