Re: How to Keep up2date from loading a rpm

2003-02-08 Thread Ed . Greshko
On Sat, 8 Feb 2003 [EMAIL PROTECTED] wrote: > I just found that I had 3 different versions of libssl > on my machine in three different libraries. It doesn't really matter.. Why not just set the LD_LIBRARY_PATH environment variable? Then you can tell where to search first for libraries and

How to Keep up2date from loading a rpm

2003-02-08 Thread clemens
I just found that I had 3 different versions of libssl on my machine in three different libraries. I have zapped the ones in /lib and /usr/lib, and updated the one in /usr/local/lib to the current release. Now when I run up2date, it wants to install a copy of the (older) library in /usr/lib. Si