This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.2.3 problems when compiling on RH 7.1


On Fri, 20 Apr 2001, Jakub Jelinek wrote:

> But installing a newer glibc while leaving older one in /lib/i686 is simply
> asking for trouble, e.g. if you're linking a program using fnmatch, it will
> link against fnmatch@@GLIBC_2.2.3, but the program will then fail, since it
> will likely use /lib/i686/libc.so.6 which doesn't have it.

Oh. Duh. I hadn't realized /lib/i686 was being included in the search path.
Removing it solved the problem. Thanks! :)

 -Byron

-- 
Byron Stanoszek                         Ph: (330) 644-3059
Systems Programmer                      Fax: (330) 644-8110
Commercial Timesharing Inc.             Email: byron@comtime.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]