Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-17 Thread King, Harold Clyde (Hal)
Well I recompiled everything within the environment and now I seem to have a working Bind. Thanks -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Systems: Business Information Systems The University of Tennessee 135D Kingston Pike Building 2309 Kingston Pk. K

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-17 Thread King, Harold Clyde (Hal)
That's just the thing. I compile on my test box and it works. Move it to production and it fails with the error stated. Bind-9.8.1 worked with the same environment settings. No chroot on my end. Same version of ssl (1.0.0d). -- Hal King - h...@utk.edu Systems Administrator Office of Information

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-17 Thread Cathy Almond
On 17/11/11 05:33, King, Harold Clyde (Hal) wrote: > With great help I got Bind 9.8.1 to compile on solaris but I can not get > Bind to start up. I am getting: > > 17-Nov-2011 00:31:23.609 initializing DST: openssl failure > 17-Nov-2011 00:31:23.609 exiting (due to fatal error) > > Is anyone else

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread King, Harold Clyde (Hal)
With great help I got Bind 9.8.1 to compile on solaris but I can not get Bind to start up. I am getting: 17-Nov-2011 00:31:23.609 initializing DST: openssl failure 17-Nov-2011 00:31:23.609 exiting (due to fatal error) Is anyone else seeing this? -- Hal King - h...@utk.edu Systems Administrato

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Evan Hunt
> Using ./configure [ ... ] --without-dlopen [ ... ] got it to compile > and install, which is fine for me, but what should I do if I needed > DLZ support? Removing "dlzexternal" from SUBDIRS in bin/tests/system/Makefile ought to do it. -- Evan Hunt -- e...@isc.org Internet Systems Consortium, I

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread /dev/rob0
On Wednesday 16 November 2011 19:30:55 Evan Hunt wrote: > > I get an error compiling Bind at: > > > > make[4]: Entering directory > > `/usr/local/src/bind-9.8.1-P1/bin/tests/system/dlzexternal' ld > > -G -z text -o driver.so driver.o > > ld: invalid number `-z' > > > > Giving ?G a number makes ?z

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Dennis Clarke
> I compiled 9.8.1 on the same server with the same setup. So it is not in > 9.8.1. > I can not reproduce the problem. Can you try with Sun Studio 11 or 12 and then see what you get? You know, it would not be the ffirst time that old GCC on Solaris 10 failed me. If I need GCC, and I often do, I

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread King, Harold Clyde (Hal)
I compiled 9.8.1 on the same server with the same setup. So it is not in 9.8.1. -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Systems: Business Information Systems The University of Tennessee 135D Kingston Pike Building 2309 Kingston Pk. Knoxville, TN 37996

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Dennis Clarke
> >> I get an error compiling Bind at: >> >> make[4]: Entering directory >> `/usr/local/src/bind-9.8.1-P1/bin/tests/system/dlzexternal' >> ld -G -z text -o driver.so driver.o >> ld: invalid number `-z' >> >> Giving ?G a number makes ?z unrecognized. >> >> I'm in Solaris 10, Sparc, GCC 3.4.6 > > Th

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Evan Hunt
> I get an error compiling Bind at: > > make[4]: Entering directory > `/usr/local/src/bind-9.8.1-P1/bin/tests/system/dlzexternal' > ld -G -z text -o driver.so driver.o > ld: invalid number `-z' > > Giving ?G a number makes ?z unrecognized. > > I'm in Solaris 10, Sparc, GCC 3.4.6 Thanks for th

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Dennis Clarke
> Thanks! > Everything here is looking fine on Solaris. No issues with the build at all. However, again, I am using Sun Studio 11 on Solaris 8 and not GCC that comes with Sol 10. I have moved on from 32-bit builds to 64-bit and then the packages will come along soon. Dennis -- -- http://pgp.

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread King, Harold Clyde (Hal)
Thanks! -- Hal King - h...@utk.edu Systems Administrator Office of Information Technology Systems: Business Information Systems The University of Tennessee 135D Kingston Pike Building 2309 Kingston Pk. Knoxville, TN 37996 Phone: 974-1599 On 11/16/11 4:44 PM, "Dennis Clarke" wrote: > >>

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Dennis Clarke
> Is anyone else having problems with the compile? > Give me 60 minutes -- -- http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B +-+---+ | Dennis Clarke | Solaris and Linux and Open Source | | dcla...@blastw

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread Dennis Clarke
> I get an error compiling Bind at: > > make[4]: Entering directory > `/usr/local/src/bind-9.8.1-P1/bin/tests/system/dlzexternal' > ld -G -z text -o driver.so driver.o > ld: invalid number `-z' > > Giving –G a number makes –z unrecognized. > > I'm in Solaris 10, Sparc, GCC 3.4.6 > I'm not seeing

Re: Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread King, Harold Clyde (Hal)
e: 974-1599 From: Hal King mailto:h...@utk.edu>> Date: Wed, 16 Nov 2011 21:17:31 + To: Bind Users mailto:bind-users@lists.isc.org>> Subject: Can't compile bind 9.8.1-P1 on Solaris I get an error compiling Bind at: make[4]: Entering directory `/usr/local/src/bind-9.

Can't compile bind 9.8.1-P1 on Solaris

2011-11-16 Thread King, Harold Clyde (Hal)
I get an error compiling Bind at: make[4]: Entering directory `/usr/local/src/bind-9.8.1-P1/bin/tests/system/dlzexternal' ld -G -z text -o driver.so driver.o ld: invalid number `-z' Giving –G a number makes –z unrecognized. I'm in Solaris 10, Sparc, GCC 3.4.6 -- Hal King - h...@utk.edu