please help with openbsd 2.9


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers please help with openbsd 2.9
# 8  
Old 06-23-2001
Try doing this:

Code:
find / | grep libc | grep so

Please post the results. This will find all occurances of files that have libc and so in the names. We can go from there.
# 9  
Old 06-23-2001
#find / | grep libc | grep so
/usr/lib/libc.so.27.1
/usr/lib/libc_r.so.5.1
/usr/lib/libcrypto.so.4.1
/usr/lib/libcurses++.so.1.1
/usr/lib/libcurses.so.8.0
/usr/src/lib/libc/net/iso_addr.3
/usr/src/lib/libc/net/iso_addr.c
/usr/src/lib/libc/net/resolver.3
/usr/src/lib/libc/stdlib/heapsort.c
/usr/src/lib/libc/stdlib/qsort.3
/usr/src/lib/libc/stdlib/qsort.c
/usr/src/lib/libc/stdlib/radixsort.3
/usr/src/lib/libc/stdlib/radixsort.c
/usr/src/lib/libc/sys/getsockname.2
/usr/src/lib/libc/sys/getsockopt.2
/usr/src/lib/libc/sys/socket.2
/usr/src/lib/libc/sys/socketpair.2
/usr/src/lib/libc_r/TEST/test_sock_1.c
/usr/src/lib/libc_r/TEST/test_sock_2.c
/usr/src/lib/libc_r/TEST/test_sock_2a.c
/usr/src/lib/libc_r/uthread/uthread_getsockname.c
/usr/src/lib/libc_r/uthread/uthread_getsockopt.c
/usr/src/lib/libc_r/uthread/uthread_setsockopt.c
/usr/src/lib/libc_r/uthread/uthread_socket.c
/usr/src/lib/libc_r/uthread/uthread_socketpair.c
/root/libc.so.26.2

I did a update frome the cvs server and now the file shows up but when i try to execute the app like joe the following is still the error.

#joe
/usr/libexec/ld.so: joe: libc.so.26.2: No such file or directory

Thanks
# 10  
Old 06-23-2001
This should work for you:

Code:
cp   /root/libc.so.26.2  /usr/lib/libc.so.26.2

You might have to run ldconfig on your system afterwards. Copying the file from the root directory into the /usr/lib directory should work. If not, let us know.



# 11  
Old 06-24-2001
Quote:
Originally posted by Neo

ls -sf libutil-3.1.1.so libutil.so.3

Which creates another symbolic link, as required.


Neo, did u mean: ln -sf libutil-3.1.1.so libutil.so.3 (ln instead ls ?)



# 12  
Old 06-24-2001
Yes, of course. Sorry for the typo. I went back and edited the original post and changed ls to ln. Thanks again!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. BSD

OpenBSD pf problems

I am having troubles with this pf configuration, it seems when loaded nothing can access my server on the internal interface for the LAN, I cannot see why, and it's pretty much based off the very standard example in the OpenBSD faq. When I unload the configuration, I can access the DNS server on... (0 Replies)
Discussion started by: John Tate
0 Replies

2. BSD

openbsd-pf

hello , I wondered if anyone could assist me in writing a simple packet filter firewall on my OpenBSD v4.5. All I intend doing is to have two firewalling machine on a separate network : 192.168.1.1 ext_if = xl0 (dhcp) // Internet interface int_if=xl1 // Internatl interface ... (0 Replies)
Discussion started by: mattjam
0 Replies

3. BSD

Trying to get into OpenBSD

I am an eight year Linux user and after getting into an argument with someone about OpenBSD overiding my theory that OS security is 50% OS and 50% admin skill, I decided to try OpenBSD for myself. I've tried BSDs before and haven't been able to get into them for day to dy use, but I am going to... (7 Replies)
Discussion started by: deckard
7 Replies

4. BSD

RAIDing openbsd 4.2

Hello! Can anyone tell me how to make software RAID1 on openbsd 4.2. I try by some manuals but have no results.Maybe is somewhere good manual directly to openbsd 4.2 version? tnx (1 Reply)
Discussion started by: kasparens
1 Replies

5. BSD

OpenBSD and wireless

I've just installed OpenBSD on my laptop (IBM Thinkpad T42) and since this is my first time with wireless networking in OpenBSD I'm a bit lost. What I would like to do is connect to a wireless network using WEP or WPA. Where do I place the key and essid? (3 Replies)
Discussion started by: Timmy66
3 Replies

6. BSD

setting up OpenBSD 4.0

ok these questions may be a little silly but I just started using OpenBSD as I came from Linux... 1. How do I make my desktop in X all snazzy like, I have wallpapers that need to be used. while I admit it will mainly be used for things I wont need a wallpaper for, you just never know :p, im... (4 Replies)
Discussion started by: Siphter
4 Replies

7. BSD

OpenBSD security

OpenBSD is best OS in the world! - I'm talking about security :) After 10 years popularity in OpenBSD, was founded just!!!!!!!!!!!!! just one security hole! You can download OpenBSD from there . However, do you know a better OS? (1 Reply)
Discussion started by: zylwyz
1 Replies

8. BSD

openbsd : cannot login

hi OK. I don't know exactly what I did to system! The system is OpenBSD 3.5. It is 200MMX, 16MB ram 1.2 + 2.4 GB HDD. The system was running well. But a few days ago I try to unpack a big tar.gz file and the system uses most the cpu and ram for this. While the system unpacking the file I try to... (4 Replies)
Discussion started by: fnoyan
4 Replies

9. BSD

Snort on openbsd

Im trying to gather some info to set up snort on openbsd 3.2, has anyone out there managed to get it up and running ? My initial attempts seem to be quite below par (4 Replies)
Discussion started by: malcontent
4 Replies

10. Filesystems, Disks and Memory

Maxtor vs. OpenBSD

Can't setup OpenBSD 3.4 with Maxtor Diamond Plus 9 80Gb ATA/133 HDD... Install process stops at hardware initialize, before installing... :confused: Any Comments... Thanks (2 Replies)
Discussion started by: bsdave
2 Replies
Login or Register to Ask a Question