"/usr/lib/libssl.so.28.0 (system): bad major" Your libssl is at version major 28, git is looking for 27. Incrementing version majors implies broken backwards compatibility.
I'm sure it will catch up soon :) On Sun, Nov 2, 2014 at 7:35 PM, Somasis <[email protected]> wrote: > I wasn't quite sure if this would be the appropriate list to submit to, > my apologies if this is incorrect one. > > When trying to `pkg_add` packages that depend on the existance of SSL > libraries, pkg_add consistantly runs into errors: > $ sudo pkg_add git > Password: > quirks-2.27 signed on 2014-10-29T14:16:29Z > Can't install curl-7.38.0 because of libraries > |library ssl.27.2 not found > | /usr/lib/libssl.so.28.0 (system): bad major > Direct dependencies for curl-7.38.0 resolve to gettext-0.19.3 > libidn-1.29p0 libiconv-1.14p1 > Full dependency tree is gettext-0.19.3 libidn-1.29p0 libiconv-1.14p1 > Can't install git-2.1.2: can't resolve curl-7.38.0 > $ sudo pkg_add mosh > quirks-2.27 signed on 2014-10-29T14:16:29Z > mosh-1.2.4p1:protobuf-2.4.1p1: ok > Can't install mosh-1.2.4p1 because of libraries > |library ssl.27.2 not found > | /usr/lib/libssl.so.28.0 (system): bad major > Direct dependencies for mosh-1.2.4p1 resolve to protobuf-2.4.1p1 > Full dependency tree is protobuf-2.4.1p1 > > After some discussion on #openbsd@freenode, it looks like an issue with > delays in building. Compiling mosh and it's depedency, protobuf, from > the ports tree works just fine, though. So it appears to be an issue > concering delay in building packages for this snapshot. > > -- > Somasis - 16 year old musician, free software enthusiast > https://somasis.com/ - https://github.com/Somasis >
