Brian Hays
2005-Mar-11 17:00 UTC
[Xen-devel] RPM errors after moving /lib/tls to /lib/tls-disabled
Hello, 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? Thanks, Brian ------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Ian Pratt
2005-Mar-11 17:57 UTC
RE: [Xen-devel] RPM errors after moving /lib/tls to /lib/tls-disabled
> 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?What does ''ldd /bin/rpm'' show. We''ll be releasing a Xen-friendly version of NPTL libc soon anyhow. Ian ------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Robin Green
2005-Mar-18 13:19 UTC
[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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel