In message <20100223171023.4c1fd17...@britaine.cis.anl.gov>, bsfin...@anl.gov w rites: > In production I am running BIND 9.6.1-P3 on Solaris 9, > sun4u sparc SUNW,Sun-Fire-V240. When I start BIND I get this message: > > Jan 25 11:03:17 dns1 named[9673]: [ID 873579 daemon.notice] > built with '--prefix=/export/home/named/bind' > '--with-openssl=/krb5' > '--sysconfdir=/export/home/named' > '--enable-threads' > '--localstatedir=/var' > > I am testing the same version of BIND on an Ubuntu Karmic system, > x86_64 GNU/Linux. Both are built from the ISC source. > When I start BIND I get these messages: > > Feb 19 10:08:01 karmic kernel: [146949.294524] warning: > `named' uses 32-bit capabilities (legacy support in use) > Feb 19 10:08:01 karmic named[22678]: > starting BIND 9.6.1-P3 -c /etc/iscbind/named.conf > Feb 19 10:08:01 karmic named[22678]: > built with '--prefix=/etc/iscbind/bind/' > '--sysconfdir=/etc/iscbind' > '--mandir=/usr/share/man' > '--infodir=/usr/share/info' > '--with-gssapi=/usr' > > What is causing the > > `named' uses 32-bit capabilities (legacy support in use) > > message on this Ubuntu karmic build? What do I need to specify > to avoid the 32-bit code? Thanks.
Assuming the compiler is gcc 'configure CFLAGS="-m64 -g -02"' and have 64 bit versions of all the libraries named uses. Note: if the OS is going to complain about 32 bit builds it should default to building 64 bit code. There is nothing in the code we ship that forces a 32 bit build. We just build using the system's default mode. Mark -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org _______________________________________________ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users