Configure error - openSSL. Mac OS X

Mark Andrews marka at isc.org
Tue Mar 11 05:18:21 UTC 2014


In message <54602B24-14D9-42B4-AD2E-55ADF4805748 at bordo.com.au>, James Brown wri
tes:
> 
> On 11 Mar 2014, at 4:09 pm, Mark Andrews <marka at isc.org> wrote:
> 
> > 
> > I didn't think I would need to say "save the contents of the program to
> > conftest.c".
> > 
> > cat > conftest.c << 'EOF'
> > #include <stdio.h>
> > int
> > main ()
> > {
> > FILE *f = fopen ("conftest.out", "w");
> > return ferror (f) || fclose (f) != 0;
> > 
> > ;
> > return 0;
> > }
> > EOF
> > gcc -o conftest    conftest.c
> > ./conftest
> 
> Getting further now!
> 
> $ cat > conftest.c << 'EOF'
> > #include <stdio.h>
> > int
> > main ()
> > {
> > FILE *f = fopen ("conftest.out", "w");
> > return ferror (f) || fclose (f) != 0;
> > 
> > ;
> > return 0;
> > }
> > EOF
> BordoDNS:bind-9.9.5 jlbrown$ gcc -o conftest    conftest.c
> BordoDNS:bind-9.9.5 jlbrown$ ./conftest
> BordoDNS:bind-9.9.5 jlbrown$ 
> 
> James.

Also which version of OpenSSL did you compile?

Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org


More information about the bind-users mailing list