Hi, I've just upgraded a couple of 5.5 servers to 5.6 and apart from the issues I'm about to describe everything went smoothly (thanks!)
As the final step of my upgrade procedure (following upgrade56.html, using install kernel as usual) it was time to fetch -stable source, which I did with: cvs -danon...@anoncvs.au.openbsd.org:/cvs checkout -rOPENBSD_5_6 -P src inside /usr. I built a new kernel without issue (again, normal process from FAQ) but when it came to building libssl (for errata 005) I got the following error from make: # cd /usr/src/lib/libssl/ssl # make obj /usr/src/lib/libssl/ssl/obj -> /usr/obj/lib/libssl/ssl # make make: don't know how to make /usr/src/lib/libssl/ssl/../src/e_os.h (prerequisite of: s3_meth.o) Stop in /usr/src/lib/libssl/ssl So, what did I do wrong? Cheers, Mark