I recently used freebsd-update to upgrade a couple machines to 13.0-RELEASE. Unfortunately, my job control and networking were pretty poor that day on a remote box; one of them ended up not completing correctly and I ended up with some zero-sized shared objects in /usr/lib. One of these is preventing SSHD from running: /usr/lib/libasn1.so.11 ... no problem, I thought, I'll just somehow get one in there from the working system.
Alas, the working system is amd64 and the hosed system is i386.
Where does libasn1.so come from? I'm thinking I can build that library with a different arch target and then move it onto the borken box, perhaps?
Thank you in advance,
Alas, the working system is amd64 and the hosed system is i386.
Where does libasn1.so come from? I'm thinking I can build that library with a different arch target and then move it onto the borken box, perhaps?
Thank you in advance,