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

    From Michal Nowak@mnowak@isc.org to bind-users on Thu May 28 11:12:33 2020
    From Newsgroup: comp.protocols.dns.bind

    On 27/05/2020 20:22, DeCaro, James John (Jim) CIV DISA FE (USA) via
    bind-users wrote:
    ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory

    ...


    $ find / -name libuv* -print
    /usr/local/lib/libuv.so
    /usr/local/lib/libuv.la
    /usr/local/lib/libuv.so.1
    /usr/local/lib/libuv.a
    /usr/local/lib/libuv.so.1.0.0

    Jim, I believe you installed 64-bit libuv to a 32-bit directory (i.e. /usr/local/lib/) and that's why linker can't find it. You should have installed libuv to the 64-bit directory (i.e. /usr/local/lib/amd64/),
    e.g. via

    ./configure ... --libdir=/usr/local/lib/amd64

    PKG_CONFIG_PATH should have been set to 64-bit path too, i.e. /usr/local/lib/amd64/pkgconfig.

    Michal
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From DeCaro, James John (Jim) CIV DISA FE (USA)@james.j.decaro3.civ@mail.mil to bind-users@lists.isc.org on Thu May 28 15:54:10 2020
    From Newsgroup: comp.protocols.dns.bind

    Thank you. amd64 does not exist in the /usr/local/lib/ directory. This is a Solaris 11.4 x86 64 bit system so that may be why. I will keep looking.

    Thanks again


    V/R
    Jim DeCaro
    DISA
    Systems Administrator
    Windows and Unix Server Operations
    FE222/DoDNet Service Section
    Defense Enclave Services Directorate
    o- 301-225-8180
    o- 301-375-8180
    James.j.decaro3.civ@mail.mil
    James.j.decaro3.civ@mail.smil.mil

    "If you always do what you always did you will always get what you always got."


    -----Original Message-----
    From: bind-users <bind-users-bounces@lists.isc.org> On Behalf Of Michal Nowak Sent: Thursday, May 28, 2020 5:13 AM
    To: bind-users@lists.isc.org
    Subject: Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

    All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser.




    ----

    On 27/05/2020 20:22, DeCaro, James John (Jim) CIV DISA FE (USA) via
    bind-users wrote:
    ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory

    ...


    $ find / -name libuv* -print
    /usr/local/lib/libuv.so
    /usr/local/lib/libuv.la
    /usr/local/lib/libuv.so.1
    /usr/local/lib/libuv.a
    /usr/local/lib/libuv.so.1.0.0

    Jim, I believe you installed 64-bit libuv to a 32-bit directory (i.e. /usr/local/lib/) and that's why linker can't find it. You should have installed libuv to the 64-bit directory (i.e. /usr/local/lib/amd64/),
    e.g. via

    ./configure ... --libdir=/usr/local/lib/amd64

    PKG_CONFIG_PATH should have been set to 64-bit path too, i.e. /usr/local/lib/amd64/pkgconfig.

    Michal
    _______________________________________________
    Please visit Caution-https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at Caution-https://www.isc.org/contact/ for more information.


    bind-users mailing list
    bind-users@lists.isc.org Caution-https://lists.isc.org/mailman/listinfo/bind-users
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Jaco Lesch@jacol@saix.net to DeCaro, James John (Jim) CIV DISA FE (USA) on Thu May 28 18:51:13 2020
    From Newsgroup: comp.protocols.dns.bind

    Jim

    I have compiled BIND 9.16.2 on Solaris 11.4 SPARC with "libuv", try and
    set these 2 environment variables before running "./configure": LDFLAGS="-L/usr/local/lib -R/usr/local/lib" PKG_CONFIG_PATH="/usr/lib/sparcv9/pkgconfig:/usr/local/lib/pkgconfig"

    Regards

    On 5/28/20 17:54, DeCaro, James John (Jim) CIV DISA FE (USA) via
    bind-users wrote:
    Thank you. amd64 does not exist in the /usr/local/lib/ directory. This is a Solaris 11.4 x86 64 bit system so that may be why. I will keep looking.

    Thanks again


    V/R
    Jim DeCaro
    DISA
    Systems Administrator
    Windows and Unix Server Operations
    FE222/DoDNet Service Section
    Defense Enclave Services Directorate
    o- 301-225-8180
    o- 301-375-8180
    James.j.decaro3.civ@mail.mil
    James.j.decaro3.civ@mail.smil.mil

    "If you always do what you always did you will always get what you always got."


    -----Original Message-----
    From: bind-users <bind-users-bounces@lists.isc.org> On Behalf Of Michal Nowak Sent: Thursday, May 28, 2020 5:13 AM
    To: bind-users@lists.isc.org
    Subject: Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

    All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser.




    ----

    On 27/05/2020 20:22, DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users wrote:
    ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory
    ...

    $ find / -name libuv* -print
    /usr/local/lib/libuv.so
    /usr/local/lib/libuv.la
    /usr/local/lib/libuv.so.1
    /usr/local/lib/libuv.a
    /usr/local/lib/libuv.so.1.0.0
    Jim, I believe you installed 64-bit libuv to a 32-bit directory (i.e. /usr/local/lib/) and that's why linker can't find it. You should have installed libuv to the 64-bit directory (i.e. /usr/local/lib/amd64/),
    e.g. via

    ./configure ... --libdir=/usr/local/lib/amd64

    PKG_CONFIG_PATH should have been set to 64-bit path too, i.e. /usr/local/lib/amd64/pkgconfig.

    Michal
    _______________________________________________
    Please visit Caution-https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at Caution-https://www.isc.org/contact/ for more information.


    bind-users mailing list
    bind-users@lists.isc.org Caution-https://lists.isc.org/mailman/listinfo/bind-users _______________________________________________
    Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at https://www.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: jacol@saix.net

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From =?utf-8?Q?Ond=C5=99ej_Sur=C3=BD?=@ondrej@isc.org to DeCaro, James John (Jim) CIV DISA FE (USA) on Thu May 28 20:59:58 2020
    From Newsgroup: comp.protocols.dns.bind

    Jim,
    I would like to point out that ISC does provide a commercial support on BIND 9 as a way to provide funding to develop BIND 9 as open source software. Please let me know if you are interested in hearing more and I can connect you to the sales team.
    Cheers,
    Ondrej
    --
    Ond+Oej Sur|+ rCo ISC
    On 28 May 2020, at 17:56, DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users <bind-users@lists.isc.org> wrote:

    N++Thank you. amd64 does not exist in the /usr/local/lib/ directory. This is a Solaris 11.4 x86 64 bit system so that may be why. I will keep looking.

    Thanks again


    V/R
    Jim DeCaro
    DISA
    Systems Administrator
    Windows and Unix Server Operations
    FE222/DoDNet Service Section
    Defense Enclave Services Directorate
    ryA 301-225-8180
    ryA 301-375-8180
    James.j.decaro3.civ@mail.mil
    James.j.decaro3.civ@mail.smil.mil

    "If you always do what you always did you will always get what you always got."


    -----Original Message-----
    From: bind-users <bind-users-bounces@lists.isc.org> On Behalf Of Michal Nowak Sent: Thursday, May 28, 2020 5:13 AM
    To: bind-users@lists.isc.org
    Subject: Re: [Non-DoD Source] Re: Upgrading from BIND 9.14.9 to 9.16.3

    All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser.




    ----

    On 27/05/2020 20:22, DeCaro, James John (Jim) CIV DISA FE (USA) via
    bind-users wrote:
    ld.so.1: gen: fatal: libuv.so.1: open failed: No such file or directory

    ...


    $ find / -name libuv* -print
    /usr/local/lib/libuv.so
    /usr/local/lib/libuv.la
    /usr/local/lib/libuv.so.1
    /usr/local/lib/libuv.a
    /usr/local/lib/libuv.so.1.0.0

    Jim, I believe you installed 64-bit libuv to a 32-bit directory (i.e. /usr/local/lib/) and that's why linker can't find it. You should have installed libuv to the 64-bit directory (i.e. /usr/local/lib/amd64/),
    e.g. via

    ./configure ... --libdir=/usr/local/lib/amd64

    PKG_CONFIG_PATH should have been set to 64-bit path too, i.e. /usr/local/lib/amd64/pkgconfig.

    Michal
    _______________________________________________
    Please visit Caution-https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at Caution-https://www.isc.org/contact/ for more information.


    bind-users mailing list
    bind-users@lists.isc.org Caution-https://lists.isc.org/mailman/listinfo/bind-users _______________________________________________
    Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.


    bind-users mailing list
    bind-users@lists.isc.org
    https://lists.isc.org/mailman/listinfo/bind-users
    --- Synchronet 3.21d-Linux NewsLink 1.2