Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Mark Andrews
In message <54602b24-14d9-42b4-ad2e-55adf4805...@bordo.com.au>, James Brown wri tes: > > On 11 Mar 2014, at 4:09 pm, Mark Andrews wrote: > > > > > I didn't think I would need to say "save the contents of the program to > > conftest.c". > > > > cat > conftest.c << 'EOF' > > #include > > int >

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 4:09 pm, Mark Andrews wrote: > > I didn't think I would need to say "save the contents of the program to > conftest.c". > > cat > conftest.c << 'EOF' > #include > int > main () > { > FILE *f = fopen ("conftest.out", "w"); > return ferror (f) || fclose (f) != 0; > > ; > ret

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Mark Andrews
Mark Andrews writes: > > In message , James Brown w > ri > tes: > > > > On 11 Mar 2014, at 2:15 pm, Mark Andrews wrote: > > > > > > > > The first thing is that configure has decided that we are cross > > > compiling which is because the simple executable did not run. > > > > > > configure:3472:

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Mark Andrews
In message , James Brown wri tes: > > On 11 Mar 2014, at 2:15 pm, Mark Andrews wrote: > > > > > The first thing is that configure has decided that we are cross > > compiling which is because the simple executable did not run. > > > > configure:3472: checking whether we are cross compiling > > con

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 2:15 pm, Mark Andrews wrote: > > The first thing is that configure has decided that we are cross > compiling which is because the simple executable did not run. > > configure:3472: checking whether we are cross compiling > configure:3510: result: yes > > I haven't upgraded

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Mark Andrews
The first thing is that configure has decided that we are cross compiling which is because the simple executable did not run. configure:3472: checking whether we are cross compiling configure:3510: result: yes I haven't upgraded my machine to Mavericks yet so I can't test this. The version of cl

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Mark Andrews
Go back to the orginal configure args and post the errors from config.log. -- 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/mail

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread James Brown
On 11 Mar 2014, at 3:05 am, Tony Finch wrote: > Try > > LDFLAGS="-Wl,-R/usr/local/ssl/lib" ./configure --enable-threads --with-atf > --enable-newstats --enable-rrl --with-ecdsa --with-gost > --with-openssl=/usr/local/ssl > > Tony. > -- > f.anthony.n.finchhttp://dotat.at/ > Malin: Variabl

Re: Configure error - openSSL. Mac OS X

2014-03-10 Thread Tony Finch
James Brown wrote: > I have recently upgraded to openSSL 1.0.1f. > > When I try to configure bind 9.9.5 I'm getting an error: > > checking for OpenSSL library... using OpenSSL from /usr/local/ssl/lib and > /usr/local/ssl/include > checking whether linking with OpenSSL works... no > configure: er

Configure error - openSSL. Mac OS X

2014-03-07 Thread James Brown
I have recently upgraded to openSSL 1.0.1f. When I try to configure bind 9.9.5 I'm getting an error: checking for OpenSSL library... using OpenSSL from /usr/local/ssl/lib and /usr/local/ssl/include checking whether linking with OpenSSL works... no configure: error: Could not run test program usi