After a fresh install of OBSD-4.3 x86 from the CD image downloaded from ftp.openbsd.org, I could not install many packages from few FTP sites, including ftp.openbsd.org.
The error message was about c.43.0 and pthread.so.9.0 in /usr/lib. I did not see any files with "c.43.0" and "pthread.so.9.0" in the names. So I did this to resolve the problem: ln -s /usr/lib/libc.so.44.0 /usr/lib/libc.so.43.0 ln -s /usr/lib/libstdc++.so.44.0 /usr/lib/libstdc++.so.43.0 ln -s /usr/lib/libpthread.so.10.0 /usr/lib/libpthread.so.9.0 After that, I now can install many packages. Are there know problems with the CD image from ftp.openbsd.org? Is that right what I did to resolve? Thanks, Zoong

