public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-laptop] wget porblem popped up during NuDav
@ 2007-02-22 14:13 mail
  2007-02-22 14:29 ` Tom Prado
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: mail @ 2007-02-22 14:13 UTC (permalink / raw
  To: gentoo-laptop

Hi,

I just installed a brand new system and today I did a emerge --sync, I
figured I would emerge -NuDav world. There were only about 10 packages
that needed updates. As I said this is a brand new 2006.1 install.

I'm not sure what package was the last to emerge, I'm guessing it was
something that uses libssl.so but the emerge crashed during
Test-Harness.

It is wget that is now the problem. Every time I try to use it I get the
following error:

  error while loading shared libraries: libssl.0.9.7 No such file or
directory.

It looks like I now have only libssl.so.0.9.8 (no 0.9.7)

I tried env-update, source /etc/profile, I even rebooted.
wget still wants to use 0.9.7!
What should I do now? I can't emerge anything.

Thanks
rick


-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 14:13 [gentoo-laptop] wget porblem popped up during NuDav mail
@ 2007-02-22 14:29 ` Tom Prado
  2007-02-22 15:51   ` mail
  2007-02-22 14:52 ` mail
  2007-02-22 15:10 ` mail
  2 siblings, 1 reply; 7+ messages in thread
From: Tom Prado @ 2007-02-22 14:29 UTC (permalink / raw
  To: gentoo-laptop

Sounds like you need to re-emerge wget.  If you don't have the tarballs
it will try to download and get deadlocked, you may have to download
them manually.

On Thu, 2007-02-22 at 09:13 -0500, mail wrote:
> Hi,
> 
> I just installed a brand new system and today I did a emerge --sync, I
> figured I would emerge -NuDav world. There were only about 10 packages
> that needed updates. As I said this is a brand new 2006.1 install.
> 
> I'm not sure what package was the last to emerge, I'm guessing it was
> something that uses libssl.so but the emerge crashed during
> Test-Harness.
> 
> It is wget that is now the problem. Every time I try to use it I get the
> following error:
> 
>   error while loading shared libraries: libssl.0.9.7 No such file or
> directory.
> 
> It looks like I now have only libssl.so.0.9.8 (no 0.9.7)
> 
> I tried env-update, source /etc/profile, I even rebooted.
> wget still wants to use 0.9.7!
> What should I do now? I can't emerge anything.
> 
> Thanks
> rick
> 
> 

-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 14:13 [gentoo-laptop] wget porblem popped up during NuDav mail
  2007-02-22 14:29 ` Tom Prado
@ 2007-02-22 14:52 ` mail
  2007-02-22 15:10 ` mail
  2 siblings, 0 replies; 7+ messages in thread
