BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 6th, 2002, 05:09 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
How do you 'troubleshoot' freebsd?

Hey there.

Ok, I just tried to install apache 2 and during make it said missing some file in /usr/lib. So I thought its time to do cvsup, I installed cvsupit again and tried to update os, but darn thing said missing some files (ld-elf.so.1) in /usr/libexec... Where do I get them? I dont really feel like reinstalling from cd again...
__________________
And you know I mean that.

Last edited by AlCapone : April 6th, 2002 at 05:11 PM.

Reply With Quote
  #2  
Old April 6th, 2002, 07:25 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
uhm.. yeah but I dont have x installed and I run cvsup -g (even though its assumed in cmi), so why that lib matters? Could I borrow your lib then? I'm gonna read man for it now.

Reply With Quote
  #3  
Old April 6th, 2002, 08:43 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
ok, I tried your eld-elf.so.1 (I'm on 4.5 release, was going to upgrade to stable) and it didn't help I still get same
/usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found
I did a search (find / -name libXaw.so.6), and darn thing is right - I dont have that file on hdd. Could I borrow yours? I think this started happen to me when (for whatever stupid reason) I deleted all my packages....

Reply With Quote
  #4  
Old April 8th, 2003, 06:23 AM
peas peas is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 7 peas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally posted by AlCapone
ok, I tried your eld-elf.so.1 (I'm on 4.5 release, was going to upgrade to stable) and it didn't help I still get same
/usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found
I did a search (find / -name libXaw.so.6), and darn thing is right - I dont have that file on hdd. Could I borrow yours? I think this started happen to me when (for whatever stupid reason) I deleted all my packages....


I had the same issue when i searched onto this page and reading the thread helped me work out the answer....
cvsup contains bits that work with X, so even though you don't have it installed you are getting errors, in my case i had a failed install that i had recently removed which in turn created these errors.
What you need to do is to uninstall (pkg_delete) any cvsup version you have and then in its place (make) install /usr/ports/net/cvsup-without-gui
and then Bob should be your uncle.

HTH
www.robc.info

Reply With Quote
  #5  
Old April 8th, 2003, 09:03 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level)AlCapone User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 17
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
heh, better late than never eh? I fixed the problem about a year ago, but thanks for reply anyway, may be someone else will stumble across this thread and it will help them

Reply With Quote
  #6  
Old April 9th, 2003, 03:14 AM
peas peas is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 7 peas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
oh

Oh... I wasn't actually reading the dates of the posts but in the end it don't think it matters. I searched onto this thread looking for the answer but although it wasn't there just reading the discussion was enough for me to work out the answer. I've posted my answer to pass the favour forward.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > How do you 'troubleshoot' freebsd?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway