[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: RPM errors after moving /lib/tls to /lib/tls-disabled
On Fri, 11 Mar 2005 12:00:49 -0500, Brian Hays wrote: > After moving /lib/tls to /lib/tls.disabled I get errors when trying to > run rpm or yum commands. > > Moving tls.disabled back to tls fixes the problem. Is there something > I can do to solve the error while still having tls moved to > tls.disabled for performance? Yes - kind of. Assuming you use bash as your shell, add the following to your /etc/bashrc alias rpm='LD_LIBRARY_PATH=/lib/tls.disabled/ rpm' alias yum='LD_LIBRARY_PATH=/lib/tls.disabled/ yum' -- Robin ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |