All of lore.kernel.org
 help / color / mirror / Atom feed
* RPM errors after moving /lib/tls to /lib/tls-disabled
@ 2005-03-11 17:00 Brian Hays
  2005-03-18 13:19 ` Robin Green
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Hays @ 2005-03-11 17:00 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: RPM errors after moving /lib/tls to /lib/tls-disabled
@ 2005-03-11 17:57 Ian Pratt
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Pratt @ 2005-03-11 17:57 UTC (permalink / raw)
  To: Brian Hays, xen-devel; +Cc: ian.pratt

> 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_id\x14396&op=click

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: RPM errors after moving /lib/tls to /lib/tls-disabled
  2005-03-11 17:00 RPM errors after moving /lib/tls to /lib/tls-disabled Brian Hays
@ 2005-03-18 13:19 ` Robin Green
  0 siblings, 0 replies; 3+ messages in thread
From: Robin Green @ 2005-03-18 13:19 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-18 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-11 17:00 RPM errors after moving /lib/tls to /lib/tls-disabled Brian Hays
2005-03-18 13:19 ` Robin Green
  -- strict thread matches above, loose matches on Subject: below --
2005-03-11 17:57 Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.