pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem running sshd on Darwin, "dyld: Symbol not found: _allow_severity"



On Thu, Jul 02, 2015 at 01:04:51PM +0200, Andreas Kusalananda Kähäri wrote:
> However, I'd like to run sshd, but after installing openssh-6.6.1nb7 and
> rc.subr-20150510, I get this:
> 
>     $ sudo /opt/etc/rc.d/sshd start
>     Starting sshd.
>     dyld: Symbol not found: _allow_severity
>       Referenced from: /opt/lib/libwrap.7.dylib
>       Expected in: flat namespace
>      in /opt/lib/libwrap.7.dylib

Using libwrap requires the main binary to supply allow_severity and
deny_severity. That's a known design issue with it. sshd.c should
contain the declarations, but maybe they are skipped in your build?

Joerg


Home | Main Index | Thread Index | Old Index