In message <54602b24-14d9-42b4-ad2e-55adf4805...@bordo.com.au>, James Brown wri
tes:
> 
> On 11 Mar 2014, at 4:09 pm, Mark Andrews <ma...@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: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to