archiecobbs / mod-authn-otp

Apache module for one-time password authentication
Apache License 2.0
63 stars 17 forks source link

compilation error on Solaris 10 #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by martinpi...@gmail.com on 15 Oct 2010 at 1:38

GoogleCodeExporter commented 9 years ago
Solaris is currently not supported. However, patches to add support for Solaris 
are welcome.

Original comment by archie.c...@gmail.com on 15 Oct 2010 at 2:08

GoogleCodeExporter commented 9 years ago
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.  

Original comment by martinpi...@gmail.com on 27 Jan 2011 at 8:19

GoogleCodeExporter commented 9 years ago
Thanks, I added a fix for warnx/errx in r69.

Original comment by archie.c...@gmail.com on 27 Jan 2011 at 9:21