Problems compiling BIND 9.18.28 on Solaris 11.4

2024-08-14 Thread Jaco Lesch
And have attempted both the Solaris "ld" and GNU "ld" with similar results. Any advice and guidance regarding this matter will be appreciated. Thanks -- --- Jaco Lesch SAIX HLS Email: ja...@saix.net -- Visit https://lists.isc.org/mailman/listinfo/bin

Re: Problems compiling BIND 9.18.28 on Solaris 11.4

2024-08-16 Thread Jaco Lesch
14. 8. 2024, at 13:43, Jaco Lesch wrote: Hi all Having a problem to get BIND 9.18.28 to compile on Solaris 11.4 on x86 and SPARC. Getting the following errors when running "gmake", similar errors

Re: logging to syslog on another host?

2012-05-30 Thread Jaco Lesch
on demand. -- --- Jaco Lesch SAIX HLS Email: ja...@saix.net ___ 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

Solaris 11 and BIND 64-bit

2012-10-17 Thread Jaco Lesch
the same hold true on x86-64 platforms. Any insight/help in this will be appreciated. Regards -- --- Jaco Lesch SAIX HLS Email: ja...@saix.net ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users

Re: Caching server - named process is limit at 500MB

2013-04-11 Thread Jaco Lesch
Chu Had the same issue in the past on Solaris 8 and 9 day as the default compiled binaries is 32-bit which seem to limit memory usage to 512 MB. You can modify the configure script/source to use more memory in 32-bit, but I will suggest you to move to 64-bit versions of BIND. When we migrate

Re: Solaris 11

2013-04-16 Thread Jaco Lesch
se.gov <mailto:john.man...@mail.house.gov> ___ 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 -- --

Re: Caching server - named process is limit at 500MB

2013-04-17 Thread Jaco Lesch
tech.com.vn -Original Message- From: Mike Hoskins (michoski) [mailto:micho...@cisco.com] Sent: Wednesday, April 17, 2013 9:34 AM To: Chu Ha Khanh; 'Jaco Lesch' Cc: bind-users@lists.isc.org Subject: Re: Caching server - named process is limit at 500MB -Original Message

Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

2020-05-28 Thread Jaco Lesch
.isc.org/contact/ for more information. bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users -- --- Jaco Lesch SAIX HLS Email: ja...@saix.net ___ Please visit https://lists.isc.org/mailman/listinfo/bind-use

Re: Problem building BIND 9.11.14 on SPARC Solaris 10

2019-12-30 Thread Jaco Lesch
  -KPIC -DPIC -o .libs/stats.o "stats.c", line 300: undefined symbol: val cc: acomp failed for stats.c line 300 is:     stats->counters[counter] = val; I'm pretty sure that val should be value, since there is no "val" anywhere in that file.  At least it compi

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Jaco Lesch via bind-users
\     --without-dlopen \     --enable-full-report \     --with-python=/usr/bin/python3.5 \ --with-python-install-dir=/usr/lib/python3.5/vendor-packages \     --enable-threads --enable-ipv6 --enable-devpoll Compiled with both Studio 12.6 and GCC 7.3.0. Thanks -- --- Jaco Lesc

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Jaco Lesch via bind-users
On 4/26/19 18:13, Wieland, Jeffrey J. wrote: Jaco Lesch via bind-users wrote: Both BIND 9.11.5-P4 and 9.11.6 build fine with the following configure settings: ./configure --prefix=/opt/local --libdir=/opt/local/lib/dns/sparcv9 \     --sysconfdir=/etc \     --localstatedir=/var