Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Using older libraries
- To: "Tokyo Lignux Users' Group" <tlug@example.com>
- Subject: Using older libraries
- From: Dennis McMurchy <denismcm@example.com>
- Date: Thu, 31 May 2001 04:46:59 +0900 (KST)
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <NqaPCB.A.a0C.e5UF7@example.com>
- Resent-Sender: tlug-request@example.com
I'm trying to make some older libraries (that were part of my RedHat 6.x installation, but aren't there in Rh7.1) available to a program called 'xvscan'. The 'xvscan' binary that I have seems to depend on the following four libraries: /lib/ld-linux.so.1 libX11.so.6 libm.so.5 libc.so.5 'ldd xvscan' wasn't reporting anything except 'No such file or directory' until I put 'ld-linux.so.1' in the /lib directory. Now there's some improvement: <denismcm@example.com:~>$ ldd /usr/local/bin/xvscan libX11.so.6 => not found libm.so.5 => not found libc.so.5 => not found /usr/local/bin/xvscan: can't resolve symbol '__ctype_b' /usr/bin/ldd: line 1: 2957 Segmentation fault (core dumped) LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$file" I've tried using the export LD_PRELOAD="" idiom to make the right libX11.so.6 available for 'xvscan', but this doesn't seem to help. The four necessary libraries are all readily available. How can I make 'xvscan' find and use them? Dennis McMurchy, Sointula, B.C. / Tojinmachi, Fukuoka Canada Japan
- Follow-Ups:
- Re: Using older libraries
- From: SL Baur <steve@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: [announcement] 6/1 TLUG nomikai
- Next by Date: Re: Using older libraries
- Prev by thread: Re: [announcement] 6/1 TLUG nomikai
- Next by thread: Re: Using older libraries
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links