On Mon, Apr 19, 2010 at 10:45:45AM -0500, Bryan wrote: > I am running the latest snapshot from ftp.openbsd.org. Install > appears fine, and I've had no issues until I tried to pull the latest > from CVS. > > > r...@openbsd-v0 /usr # CVS -d$CVSROOT checkout -P xenocara
Is this the command you have tried? "CVS"? Or some alias? What about using "cvs"? > cvs: can't load library 'libc.so.51.0' > > Doing a global find shows libc.so.53.1, but no libc.so.51.0... The > same thing happened after I built source over the weekend, and then > tried a pull this morning... libc.51.0 is from 4.6. > Tried to make a link from .51 to .53.1, but still did not work... This usually doesn't work. Try using "cvs" from -current. Did you install only some install sets? Regards, Markus