From: mail @ 2007-02-22 14:52 UTC (permalink / raw
  To: gentoo-laptop

On Thu, 2007-02-22 at 09:13 -0500, mail wrote:
> Hi,
> 
> I just installed a brand new system and today I did a emerge --sync, I
> figured I would emerge -NuDav world. There were only about 10 packages
> that needed updates. As I said this is a brand new 2006.1 install.
> 
> I'm not sure what package was the last to emerge, I'm guessing it was
> something that uses libssl.so but the emerge crashed during
> Test-Harness.
> 
> It is wget that is now the problem. Every time I try to use it I get the
> following error:
> 
>   error while loading shared libraries: libssl.0.9.7 No such file or
> directory.
> 
> It looks like I now have only libssl.so.0.9.8 (no 0.9.7)
> 
> I tried env-update, source /etc/profile, I even rebooted.
> wget still wants to use 0.9.7!
> What should I do now? I can't emerge anything.
> 
> Thanks
> rick
> 

The problem is actually wide spread. 
I can't run sshd, scp, wget, lynx... much of my networking ware is
broken with the same error.

How did this happen? or more importantly what should I do now???  I
can't even get any files to this machine 

-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 14:13 [gentoo-laptop] wget porblem popped up during NuDav mail
  2007-02-22 14:29 ` Tom Prado
  2007-02-22 14:52 ` mail
@ 2007-02-22 15:10 ` mail
  2 siblings, 0 replies; 7+ messages in thread
From: mail @ 2007-02-22 15:10 UTC (permalink / raw
  To: gentoo-laptop

On Thu, 2007-02-22 at 09:13 -0500, mail wrote:
> Hi,
> 
> I just installed a brand new system and today I did a emerge --sync, I
> figured I would emerge -NuDav world. There were only about 10 packages
> that needed updates. As I said this is a brand new 2006.1 install.
> 
> I'm not sure what package was the last to emerge, I'm guessing it was
> something that uses libssl.so but the emerge crashed during
> Test-Harness.
> 
> It is wget that is now the problem. Every time I try to use it I get the
> following error:
> 
>   error while loading shared libraries: libssl.0.9.7 No such file or
> directory.
> 
> It looks like I now have only libssl.so.0.9.8 (no 0.9.7)
> 
> I tried env-update, source /etc/profile, I even rebooted.
> wget still wants to use 0.9.7!
> What should I do now? I can't emerge anything.
> 
> Thanks
> rick
> 
> 

oops.
running revdep-rebuild -X seems to be working...

Thanks again
Rick

-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 14:29 ` Tom Prado
@ 2007-02-22 15:51   ` mail
  2007-02-22 15:55     ` Moritz Bellach
  2007-02-22 15:59     ` mail
  0 siblings, 2 replies; 7+ messages in thread
From: mail @ 2007-02-22 15:51 UTC (permalink / raw
  To: gentoo-laptop

On Thu, 2007-02-22 at 09:29 -0500, Tom Prado wrote:
> Sounds like you need to re-emerge wget.  If you don't have the tarballs
> it will try to download and get deadlocked, you may have to download
> them manually.
> 
> On Thu, 2007-02-22 at 09:13 -0500, mail wrote:
> > Hi,
> > 
> > I just installed a brand new system and today I did a emerge --sync, I
> > figured I would emerge -NuDav world. There were only about 10 packages
> > that needed updates. As I said this is a brand new 2006.1 install.
> > 
> > I'm not sure what package was the last to emerge, I'm guessing it was
> > something that uses libssl.so but the emerge crashed during
> > Test-Harness.
> > 
> > It is wget that is now the problem. Every time I try to use it I get the
> > following error:
> > 
> >   error while loading shared libraries: libssl.0.9.7 No such file or
> > directory.
> > 
> > It looks like I now have only libssl.so.0.9.8 (no 0.9.7)
> > 
> > I tried env-update, source /etc/profile, I even rebooted.
> > wget still wants to use 0.9.7!
> > What should I do now? I can't emerge anything.
> > 
> > Thanks
> > rick
> > 
> > 
> 

I am running revdep-rebuild, and it is getting stuck when it wants to
emerge wget. It wants to download it using wget.

I downloaded the tar file for wget, but where should I place it so that
it does not need to download it. I tried putting it
in /usr/portage/distfiles/. but is still tries to download it.

Do I need to issue an emerge switch to tell it to use the tar file?

Thanks
rick

-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 15:51   ` mail
@ 2007-02-22 15:55     ` Moritz Bellach
  2007-02-22 15:59     ` mail
  1 sibling, 0 replies; 7+ messages in thread
From: Moritz Bellach @ 2007-02-22 15:55 UTC (permalink / raw
  To: gentoo-laptop


> I am running revdep-rebuild, and it is getting stuck when it wants to
> emerge wget. It wants to download it using wget.
> 
> I downloaded the tar file for wget, but where should I place it so that
> it does not need to download it. I tried putting it
> in /usr/portage/distfiles/. but is still tries to download it.

Hi,

I just had the same problems and think you need to have 2 files
in /usr/portage/distfiles looking at my directory:

ls /usr/portage/distfiles/ | grep wget

wget-1.10.2-gentoo-0.2.tar.bz2
wget-1.10.2.tar.gz

So you have to gzip the tarfile you already have and you need t get the
gentoo patch.

Greets
Moritz

-- 
gentoo-laptop@gentoo.org mailing list



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

* Re: [gentoo-laptop] wget porblem popped up during NuDav
  2007-02-22 15:51   ` mail
  2007-02-22 15:55     ` Moritz Bellach
@ 2007-02-22 15:59     ` mail
  1 sibling, 0 replies; 7+ messages in thread
From: mail @ 2007-02-22 15:59 UTC (permalink / raw
  To: gentoo-laptop

On Thu, 2007-02-22 at 10:51 -0500, mail wrote:
> On Thu, 2007-02-22 at 09:29 -0500, Tom Prado wrote:
> > Sounds like you need to re-emerge wget.  If you don't have the tarballs
> > it will try to download and get deadlocked, you may have to download
> > them manually.
> > 
> > On Thu, 2007-02-22 at 09:13 -0500, mail wrote:
> > > Hi,
> > > 
> > > I just installed a brand new system and today I did a emerge --sync, I
> > > figured I would emerge -NuDav world. There were only about 10 packages
> > > that needed updates. As I said this is a brand new 2006.1 install.
> > > 
> > > I'm not sure what package was the last to emerge, I'm guessing it was
> > > something that uses libssl.so but the emerge crashed during
> > > Test-Harness.
> > > 
> > > It is wget that is now the problem. Every time I try to use it I get the
> > > following error:
> > > 
> > >   error while loading shared libraries: libssl.0.9.7 No such file or
> > > directory.
> > > 
> > > It looks like I now have only libssl.so.0.9.8 (no 0.9.7)
> > > 
> > > I tried env-update, source /etc/profile, I even rebooted.
> > > wget still wants to use 0.9.7!
> > > What should I do now? I can't emerge anything.
> > > 
> > > Thanks
> > > rick
> > > 
> > > 
> > 
> 
> I am running revdep-rebuild, and it is getting stuck when it wants to
> emerge wget. It wants to download it using wget.
> 
> I downloaded the tar file for wget, but where should I place it so that
> it does not need to download it. I tried putting it
> in /usr/portage/distfiles/. but is still tries to download it.
> 
> Do I need to issue an emerge switch to tell it to use the tar file?
> 
> Thanks
> rick
> 

got it...
it was looking for the .bz2 file, I had just a tar.gz...

-- 
gentoo-laptop@gentoo.org mailing list



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

end of thread, other threads:[~2007-02-22 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22 14:13 [gentoo-laptop] wget porblem popped up during NuDav mail
2007-02-22 14:29 ` Tom Prado
2007-02-22 15:51   ` mail
2007-02-22 15:55     ` Moritz Bellach
2007-02-22 15:59     ` mail
2007-02-22 14:52 ` mail
2007-02-22 15:10 ` mail

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox