Export to GitHub

mod-authn-otp - issue #5

compilation error on Solaris 10


Posted on Oct 15, 2010 by Happy Monkey

openssl_devel and apache2_devel installed I see err.h in openssl folder...

autogen.sh OK ./configure ... checking for err.h... no configure: error: required header file 'err.h' not found

Comment #1

Posted on Oct 15, 2010 by Happy Panda

Solaris is currently not supported. However, patches to add support for Solaris are welcome.

Comment #2

Posted on Jan 27, 2011 by Happy Monkey

great news , I have compiled it on solaris and it is working fine.

the only problem, and maybe it is only my developpement environment, but when we compiled the opttool, we had to comment all errx,warnx lines. Quick search on G let us point on missing function of Solaris err.h library.

I hope we can help you can solaris supported, if something we can do.

Thanks.

Comment #3

Posted on Jan 27, 2011 by Happy Panda

Thanks, I added a fix for warnx/errx in r69.

Status: Fixed

Labels:
Type-Enhancement Priority-Low