From dam at opencsw.org Fri Dec 1 12:18:28 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 1 Dec 2017 12:18:28 +0100 Subject: GCC 5.5 In-Reply-To: <2c94a821-17d6-0bcd-77a9-aea6f0815bc3@gmail.com> References: <2c94a821-17d6-0bcd-77a9-aea6f0815bc3@gmail.com> Message-ID: <175900A6-6770-45BB-97CF-34C03F95FB73@opencsw.org> Hi Yuri, Am 30.11.2017 um 23:08 schrieb Yuri : > I've found GCC 5.5 here: > > http://buildfarm.opencsw.org/opencsw/experimental > > I've installed it and test on four servers: x86, two amd64 and one SPARC > (sparcv9). All seems ok, no errors, compiled soft runs without any issues. > > I think, 5.5 can be pushed intp production repo(s). Ok, I had also done some testing but as it also works for you I am pushing it now. Thanks for pushing me! ? Dago > > Thanks. > > Wne, Yuri. > > -- > "Some people, when confronted with a problem, think ?I know, I'll use regular expressions.? Now they have two problems." > --Jamie Zawinsk > > ************************** > * C++: Bug to the future * > ************************** > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: From atapattu4 at gmail.com Sat Dec 9 20:11:40 2017 From: atapattu4 at gmail.com (Manori Atapattu) Date: Sun, 10 Dec 2017 06:11:40 +1100 Subject: Update a local mirror Message-ID: Hi All, We have a local mirror setup with a full copy of opncsw repository. I want to know if there's a way to update the local repository with a mirror site of our choice - to update the catalog and the packages. Or do we need to use rsync to update the local repository with the packages. Thanks. Shyani -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Sat Dec 9 20:30:26 2017 From: maciej at opencsw.org (Maciej =?utf-8?Q?Blizi=C5=84ski?=) Date: Sat, 9 Dec 2017 19:30:26 +0000 Subject: Update a local mirror In-Reply-To: References: Message-ID: <20171209193026.oc3oladgglkrtsai@gmail.com> Hi Manori, On Sun, Dec 10, 2017 at 06:11:40AM +1100, Manori Atapattu via users wrote: > We have a local mirror setup with a full copy of opncsw repository. > I want to know if there's a way to update the local repository with a > mirror site of our choice - to update the catalog and the packages. > Or do we need to use rsync to update the local repository with the packages. It took me a while to figure out what is it that you're asking about. I looked at the local mirror instructions[1], and that helped. You probably did something like: rsync -aH --delete rsync://rsync.opencsw.org/opencsw/ /export/mirror/opencsw ?and you're asking if you can use something else instead of "rsync://rsync.opencsw.org/opencsw/". I think you can, but this depends on the mirror you choose. Depending on the mirror you choose from [2], you might use FTP, HTTP and/or sync. To discover whether a certain mirror supports rsync or not, try looking for information on their website, or just try querying it using rsync. For example, I tried this as a test: rsync rsync://ftp.heanet.ie/pub/opencsw/README . ?and it worked. Maciej [1]: https://www.opencsw.org/manual/for-administrators/mirror-setup.html [2]: http://mirror.opencsw.org/status/ From atapattu4 at gmail.com Sat Dec 9 22:51:08 2017 From: atapattu4 at gmail.com (Manori Atapattu) Date: Sun, 10 Dec 2017 08:51:08 +1100 Subject: Update a local mirror In-Reply-To: <20171209193026.oc3oladgglkrtsai@gmail.com> References: <20171209193026.oc3oladgglkrtsai@gmail.com> Message-ID: Thanks Maciej. Does that mean we always have to use rsync to update the local repository. I'm unsure if our security policy allows us to use rsync. On Sun, Dec 10, 2017 at 6:30 AM, Maciej Blizi?ski via users < users at lists.opencsw.org> wrote: > Hi Manori, > > On Sun, Dec 10, 2017 at 06:11:40AM +1100, Manori Atapattu via users wrote: > > We have a local mirror setup with a full copy of opncsw repository. > > I want to know if there's a way to update the local repository with a > > mirror site of our choice - to update the catalog and the packages. > > Or do we need to use rsync to update the local repository with the > packages. > > It took me a while to figure out what is it that you're asking about. I > looked > at the local mirror instructions[1], and that helped. You probably did > something > like: > > rsync -aH --delete rsync://rsync.opencsw.org/opencsw/ > /export/mirror/opencsw > > ?and you're asking if you can use something else instead of > "rsync://rsync.opencsw.org/opencsw/". I think you can, but this depends > on the > mirror you choose. Depending on the mirror you choose from [2], you might > use > FTP, HTTP and/or sync. To discover whether a certain mirror supports rsync > or > not, try looking for information on their website, or just try querying it > using > rsync. For example, I tried this as a test: > > rsync rsync://ftp.heanet.ie/pub/opencsw/README . > > ?and it worked. > > Maciej > > [1]: https://www.opencsw.org/manual/for-administrators/mirror-setup.html > [2]: http://mirror.opencsw.org/status/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Sat Dec 9 23:07:13 2017 From: maciej at opencsw.org (Maciej =?utf-8?Q?Blizi=C5=84ski?=) Date: Sat, 9 Dec 2017 22:07:13 +0000 Subject: Update a local mirror In-Reply-To: References: <20171209193026.oc3oladgglkrtsai@gmail.com> Message-ID: <20171209220713.3pnhgdjrrbiymjo2@gmail.com> On Sun, Dec 10, 2017 at 08:51:08AM +1100, Manori Atapattu wrote: > Does that mean we always have to use rsync to update the local repository. > I'm unsure if our security policy allows us to use rsync. No, you can use http/https or ftp, as you like. As long as you manage to synchronize files from a mirror, you get what you need. Maciej From ilan84 at gmail.com Mon Dec 18 14:58:20 2017 From: ilan84 at gmail.com (Ilan Schwarts) Date: Mon, 18 Dec 2017 15:58:20 +0200 Subject: openssh on solaris 9 sparc Message-ID: Hi all, I am trying to install OpenSSH on solaris 9 sparc from https://www.opencsw.org/package/openssh/ After installation completes, when executing ssh i receive the following error: bash-2.05# ssh ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory Killed SSH information: bash-2.05# /opt/csw/bin/pkgutil -y -i openssh Solving needed dependencies ... Solving dependency order ... 15 CURRENT packages: CSWcas-initsmf-1.49,REV=2013.08.05 CSWcas-migrateconf-1.49,REV=2013.08.05 CSWcas-preserveconf-1.49,REV=2013.08.05 CSWcas-usergroup-1.49,REV=2013.08.05 CSWcommon-1.5,REV=2010.12.11 CSWlibcom-err3-1.9.2,REV=2012.04.17 CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 CSWlibk5crypto3-1.9.2,REV=2012.04.17 CSWlibkrb5-3-1.9.2,REV=2012.04.17 CSWlibkrb5support0-1.9.2,REV=2012.04.17 CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 CSWlibz1-1.2.7,REV=2012.06.14 CSWossh-6.0p1,REV=2012.05.17 CSWosshclient-6.0p1,REV=2012.05.17 Nothing to do. bash-2.05# which ssh /opt/csw/bin/ssh bash-2.05# ldd /opt/csw/bin/ssh libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 librt.so.1 => /usr/lib/librt.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmd5.so.1 => /usr/lib/libmd5.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 libresolv.so.2 (SUNW_2.2.1) => (version not found) /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 bash-2.05# ssh -- - Ilan Schwarts From maciej at opencsw.org Mon Dec 18 15:10:52 2017 From: maciej at opencsw.org (Maciej =?utf-8?Q?Blizi=C5=84ski?=) Date: Mon, 18 Dec 2017 14:10:52 +0000 Subject: openssh on solaris 9 sparc In-Reply-To: References: Message-ID: <20171218141052.GA54849@blizinski-linux.roam.corp.google.com> Hi Ilan, On Mon, Dec 18, 2017 at 03:58:20PM +0200, Ilan Schwarts via users wrote: > Hi all, > I am trying to install OpenSSH on solaris 9 sparc from > https://www.opencsw.org/package/openssh/ > > After installation completes, when executing ssh i receive the following error: > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > (snip) > libresolv.so.2 (SUNW_2.2.1) => (version not found) This is probably happening because the libresolv version that is installed on the system doesn't contain the required version of symbols. This in turn is the case for systems that haven't been patched in a long time. We used to have a list of minimal Solaris versions for OpenCSW to work, but I can't find it now. For Solaris 10, the version is 10u8: https://www.opencsw.org/2014/12/minimum-libc-version-is-1-22-5/ I don't know what the version is for Solaris 9. Check your Solaris 9 version and patch it if you can.?If you manage to track down what version of Solaris 9 libresolv.so.2 (SUNW_2.2.1) comes with, please let me know and I will post that on the website. Thanks, Maciej From dam at opencsw.org Mon Dec 18 15:17:08 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 18 Dec 2017 15:17:08 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: References: Message-ID: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> Hi Ilan, you need at least Solaris 9 Update 9: http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html Best regards ? Dago > Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users : > > Hi all, > I am trying to install OpenSSH on solaris 9 sparc from > https://www.opencsw.org/package/openssh/ > > After installation completes, when executing ssh i receive the following error: > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > > SSH information: > bash-2.05# /opt/csw/bin/pkgutil -y -i openssh > Solving needed dependencies ... > Solving dependency order ... > 15 CURRENT packages: > CSWcas-initsmf-1.49,REV=2013.08.05 > CSWcas-migrateconf-1.49,REV=2013.08.05 > CSWcas-preserveconf-1.49,REV=2013.08.05 > CSWcas-usergroup-1.49,REV=2013.08.05 > CSWcommon-1.5,REV=2010.12.11 > CSWlibcom-err3-1.9.2,REV=2012.04.17 > CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 > CSWlibk5crypto3-1.9.2,REV=2012.04.17 > CSWlibkrb5-3-1.9.2,REV=2012.04.17 > CSWlibkrb5support0-1.9.2,REV=2012.04.17 > CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 > CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 > CSWlibz1-1.2.7,REV=2012.06.14 > CSWossh-6.0p1,REV=2012.05.17 > CSWosshclient-6.0p1,REV=2012.05.17 > > Nothing to do. > > bash-2.05# which ssh > /opt/csw/bin/ssh > bash-2.05# ldd /opt/csw/bin/ssh > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 > librt.so.1 => /usr/lib/librt.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmd5.so.1 => /usr/lib/libmd5.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 > libresolv.so.2 (SUNW_2.2.1) => (version not found) > /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 > /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 > bash-2.05# ssh > > > > -- > > > - > Ilan Schwarts -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ilan84 at gmail.com Mon Dec 18 15:31:27 2017 From: ilan84 at gmail.com (Ilan Schwarts) Date: Mon, 18 Dec 2017 16:31:27 +0200 Subject: openssh on solaris 9 sparc In-Reply-To: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> Message-ID: how do i know my solaris version ? bash-2.05# cat /etc/*release Solaris 9 9/05 HW s9s_u9wos_06b SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 25 September 2006 bash-2.05# uname -a SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: > Hi Ilan, > > you need at least Solaris 9 Update 9: > > http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html > > > Best regards > > ? Dago > > > Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users > : > > Hi all, > I am trying to install OpenSSH on solaris 9 sparc from > https://www.opencsw.org/package/openssh/ > > After installation completes, when executing ssh i receive the following > error: > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > > SSH information: > bash-2.05# /opt/csw/bin/pkgutil -y -i openssh > Solving needed dependencies ... > Solving dependency order ... > 15 CURRENT packages: > CSWcas-initsmf-1.49,REV=2013.08.05 > CSWcas-migrateconf-1.49,REV=2013.08.05 > CSWcas-preserveconf-1.49,REV=2013.08.05 > CSWcas-usergroup-1.49,REV=2013.08.05 > CSWcommon-1.5,REV=2010.12.11 > CSWlibcom-err3-1.9.2,REV=2012.04.17 > CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 > CSWlibk5crypto3-1.9.2,REV=2012.04.17 > CSWlibkrb5-3-1.9.2,REV=2012.04.17 > CSWlibkrb5support0-1.9.2,REV=2012.04.17 > CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 > CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 > CSWlibz1-1.2.7,REV=2012.06.14 > CSWossh-6.0p1,REV=2012.05.17 > CSWosshclient-6.0p1,REV=2012.05.17 > > Nothing to do. > > bash-2.05# which ssh > /opt/csw/bin/ssh > bash-2.05# ldd /opt/csw/bin/ssh > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 > librt.so.1 => /usr/lib/librt.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmd5.so.1 => /usr/lib/libmd5.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 > libresolv.so.2 (SUNW_2.2.1) => (version not found) > /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 > /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 > bash-2.05# ssh > > > > -- > > > - > Ilan Schwarts > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- - Ilan Schwarts From dam at opencsw.org Mon Dec 18 15:35:15 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 18 Dec 2017 15:35:15 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> Message-ID: <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Hi, Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : > how do i know my solaris version ? > bash-2.05# cat /etc/*release > Solaris 9 9/05 HW s9s_u9wos_06b SPARC s9s_u9 <- u9 is the release, so you have the correct one. > Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 25 September 2006 > bash-2.05# uname -a > SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, so there should be no such issue, you can try unstable9s% pvs -no /usr/lib/libresolv.so.2 /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); /usr/lib/libresolv.so.2 - SUNW_2.2.1; /usr/lib/libresolv.so.2 - SUNWprivate_2.2; and see about the SUNW_2.2.1 binding. Best regards ? Dago > > On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >> Hi Ilan, >> >> you need at least Solaris 9 Update 9: >> >> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >> >> >> Best regards >> >> ? Dago >> >> >> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >> : >> >> Hi all, >> I am trying to install OpenSSH on solaris 9 sparc from >> https://www.opencsw.org/package/openssh/ >> >> After installation completes, when executing ssh i receive the following >> error: >> bash-2.05# ssh >> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >> Killed >> >> SSH information: >> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >> Solving needed dependencies ... >> Solving dependency order ... >> 15 CURRENT packages: >> CSWcas-initsmf-1.49,REV=2013.08.05 >> CSWcas-migrateconf-1.49,REV=2013.08.05 >> CSWcas-preserveconf-1.49,REV=2013.08.05 >> CSWcas-usergroup-1.49,REV=2013.08.05 >> CSWcommon-1.5,REV=2010.12.11 >> CSWlibcom-err3-1.9.2,REV=2012.04.17 >> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >> CSWlibz1-1.2.7,REV=2012.06.14 >> CSWossh-6.0p1,REV=2012.05.17 >> CSWosshclient-6.0p1,REV=2012.05.17 >> >> Nothing to do. >> >> bash-2.05# which ssh >> /opt/csw/bin/ssh >> bash-2.05# ldd /opt/csw/bin/ssh >> libresolv.so.2 => /usr/lib/libresolv.so.2 >> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >> librt.so.1 => /usr/lib/librt.so.1 >> libdl.so.1 => /usr/lib/libdl.so.1 >> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >> libsocket.so.1 => /usr/lib/libsocket.so.1 >> libnsl.so.1 => /usr/lib/libnsl.so.1 >> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >> libc.so.1 => /usr/lib/libc.so.1 >> libaio.so.1 => /usr/lib/libaio.so.1 >> libmd5.so.1 => /usr/lib/libmd5.so.1 >> libmp.so.2 => /usr/lib/libmp.so.2 >> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >> libresolv.so.2 (SUNW_2.2.1) => (version not found) >> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >> bash-2.05# ssh >> >> >> >> -- >> >> >> - >> Ilan Schwarts >> >> >> -- >> "You don't become great by trying to be great, you become great by wanting >> to do something, >> and then doing it so hard that you become great in the process." - xkcd #896 >> > > > > -- > > > - > Ilan Schwarts -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From ilan84 at gmail.com Mon Dec 18 15:40:24 2017 From: ilan84 at gmail.com (Ilan Schwarts) Date: Mon, 18 Dec 2017 16:40:24 +0200 Subject: openssh on solaris 9 sparc In-Reply-To: <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Message-ID: bash-2.05# pvs -no /usr/lib/libresolv.so.2 /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); /usr/lib/libresolv.so.2 - SUNW_2.2; /usr/lib/libresolv.so.2 - SUNWprivate_2.2; bash-2.05# ssh ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory Killed bash-2.05# On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: > Hi, > > Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >> how do i know my solaris version ? >> bash-2.05# cat /etc/*release >> Solaris 9 9/05 HW s9s_u9wos_06b SPARC > > s9s_u9 <- u9 is the release, so you have the correct one. > >> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >> Use is subject to license terms. >> Assembled 25 September 2006 >> bash-2.05# uname -a >> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R > > Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, > so there should be no such issue, you can try > > unstable9s% pvs -no /usr/lib/libresolv.so.2 > /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); > /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); > /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - SUNW_2.2.1; > /usr/lib/libresolv.so.2 - SUNWprivate_2.2; > > and see about the SUNW_2.2.1 binding. > > > Best regards > > ? Dago > >> >> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>> Hi Ilan, >>> >>> you need at least Solaris 9 Update 9: >>> >>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>> >>> >>> Best regards >>> >>> ? Dago >>> >>> >>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>> : >>> >>> Hi all, >>> I am trying to install OpenSSH on solaris 9 sparc from >>> https://www.opencsw.org/package/openssh/ >>> >>> After installation completes, when executing ssh i receive the following >>> error: >>> bash-2.05# ssh >>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>> Killed >>> >>> SSH information: >>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>> Solving needed dependencies ... >>> Solving dependency order ... >>> 15 CURRENT packages: >>> CSWcas-initsmf-1.49,REV=2013.08.05 >>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>> CSWcas-usergroup-1.49,REV=2013.08.05 >>> CSWcommon-1.5,REV=2010.12.11 >>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>> CSWlibz1-1.2.7,REV=2012.06.14 >>> CSWossh-6.0p1,REV=2012.05.17 >>> CSWosshclient-6.0p1,REV=2012.05.17 >>> >>> Nothing to do. >>> >>> bash-2.05# which ssh >>> /opt/csw/bin/ssh >>> bash-2.05# ldd /opt/csw/bin/ssh >>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>> librt.so.1 => /usr/lib/librt.so.1 >>> libdl.so.1 => /usr/lib/libdl.so.1 >>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>> libc.so.1 => /usr/lib/libc.so.1 >>> libaio.so.1 => /usr/lib/libaio.so.1 >>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>> libmp.so.2 => /usr/lib/libmp.so.2 >>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>> bash-2.05# ssh >>> >>> >>> >>> -- >>> >>> >>> - >>> Ilan Schwarts >>> >>> >>> -- >>> "You don't become great by trying to be great, you become great by wanting >>> to do something, >>> and then doing it so hard that you become great in the process." - xkcd #896 >>> >> >> >> >> -- >> >> >> - >> Ilan Schwarts > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- - Ilan Schwarts From ilan84 at gmail.com Mon Dec 18 16:06:37 2017 From: ilan84 at gmail.com (Ilan Schwarts) Date: Mon, 18 Dec 2017 17:06:37 +0200 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Message-ID: I dont understand. I have update 9 according to the information i provided earlier, but still have SUNW_2.2, how can i get SUNW_2.2.1 ? Is there a fix ? On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: > bash-2.05# pvs -no /usr/lib/libresolv.so.2 > /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); > /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); > /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - SUNW_2.2; > /usr/lib/libresolv.so.2 - SUNWprivate_2.2; > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > bash-2.05# > > > > On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >> Hi, >> >> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>> how do i know my solaris version ? >>> bash-2.05# cat /etc/*release >>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >> >> s9s_u9 <- u9 is the release, so you have the correct one. >> >>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>> Use is subject to license terms. >>> Assembled 25 September 2006 >>> bash-2.05# uname -a >>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >> >> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >> so there should be no such issue, you can try >> >> unstable9s% pvs -no /usr/lib/libresolv.so.2 >> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >> >> and see about the SUNW_2.2.1 binding. >> >> >> Best regards >> >> ? Dago >> >>> >>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>> Hi Ilan, >>>> >>>> you need at least Solaris 9 Update 9: >>>> >>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>> >>>> >>>> Best regards >>>> >>>> ? Dago >>>> >>>> >>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>> : >>>> >>>> Hi all, >>>> I am trying to install OpenSSH on solaris 9 sparc from >>>> https://www.opencsw.org/package/openssh/ >>>> >>>> After installation completes, when executing ssh i receive the following >>>> error: >>>> bash-2.05# ssh >>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>> Killed >>>> >>>> SSH information: >>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>> Solving needed dependencies ... >>>> Solving dependency order ... >>>> 15 CURRENT packages: >>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>> CSWcommon-1.5,REV=2010.12.11 >>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>> CSWossh-6.0p1,REV=2012.05.17 >>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>> >>>> Nothing to do. >>>> >>>> bash-2.05# which ssh >>>> /opt/csw/bin/ssh >>>> bash-2.05# ldd /opt/csw/bin/ssh >>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>> librt.so.1 => /usr/lib/librt.so.1 >>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>> libc.so.1 => /usr/lib/libc.so.1 >>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>> bash-2.05# ssh >>>> >>>> >>>> >>>> -- >>>> >>>> >>>> - >>>> Ilan Schwarts >>>> >>>> >>>> -- >>>> "You don't become great by trying to be great, you become great by wanting >>>> to do something, >>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>> >>> >>> >>> >>> -- >>> >>> >>> - >>> Ilan Schwarts >> >> -- >> "You don't become great by trying to be great, you become great by wanting to do something, >> and then doing it so hard that you become great in the process." - xkcd #896 >> > > > > -- > > > - > Ilan Schwarts -- - Ilan Schwarts From yvoinov at gmail.com Mon Dec 18 16:09:26 2017 From: yvoinov at gmail.com (Yuri) Date: Mon, 18 Dec 2017 21:09:26 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Message-ID: <9f82066e-c050-164c-da27-e0010dcb1cb2@gmail.com> Yes. Just upgrade to Solaris 10. # pvs -no /usr/lib/libresolv.so.2 /usr/lib/libresolv.so.2 -?????? libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); /usr/lib/libresolv.so.2 -?????? libnsl.so.1 (SUNW_1.9.1, SUNWprivate_1.4); /usr/lib/libresolv.so.2 -?????? libc.so.1 (SUNW_1.22, SUNWprivate_1.1); /usr/lib/libresolv.so.2 -?????? SUNW_2.2.2; /usr/lib/libresolv.so.2 -?????? SUNWprivate_2.2; There is no updates for Solaris 9, this is desupported system. 18.12.2017 21:06, Ilan Schwarts via users ?????: > I dont understand. > I have update 9 according to the information i provided earlier, but > still have SUNW_2.2, how can i get SUNW_2.2.1 ? > Is there a fix ? > > > On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: >> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - SUNW_2.2; >> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >> bash-2.05# ssh >> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >> Killed >> bash-2.05# >> >> >> >> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >>> Hi, >>> >>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>>> how do i know my solaris version ? >>>> bash-2.05# cat /etc/*release >>>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>> s9s_u9 <- u9 is the release, so you have the correct one. >>> >>>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>>> Use is subject to license terms. >>>> Assembled 25 September 2006 >>>> bash-2.05# uname -a >>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >>> so there should be no such issue, you can try >>> >>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>> >>> and see about the SUNW_2.2.1 binding. >>> >>> >>> Best regards >>> >>> ? Dago >>> >>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>>> Hi Ilan, >>>>> >>>>> you need at least Solaris 9 Update 9: >>>>> >>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>> >>>>> >>>>> Best regards >>>>> >>>>> ? Dago >>>>> >>>>> >>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>> : >>>>> >>>>> Hi all, >>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>> https://www.opencsw.org/package/openssh/ >>>>> >>>>> After installation completes, when executing ssh i receive the following >>>>> error: >>>>> bash-2.05# ssh >>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>>> Killed >>>>> >>>>> SSH information: >>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>> Solving needed dependencies ... >>>>> Solving dependency order ... >>>>> 15 CURRENT packages: >>>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>>> CSWcommon-1.5,REV=2010.12.11 >>>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>>> CSWossh-6.0p1,REV=2012.05.17 >>>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>>> >>>>> Nothing to do. >>>>> >>>>> bash-2.05# which ssh >>>>> /opt/csw/bin/ssh >>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>> librt.so.1 => /usr/lib/librt.so.1 >>>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>>> libc.so.1 => /usr/lib/libc.so.1 >>>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>> bash-2.05# ssh >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>>> >>>>> >>>>> -- >>>>> "You don't become great by trying to be great, you become great by wanting >>>>> to do something, >>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>> >>>> >>>> >>>> -- >>>> >>>> >>>> - >>>> Ilan Schwarts >>> -- >>> "You don't become great by trying to be great, you become great by wanting to do something, >>> and then doing it so hard that you become great in the process." - xkcd #896 >>> >> >> >> -- >> >> >> - >> Ilan Schwarts > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From ilan84 at gmail.com Mon Dec 18 16:18:06 2017 From: ilan84 at gmail.com (Ilan Schwarts) Date: Mon, 18 Dec 2017 17:18:06 +0200 Subject: openssh on solaris 9 sparc In-Reply-To: <9f82066e-c050-164c-da27-e0010dcb1cb2@gmail.com> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <9f82066e-c050-164c-da27-e0010dcb1cb2@gmail.com> Message-ID: i cant upgrade. i need to support my existing solaris 9 On Mon, Dec 18, 2017 at 5:09 PM, Yuri via users wrote: > Yes. Just upgrade to Solaris 10. > > # pvs -no /usr/lib/libresolv.so.2 > /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.9.1, SUNWprivate_1.4); > /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.22, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - SUNW_2.2.2; > /usr/lib/libresolv.so.2 - SUNWprivate_2.2; > > There is no updates for Solaris 9, this is desupported system. > > > 18.12.2017 21:06, Ilan Schwarts via users ?????: >> I dont understand. >> I have update 9 according to the information i provided earlier, but >> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >> Is there a fix ? >> >> >> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: >>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - SUNW_2.2; >>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>> bash-2.05# ssh >>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>> Killed >>> bash-2.05# >>> >>> >>> >>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >>>> Hi, >>>> >>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>>>> how do i know my solaris version ? >>>>> bash-2.05# cat /etc/*release >>>>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>> >>>>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>>>> Use is subject to license terms. >>>>> Assembled 25 September 2006 >>>>> bash-2.05# uname -a >>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >>>> so there should be no such issue, you can try >>>> >>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >>>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>>> >>>> and see about the SUNW_2.2.1 binding. >>>> >>>> >>>> Best regards >>>> >>>> ? Dago >>>> >>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>>>> Hi Ilan, >>>>>> >>>>>> you need at least Solaris 9 Update 9: >>>>>> >>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>> >>>>>> >>>>>> Best regards >>>>>> >>>>>> ? Dago >>>>>> >>>>>> >>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>> : >>>>>> >>>>>> Hi all, >>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>> https://www.opencsw.org/package/openssh/ >>>>>> >>>>>> After installation completes, when executing ssh i receive the following >>>>>> error: >>>>>> bash-2.05# ssh >>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>>>> Killed >>>>>> >>>>>> SSH information: >>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>> Solving needed dependencies ... >>>>>> Solving dependency order ... >>>>>> 15 CURRENT packages: >>>>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>> CSWcommon-1.5,REV=2010.12.11 >>>>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>>>> CSWossh-6.0p1,REV=2012.05.17 >>>>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>>>> >>>>>> Nothing to do. >>>>>> >>>>>> bash-2.05# which ssh >>>>>> /opt/csw/bin/ssh >>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>> librt.so.1 => /usr/lib/librt.so.1 >>>>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>> libc.so.1 => /usr/lib/libc.so.1 >>>>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>> bash-2.05# ssh >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> >>>>>> - >>>>>> Ilan Schwarts >>>>>> >>>>>> >>>>>> -- >>>>>> "You don't become great by trying to be great, you become great by wanting >>>>>> to do something, >>>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>> -- >>>> "You don't become great by trying to be great, you become great by wanting to do something, >>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>> >>> >>> >>> -- >>> >>> >>> - >>> Ilan Schwarts >> >> > > -- - Ilan Schwarts From yvoinov at gmail.com Mon Dec 18 16:34:57 2017 From: yvoinov at gmail.com (Yuri) Date: Mon, 18 Dec 2017 21:34:57 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <9f82066e-c050-164c-da27-e0010dcb1cb2@gmail.com> Message-ID: <1f50e57d-5140-6842-2e63-86c2aa4b5a05@gmail.com> Forever? Desupported system? You can ask Oracle to support Sol 9, of course. But I guess price for this support will be giant. As an alternative, you can try to build OpenSSH from sources. Not sure it is possible on Solaris 9 right now. 18.12.2017 21:18, Ilan Schwarts ?????: > i cant upgrade. > i need to support my existing solaris 9 > > On Mon, Dec 18, 2017 at 5:09 PM, Yuri via users wrote: >> Yes. Just upgrade to Solaris 10. >> >> # pvs -no /usr/lib/libresolv.so.2 >> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.9.1, SUNWprivate_1.4); >> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.22, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - SUNW_2.2.2; >> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >> >> There is no updates for Solaris 9, this is desupported system. >> >> >> 18.12.2017 21:06, Ilan Schwarts via users ?????: >>> I dont understand. >>> I have update 9 according to the information i provided earlier, but >>> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >>> Is there a fix ? >>> >>> >>> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: >>>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - SUNW_2.2; >>>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>>> bash-2.05# ssh >>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>> Killed >>>> bash-2.05# >>>> >>>> >>>> >>>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >>>>> Hi, >>>>> >>>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>>>>> how do i know my solaris version ? >>>>>> bash-2.05# cat /etc/*release >>>>>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>>> >>>>>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>>>>> Use is subject to license terms. >>>>>> Assembled 25 September 2006 >>>>>> bash-2.05# uname -a >>>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >>>>> so there should be no such issue, you can try >>>>> >>>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>>>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>>>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >>>>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>>>> >>>>> and see about the SUNW_2.2.1 binding. >>>>> >>>>> >>>>> Best regards >>>>> >>>>> ? Dago >>>>> >>>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>>>>> Hi Ilan, >>>>>>> >>>>>>> you need at least Solaris 9 Update 9: >>>>>>> >>>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>>> >>>>>>> >>>>>>> Best regards >>>>>>> >>>>>>> ? Dago >>>>>>> >>>>>>> >>>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>>> : >>>>>>> >>>>>>> Hi all, >>>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>>> https://www.opencsw.org/package/openssh/ >>>>>>> >>>>>>> After installation completes, when executing ssh i receive the following >>>>>>> error: >>>>>>> bash-2.05# ssh >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>>>>> Killed >>>>>>> >>>>>>> SSH information: >>>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>>> Solving needed dependencies ... >>>>>>> Solving dependency order ... >>>>>>> 15 CURRENT packages: >>>>>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>>> CSWcommon-1.5,REV=2010.12.11 >>>>>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>>>>> CSWossh-6.0p1,REV=2012.05.17 >>>>>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>>>>> >>>>>>> Nothing to do. >>>>>>> >>>>>>> bash-2.05# which ssh >>>>>>> /opt/csw/bin/ssh >>>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>>>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>>> librt.so.1 => /usr/lib/librt.so.1 >>>>>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>>>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>>>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>>>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>>> libc.so.1 => /usr/lib/libc.so.1 >>>>>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>>>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>>>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>>>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>>> bash-2.05# ssh >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> >>>>>>> - >>>>>>> Ilan Schwarts >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> "You don't become great by trying to be great, you become great by wanting >>>>>>> to do something, >>>>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> >>>>>> - >>>>>> Ilan Schwarts >>>>> -- >>>>> "You don't become great by trying to be great, you become great by wanting to do something, >>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>> >>>> >>>> -- >>>> >>>> >>>> - >>>> Ilan Schwarts >>> >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From dam at opencsw.org Tue Dec 19 09:39:44 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 19 Dec 2017 09:39:44 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Message-ID: Hi Ilan, Am 18.12.2017 um 16:06 schrieb Ilan Schwarts : > I dont understand. > I have update 9 according to the information i provided earlier, but > still have SUNW_2.2, how can i get SUNW_2.2.1 ? > Is there a fix ? That is very good question. You are already on Solaris 9 Update 9. But our Solaris 9 build server on Sparc is not a physical box, but a branded zone. It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 into the branded zone, although it should not, but the binary promise from Sun was always only forward, so it is probably not a bug. A solution would be to rebuild OpenSSH with a mapfile limiting the linker contract to SUNW_2.2. I?ll take a quick look, but no promises. If you really need this I suggest you join the projekt and help maintaining it. Best regards ? Dago > > > On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: >> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >> /usr/lib/libresolv.so.2 - SUNW_2.2; >> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >> bash-2.05# ssh >> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >> Killed >> bash-2.05# >> >> >> >> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >>> Hi, >>> >>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>>> how do i know my solaris version ? >>>> bash-2.05# cat /etc/*release >>>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>> >>> s9s_u9 <- u9 is the release, so you have the correct one. >>> >>>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>>> Use is subject to license terms. >>>> Assembled 25 September 2006 >>>> bash-2.05# uname -a >>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>> >>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >>> so there should be no such issue, you can try >>> >>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>> >>> and see about the SUNW_2.2.1 binding. >>> >>> >>> Best regards >>> >>> ? Dago >>> >>>> >>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>>> Hi Ilan, >>>>> >>>>> you need at least Solaris 9 Update 9: >>>>> >>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>> >>>>> >>>>> Best regards >>>>> >>>>> ? Dago >>>>> >>>>> >>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>> : >>>>> >>>>> Hi all, >>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>> https://www.opencsw.org/package/openssh/ >>>>> >>>>> After installation completes, when executing ssh i receive the following >>>>> error: >>>>> bash-2.05# ssh >>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>>> Killed >>>>> >>>>> SSH information: >>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>> Solving needed dependencies ... >>>>> Solving dependency order ... >>>>> 15 CURRENT packages: >>>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>>> CSWcommon-1.5,REV=2010.12.11 >>>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>>> CSWossh-6.0p1,REV=2012.05.17 >>>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>>> >>>>> Nothing to do. >>>>> >>>>> bash-2.05# which ssh >>>>> /opt/csw/bin/ssh >>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>> librt.so.1 => /usr/lib/librt.so.1 >>>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>>> libc.so.1 => /usr/lib/libc.so.1 >>>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>> bash-2.05# ssh >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>>> >>>>> >>>>> -- >>>>> "You don't become great by trying to be great, you become great by wanting >>>>> to do something, >>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> >>>> - >>>> Ilan Schwarts >>> >>> -- >>> "You don't become great by trying to be great, you become great by wanting to do something, >>> and then doing it so hard that you become great in the process." - xkcd #896 >>> >> >> >> >> -- >> >> >> - >> Ilan Schwarts > > > > -- > > > - > Ilan Schwarts -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From dam at opencsw.org Tue Dec 19 15:16:53 2017 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 19 Dec 2017 15:16:53 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> Message-ID: <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> Hi, Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users : > Am 18.12.2017 um 16:06 schrieb Ilan Schwarts >: >> I dont understand. >> I have update 9 according to the information i provided earlier, but >> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >> Is there a fix ? > > That is very good question. You are already on Solaris 9 Update 9. But our > Solaris 9 build server on Sparc is not a physical box, but a branded zone. > It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 > into the branded zone, although it should not, but the binary promise > from Sun was always only forward, so it is probably not a bug. A solution > would be to rebuild OpenSSH with a mapfile limiting the linker contract > to SUNW_2.2. I?ll take a quick look, but no promises. If you really need > this I suggest you join the projekt and help maintaining it. It is complicated, once I activate the linker map to downgrade the library contract I get compile errors with the kerberos libraries. This needs debugging, if you want feel free to have a look, I?ll help with the packaging then. Best regards ? Dago > > > Best regards > > ? Dago > >> >> >> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: >>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>> /usr/lib/libresolv.so.2 - SUNW_2.2; >>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>> bash-2.05# ssh >>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>> Killed >>> bash-2.05# >>> >>> >>> >>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen wrote: >>>> Hi, >>>> >>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : >>>>> how do i know my solaris version ? >>>>> bash-2.05# cat /etc/*release >>>>> Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>> >>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>> >>>>> Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. >>>>> Use is subject to license terms. >>>>> Assembled 25 September 2006 >>>>> bash-2.05# uname -a >>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>> >>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for packaging also, >>>> so there should be no such issue, you can try >>>> >>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>> /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); >>>> /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); >>>> /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); >>>> /usr/lib/libresolv.so.2 - SUNW_2.2.1; >>>> /usr/lib/libresolv.so.2 - SUNWprivate_2.2; >>>> >>>> and see about the SUNW_2.2.1 binding. >>>> >>>> >>>> Best regards >>>> >>>> ? Dago >>>> >>>>> >>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen wrote: >>>>>> Hi Ilan, >>>>>> >>>>>> you need at least Solaris 9 Update 9: >>>>>> >>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>> >>>>>> >>>>>> Best regards >>>>>> >>>>>> ? Dago >>>>>> >>>>>> >>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>> : >>>>>> >>>>>> Hi all, >>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>> https://www.opencsw.org/package/openssh/ >>>>>> >>>>>> After installation completes, when executing ssh i receive the following >>>>>> error: >>>>>> bash-2.05# ssh >>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory >>>>>> Killed >>>>>> >>>>>> SSH information: >>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>> Solving needed dependencies ... >>>>>> Solving dependency order ... >>>>>> 15 CURRENT packages: >>>>>> CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>> CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>> CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>> CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>> CSWcommon-1.5,REV=2010.12.11 >>>>>> CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>> CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>> CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>> CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>> CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>> CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>> CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>> CSWlibz1-1.2.7,REV=2012.06.14 >>>>>> CSWossh-6.0p1,REV=2012.05.17 >>>>>> CSWosshclient-6.0p1,REV=2012.05.17 >>>>>> >>>>>> Nothing to do. >>>>>> >>>>>> bash-2.05# which ssh >>>>>> /opt/csw/bin/ssh >>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>> libresolv.so.2 => /usr/lib/libresolv.so.2 >>>>>> libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>> librt.so.1 => /usr/lib/librt.so.1 >>>>>> libdl.so.1 => /usr/lib/libdl.so.1 >>>>>> libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>> libsocket.so.1 => /usr/lib/libsocket.so.1 >>>>>> libnsl.so.1 => /usr/lib/libnsl.so.1 >>>>>> libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>> libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>> libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>> libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>> libc.so.1 => /usr/lib/libc.so.1 >>>>>> libaio.so.1 => /usr/lib/libaio.so.1 >>>>>> libmd5.so.1 => /usr/lib/libmd5.so.1 >>>>>> libmp.so.2 => /usr/lib/libmp.so.2 >>>>>> libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>> libresolv.so.2 (SUNW_2.2.1) => (version not found) >>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>> /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>> bash-2.05# ssh >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> >>>>>> - >>>>>> Ilan Schwarts >>>>>> >>>>>> >>>>>> -- >>>>>> "You don't become great by trying to be great, you become great by wanting >>>>>> to do something, >>>>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>> >>>> -- >>>> "You don't become great by trying to be great, you become great by wanting to do something, >>>> and then doing it so hard that you become great in the process." - xkcd #896 >>>> >>> >>> >>> >>> -- >>> >>> >>> - >>> Ilan Schwarts >> >> >> >> -- >> >> >> - >> Ilan Schwarts > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bourke.aubrey at gmail.com Tue Dec 19 19:31:06 2017 From: bourke.aubrey at gmail.com (Aubrey Bourke) Date: Tue, 19 Dec 2017 18:31:06 +0000 Subject: openssh on solaris 9 sparc In-Reply-To: <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> Message-ID: unsubscribe On Tue, Dec 19, 2017 at 2:16 PM, Dagobert Michelsen via users < users at lists.opencsw.org> wrote: > Hi, > > Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users < > users at lists.opencsw.org>: > > Am 18.12.2017 um 16:06 schrieb Ilan Schwarts : > > I dont understand. > I have update 9 according to the information i provided earlier, but > still have SUNW_2.2, how can i get SUNW_2.2.1 ? > Is there a fix ? > > > That is very good question. You are already on Solaris 9 Update 9. But our > Solaris 9 build server on Sparc is not a physical box, but a branded zone. > It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 > into the branded zone, although it should not, but the binary promise > from Sun was always only forward, so it is probably not a bug. A solution > would be to rebuild OpenSSH with a mapfile limiting the linker contract > to SUNW_2.2. I?ll take a quick look, but no promises. If you really need > this I suggest you join the projekt and help maintaining it. > > > It is complicated, once I activate the linker map to downgrade the library > contract I get compile > errors with the kerberos libraries. This needs debugging, if you want feel > free to have a look, > I?ll help with the packaging then. > > > Best regards > > ? Dago > > > > Best regards > > ? Dago > > > > On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts wrote: > > bash-2.05# pvs -no /usr/lib/libresolv.so.2 > /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); > /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); > /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - SUNW_2.2; > /usr/lib/libresolv.so.2 - SUNWprivate_2.2; > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > bash-2.05# > > > > On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen > wrote: > > Hi, > > Am 18.12.2017 um 15:31 schrieb Ilan Schwarts : > > how do i know my solaris version ? > bash-2.05# cat /etc/*release > Solaris 9 9/05 HW s9s_u9wos_06b SPARC > > > s9s_u9 <- u9 is the release, so you have the correct one. > > Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 25 September 2006 > bash-2.05# uname -a > SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R > > > Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for > packaging also, > so there should be no such issue, you can try > > unstable9s% pvs -no /usr/lib/libresolv.so.2 > /usr/lib/libresolv.so.2 - libsocket.so.1 (SUNW_1.4, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - libnsl.so.1 (SUNW_1.7, SUNWprivate_1.2); > /usr/lib/libresolv.so.2 - libdl.so.1 (SISCD_2.3); > /usr/lib/libresolv.so.2 - libc.so.1 (SUNW_1.19, SUNWprivate_1.1); > /usr/lib/libresolv.so.2 - SUNW_2.2.1; > /usr/lib/libresolv.so.2 - SUNWprivate_2.2; > > and see about the SUNW_2.2.1 binding. > > > Best regards > > ? Dago > > > On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen > wrote: > > Hi Ilan, > > you need at least Solaris 9 Update 9: > > http://lists.opencsw.org/pipermail/bug-notifications/ > 2013-April/011736.html > > > Best regards > > ? Dago > > > Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users > : > > Hi all, > I am trying to install OpenSSH on solaris 9 sparc from > https://www.opencsw.org/package/openssh/ > > After installation completes, when executing ssh i receive the following > error: > bash-2.05# ssh > ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found > (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) > ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or directory > Killed > > SSH information: > bash-2.05# /opt/csw/bin/pkgutil -y -i openssh > Solving needed dependencies ... > Solving dependency order ... > 15 CURRENT packages: > CSWcas-initsmf-1.49,REV=2013.08.05 > CSWcas-migrateconf-1.49,REV=2013.08.05 > CSWcas-preserveconf-1.49,REV=2013.08.05 > CSWcas-usergroup-1.49,REV=2013.08.05 > CSWcommon-1.5,REV=2010.12.11 > CSWlibcom-err3-1.9.2,REV=2012.04.17 > CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 > CSWlibk5crypto3-1.9.2,REV=2012.04.17 > CSWlibkrb5-3-1.9.2,REV=2012.04.17 > CSWlibkrb5support0-1.9.2,REV=2012.04.17 > CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 > CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 > CSWlibz1-1.2.7,REV=2012.06.14 > CSWossh-6.0p1,REV=2012.05.17 > CSWosshclient-6.0p1,REV=2012.05.17 > > Nothing to do. > > bash-2.05# which ssh > /opt/csw/bin/ssh > bash-2.05# ldd /opt/csw/bin/ssh > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0 > librt.so.1 => /usr/lib/librt.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1 > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libk5crypto.so.3 => /opt/csw/lib/sparcv8/libk5crypto.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmd5.so.1 => /usr/lib/libmd5.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libkrb5support.so.0 => /opt/csw/lib/sparcv8/libkrb5support.so.0 > libresolv.so.2 (SUNW_2.2.1) => (version not found) > /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 > /usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 > bash-2.05# ssh > > > > -- > > > - > Ilan Schwarts > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > > > > -- > > > - > Ilan Schwarts > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > > > > -- > > > - > Ilan Schwarts > > > > > -- > > > - > Ilan Schwarts > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From blastwave at overbearing.org Tue Dec 19 19:59:44 2017 From: blastwave at overbearing.org (blastwave at overbearing.org) Date: Tue, 19 Dec 2017 19:59:44 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> Message-ID: An HTML attachment was scrubbed... URL: From yvoinov at gmail.com Tue Dec 19 20:03:32 2017 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 Dec 2017 01:03:32 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> Message-ID: <46d95ed7-dd2c-8e92-bf9a-cb6ec3110d87@gmail.com> Heh, where you will take OS static libraries? It's not shipped with Solaris long-long time, in a distant-distant galaxy 20.12.2017 00:59, dave via users ?????: > Hi Guys, > > I have been lurking for about ten years now and just decided to pop up > with a suggestion. What if, just as a hypothetical, you could have a > static binary of openssh for new installs.? Kind of like a "bootstrap" > system for newly setup machines.? What do you say?? This could really > help out anybody using an older OS or older hardware. > > Yours, > -Dave W. > > > On 12/19/2017 15:16, Dagobert Michelsen via users wrote: >> Hi, >> >> Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users >> >: >>> Am 18.12.2017 um 16:06 schrieb Ilan Schwarts >> >: >>>> I dont understand. >>>> I have update 9 according to the information i provided earlier, but >>>> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >>>> Is there a fix ? >>> >>> That is very good question. You are already on Solaris 9 Update 9. >>> But our >>> Solaris 9 build server on Sparc is not a physical box, but a branded >>> zone. >>> It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 >>> into the branded zone, although it should not, but the binary promise >>> from Sun was always only forward, so it is probably not a bug. A >>> solution >>> would be to rebuild OpenSSH with a mapfile limiting the linker contract >>> to SUNW_2.2. I?ll take a quick look, but no promises. If you really need >>> this I suggest you join the projekt and help maintaining it. >> >> It is complicated, once I activate the linker map to downgrade the >> library contract I get compile >> errors with the kerberos libraries. This needs debugging, if you want >> feel free to have a look, >> I?ll help with the packaging then. >> >> >> Best regards >> >> ? ? Dago >> >>> >>> >>> Best regards >>> >>> ?? Dago >>> >>>> >>>> >>>> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts >>> > wrote: >>>>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>> SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>> SUNWprivate_1.2); >>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>> SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2; >>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>> bash-2.05# ssh >>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or >>>>> directory >>>>> Killed >>>>> bash-2.05# >>>>> >>>>> >>>>> >>>>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen >>>>> > wrote: >>>>>> Hi, >>>>>> >>>>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts >>>>> >: >>>>>>> how do i know my solaris version ? >>>>>>> bash-2.05# cat /etc/*release >>>>>>> ???????????????????Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>>>> >>>>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>>>> >>>>>>> ????????Copyright 2006 Sun Microsystems, Inc. ?All Rights Reserved. >>>>>>> ?????????????????????Use is subject to license terms. >>>>>>> ????????????????????????Assembled 25 September 2006 >>>>>>> bash-2.05# uname -a >>>>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>>>> >>>>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for >>>>>> packaging also, >>>>>> so there should be no such issue, you can try >>>>>> >>>>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>> SUNWprivate_1.1); >>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>> SUNWprivate_1.2); >>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>> SUNWprivate_1.1); >>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2.1; >>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>> >>>>>> and see about the SUNW_2.2.1 binding. >>>>>> >>>>>> >>>>>> Best regards >>>>>> >>>>>> ? Dago >>>>>> >>>>>>> >>>>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen >>>>>>> > wrote: >>>>>>>> Hi Ilan, >>>>>>>> >>>>>>>> you need at least Solaris 9 Update 9: >>>>>>>> >>>>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>>>> >>>>>>>> >>>>>>>> Best regards >>>>>>>> >>>>>>>> ? Dago >>>>>>>> >>>>>>>> >>>>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>>>> : >>>>>>>> >>>>>>>> Hi all, >>>>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>>>> https://www.opencsw.org/package/openssh/ >>>>>>>> >>>>>>>> After installation completes, when executing ssh i receive the >>>>>>>> following >>>>>>>> error: >>>>>>>> bash-2.05# ssh >>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file >>>>>>>> or directory >>>>>>>> Killed >>>>>>>> >>>>>>>> SSH information: >>>>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>>>> Solving needed dependencies ... >>>>>>>> Solving dependency order ... >>>>>>>> 15 CURRENT packages: >>>>>>>> ????CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>>>> ????CSWcommon-1.5,REV=2010.12.11 >>>>>>>> ????CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>>>> ????CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>>>> ????CSWlibz1-1.2.7,REV=2012.06.14 >>>>>>>> ????CSWossh-6.0p1,REV=2012.05.17 >>>>>>>> ????CSWosshclient-6.0p1,REV=2012.05.17 >>>>>>>> >>>>>>>> Nothing to do. >>>>>>>> >>>>>>>> bash-2.05# which ssh >>>>>>>> /opt/csw/bin/ssh >>>>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>>>> ????libresolv.so.2 => ???????/usr/lib/libresolv.so.2 >>>>>>>> ????libcrypto.so.1.0.0 => >>>>>>>> ???/opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>>>> ????librt.so.1 => ???/usr/lib/librt.so.1 >>>>>>>> ????libdl.so.1 => ???/usr/lib/libdl.so.1 >>>>>>>> ????libz.so.1 => ????/opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>>>> ????libsocket.so.1 => ???????/usr/lib/libsocket.so.1 >>>>>>>> ????libnsl.so.1 => ??/usr/lib/libnsl.so.1 >>>>>>>> ????libgssapi_krb5.so.2 => >>>>>>>> ??/opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>>>> ????libkrb5.so.3 => ?/opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>>>> ????libk5crypto.so.3 => ?????/opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>>>> ????libcom_err.so.3 => ??????/opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>>>> ????libc.so.1 => ????/usr/lib/libc.so.1 >>>>>>>> ????libaio.so.1 => ??/usr/lib/libaio.so.1 >>>>>>>> ????libmd5.so.1 => ??/usr/lib/libmd5.so.1 >>>>>>>> ????libmp.so.2 => ???/usr/lib/libmp.so.2 >>>>>>>> ????libkrb5support.so.0 => >>>>>>>> ??/opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>>>> ????libresolv.so.2 (SUNW_2.2.1) => ??(version not found) >>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>>>> bash-2.05# ssh >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> >>>>>>>> - >>>>>>>> Ilan Schwarts >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> "You don't become great by trying to be great, you become great >>>>>>>> by wanting >>>>>>>> to do something, >>>>>>>> and then doing it so hard that you become great in the >>>>>>>> process." - xkcd #896 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> >>>>>>> - >>>>>>> Ilan Schwarts >>>>>> >>>>>> -- >>>>>> "You don't become great by trying to be great, you become great >>>>>> by wanting to do something, >>>>>> and then doing it so hard that you become great in the process." >>>>>> - xkcd #896 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>> >>>> >>>> >>>> --? >>>> >>>> >>>> - >>>> Ilan Schwarts >>> >>> --? >>> "You don't become great by trying to be great, you become great by >>> wanting to do something, >>> and then doing it so hard that you become great in the process." - >>> xkcd #896 >> >> --? >> "You don't become great by trying to be great, you become great by >> wanting to do something, >> and then doing it so hard that you become great in the process." - >> xkcd #896 >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From yvoinov at gmail.com Tue Dec 19 20:09:00 2017 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 Dec 2017 01:09:00 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> Message-ID: <91cf9049-8202-dab5-5609-41f06fc40aa4@gmail.com> Let's look a bit closer: root @ khorne / # ldd /usr/local/sbin/sshd ??????? libpam.so.1 =>?? /lib/64/libpam.so.1 ??????? libdl.so.1 =>??? /lib/64/libdl.so.1 ??????? libresolv.so.2 =>??????? /lib/64/libresolv.so.2 ??????? libcrypto.so.1.0.0 =>??? /opt/csw/lib/64/libcrypto.so.1.0.0 ??????? librt.so.1 =>??? /lib/64/librt.so.1 ??????? libnsl.so.1 =>?? /lib/64/libnsl.so.1 ??????? libz.so.1 =>???? /usr/local/lib/libz.so.1 ??????? libz.so.1 (SUNW_1.1) =>? (version not found) ??????? libsocket.so.1 =>??????? /lib/64/libsocket.so.1 ??????? libssp.so.0 =>?? /opt/csw/lib/64/libssp.so.0 ??????? libc.so.1 =>???? /lib/64/libc.so.1 ??????? libcmd.so.1 =>?? /lib/64/libcmd.so.1 ??????? libaio.so.1 =>?? /lib/64/libaio.so.1 ??????? libmd.so.1 =>??? /lib/64/libmd.so.1 ??????? libmp.so.2 =>??? /lib/64/libmp.so.2 ??????? libscf.so.1 =>?? /lib/64/libscf.so.1 ??????? libgcc_s.so.1 =>???????? /opt/csw/lib/64/libgcc_s.so.1 ??????? libdoor.so.1 =>? /lib/64/libdoor.so.1 ??????? libuutil.so.1 =>???????? /lib/64/libuutil.so.1 ??????? libgen.so.1 =>?? /lib/64/libgen.so.1 ??????? libm.so.2 =>???? /lib/64/libm.so.2 As we're can see, sshd dependent from a lot of OS libraries. If they are not static (and Solaris now has _no_ shipped static libraries), you'll never can build static SSHD binary. AFAIK. 20.12.2017 00:59, dave via users ?????: > Hi Guys, > > I have been lurking for about ten years now and just decided to pop up > with a suggestion. What if, just as a hypothetical, you could have a > static binary of openssh for new installs.? Kind of like a "bootstrap" > system for newly setup machines.? What do you say?? This could really > help out anybody using an older OS or older hardware. > > Yours, > -Dave W. > > > On 12/19/2017 15:16, Dagobert Michelsen via users wrote: >> Hi, >> >> Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users >> >: >>> Am 18.12.2017 um 16:06 schrieb Ilan Schwarts >> >: >>>> I dont understand. >>>> I have update 9 according to the information i provided earlier, but >>>> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >>>> Is there a fix ? >>> >>> That is very good question. You are already on Solaris 9 Update 9. >>> But our >>> Solaris 9 build server on Sparc is not a physical box, but a branded >>> zone. >>> It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 >>> into the branded zone, although it should not, but the binary promise >>> from Sun was always only forward, so it is probably not a bug. A >>> solution >>> would be to rebuild OpenSSH with a mapfile limiting the linker contract >>> to SUNW_2.2. I?ll take a quick look, but no promises. If you really need >>> this I suggest you join the projekt and help maintaining it. >> >> It is complicated, once I activate the linker map to downgrade the >> library contract I get compile >> errors with the kerberos libraries. This needs debugging, if you want >> feel free to have a look, >> I?ll help with the packaging then. >> >> >> Best regards >> >> ? ? Dago >> >>> >>> >>> Best regards >>> >>> ?? Dago >>> >>>> >>>> >>>> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts >>> > wrote: >>>>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>> SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>> SUNWprivate_1.2); >>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>> SUNWprivate_1.1); >>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2; >>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>> bash-2.05# ssh >>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file or >>>>> directory >>>>> Killed >>>>> bash-2.05# >>>>> >>>>> >>>>> >>>>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen >>>>> > wrote: >>>>>> Hi, >>>>>> >>>>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts >>>>> >: >>>>>>> how do i know my solaris version ? >>>>>>> bash-2.05# cat /etc/*release >>>>>>> ???????????????????Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>>>> >>>>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>>>> >>>>>>> ????????Copyright 2006 Sun Microsystems, Inc. ?All Rights Reserved. >>>>>>> ?????????????????????Use is subject to license terms. >>>>>>> ????????????????????????Assembled 25 September 2006 >>>>>>> bash-2.05# uname -a >>>>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>>>> >>>>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using for >>>>>> packaging also, >>>>>> so there should be no such issue, you can try >>>>>> >>>>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>> SUNWprivate_1.1); >>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>> SUNWprivate_1.2); >>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>> SUNWprivate_1.1); >>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2.1; >>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>> >>>>>> and see about the SUNW_2.2.1 binding. >>>>>> >>>>>> >>>>>> Best regards >>>>>> >>>>>> ? Dago >>>>>> >>>>>>> >>>>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen >>>>>>> > wrote: >>>>>>>> Hi Ilan, >>>>>>>> >>>>>>>> you need at least Solaris 9 Update 9: >>>>>>>> >>>>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>>>> >>>>>>>> >>>>>>>> Best regards >>>>>>>> >>>>>>>> ? Dago >>>>>>>> >>>>>>>> >>>>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>>>> : >>>>>>>> >>>>>>>> Hi all, >>>>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>>>> https://www.opencsw.org/package/openssh/ >>>>>>>> >>>>>>>> After installation completes, when executing ssh i receive the >>>>>>>> following >>>>>>>> error: >>>>>>>> bash-2.05# ssh >>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file >>>>>>>> or directory >>>>>>>> Killed >>>>>>>> >>>>>>>> SSH information: >>>>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>>>> Solving needed dependencies ... >>>>>>>> Solving dependency order ... >>>>>>>> 15 CURRENT packages: >>>>>>>> ????CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>>>> ????CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>>>> ????CSWcommon-1.5,REV=2010.12.11 >>>>>>>> ????CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>>>> ????CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>>>> ????CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>>>> ????CSWlibz1-1.2.7,REV=2012.06.14 >>>>>>>> ????CSWossh-6.0p1,REV=2012.05.17 >>>>>>>> ????CSWosshclient-6.0p1,REV=2012.05.17 >>>>>>>> >>>>>>>> Nothing to do. >>>>>>>> >>>>>>>> bash-2.05# which ssh >>>>>>>> /opt/csw/bin/ssh >>>>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>>>> ????libresolv.so.2 => ???????/usr/lib/libresolv.so.2 >>>>>>>> ????libcrypto.so.1.0.0 => >>>>>>>> ???/opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>>>> ????librt.so.1 => ???/usr/lib/librt.so.1 >>>>>>>> ????libdl.so.1 => ???/usr/lib/libdl.so.1 >>>>>>>> ????libz.so.1 => ????/opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>>>> ????libsocket.so.1 => ???????/usr/lib/libsocket.so.1 >>>>>>>> ????libnsl.so.1 => ??/usr/lib/libnsl.so.1 >>>>>>>> ????libgssapi_krb5.so.2 => >>>>>>>> ??/opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>>>> ????libkrb5.so.3 => ?/opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>>>> ????libk5crypto.so.3 => ?????/opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>>>> ????libcom_err.so.3 => ??????/opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>>>> ????libc.so.1 => ????/usr/lib/libc.so.1 >>>>>>>> ????libaio.so.1 => ??/usr/lib/libaio.so.1 >>>>>>>> ????libmd5.so.1 => ??/usr/lib/libmd5.so.1 >>>>>>>> ????libmp.so.2 => ???/usr/lib/libmp.so.2 >>>>>>>> ????libkrb5support.so.0 => >>>>>>>> ??/opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>>>> ????libresolv.so.2 (SUNW_2.2.1) => ??(version not found) >>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>>>> bash-2.05# ssh >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> >>>>>>>> - >>>>>>>> Ilan Schwarts >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> "You don't become great by trying to be great, you become great >>>>>>>> by wanting >>>>>>>> to do something, >>>>>>>> and then doing it so hard that you become great in the >>>>>>>> process." - xkcd #896 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> >>>>>>> - >>>>>>> Ilan Schwarts >>>>>> >>>>>> -- >>>>>> "You don't become great by trying to be great, you become great >>>>>> by wanting to do something, >>>>>> and then doing it so hard that you become great in the process." >>>>>> - xkcd #896 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> >>>>> - >>>>> Ilan Schwarts >>>> >>>> >>>> >>>> --? >>>> >>>> >>>> - >>>> Ilan Schwarts >>> >>> --? >>> "You don't become great by trying to be great, you become great by >>> wanting to do something, >>> and then doing it so hard that you become great in the process." - >>> xkcd #896 >> >> --? >> "You don't become great by trying to be great, you become great by >> wanting to do something, >> and then doing it so hard that you become great in the process." - >> xkcd #896 >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From blastwave at overbearing.org Tue Dec 19 20:09:38 2017 From: blastwave at overbearing.org (blastwave at overbearing.org) Date: Tue, 19 Dec 2017 20:09:38 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: <46d95ed7-dd2c-8e92-bf9a-cb6ec3110d87@gmail.com> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> <46d95ed7-dd2c-8e92-bf9a-cb6ec3110d87@gmail.com> Message-ID: An HTML attachment was scrubbed... URL: From blastwave at overbearing.org Tue Dec 19 20:11:53 2017 From: blastwave at overbearing.org (blastwave at overbearing.org) Date: Tue, 19 Dec 2017 20:11:53 +0100 Subject: openssh on solaris 9 sparc In-Reply-To: <91cf9049-8202-dab5-5609-41f06fc40aa4@gmail.com> References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> <91cf9049-8202-dab5-5609-41f06fc40aa4@gmail.com> Message-ID: An HTML attachment was scrubbed... URL: From yvoinov at gmail.com Tue Dec 19 20:12:44 2017 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 Dec 2017 01:12:44 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> <46d95ed7-dd2c-8e92-bf9a-cb6ec3110d87@gmail.com> Message-ID: <72af4e8a-8d11-7ddc-652c-6e3a0b5de878@gmail.com> You sure? PS. BTW, where you got Solaris 2.6 in 2017? 20.12.2017 01:09, dave via users ?????: > One of the cool things about static binaries is that you don't need > any Solaris specific libraries to make it go.? For instance you can > put dropbear ssh on a pristine install of Solaris 2.6 and it works > like a charm. > > -DW > > > On 12/19/2017 20:03, Yuri via users wrote: >> >> Heh, where you will take OS static libraries? It's not shipped with >> Solaris long-long time, in a distant-distant galaxy >> >> >> 20.12.2017 00:59, dave via users ?????: >>> Hi Guys, >>> >>> I have been lurking for about ten years now and just decided to pop >>> up with a suggestion. What if, just as a hypothetical, you could >>> have a static binary of openssh for new installs.? Kind of like a >>> "bootstrap" system for newly setup machines.? What do you say?? This >>> could really help out anybody using an older OS or older hardware. >>> >>> Yours, >>> -Dave W. >>> >>> >>> On 12/19/2017 15:16, Dagobert Michelsen via users wrote: >>>> Hi, >>>> >>>> Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users >>>> >: >>>>> Am 18.12.2017 um 16:06 schrieb Ilan Schwarts >>>> >: >>>>>> I dont understand. >>>>>> I have update 9 according to the information i provided earlier, but >>>>>> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >>>>>> Is there a fix ? >>>>> >>>>> That is very good question. You are already on Solaris 9 Update 9. >>>>> But our >>>>> Solaris 9 build server on Sparc is not a physical box, but a >>>>> branded zone. >>>>> It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 >>>>> into the branded zone, although it should not, but the binary promise >>>>> from Sun was always only forward, so it is probably not a bug. A >>>>> solution >>>>> would be to rebuild OpenSSH with a mapfile limiting the linker >>>>> contract >>>>> to SUNW_2.2. I?ll take a quick look, but no promises. If you >>>>> really need >>>>> this I suggest you join the projekt and help maintaining it. >>>> >>>> It is complicated, once I activate the linker map to downgrade the >>>> library contract I get compile >>>> errors with the kerberos libraries. This needs debugging, if you >>>> want feel free to have a look, >>>> I?ll help with the packaging then. >>>> >>>> >>>> Best regards >>>> >>>> ? ? Dago >>>> >>>>> >>>>> >>>>> Best regards >>>>> >>>>> ?? Dago >>>>> >>>>>> >>>>>> >>>>>> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts >>>>> > wrote: >>>>>>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>>> SUNWprivate_1.1); >>>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>>> SUNWprivate_1.2); >>>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>>> SUNWprivate_1.1); >>>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2; >>>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>>> bash-2.05# ssh >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file >>>>>>> or directory >>>>>>> Killed >>>>>>> bash-2.05# >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen >>>>>>> > wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts >>>>>>> >: >>>>>>>>> how do i know my solaris version ? >>>>>>>>> bash-2.05# cat /etc/*release >>>>>>>>> ???????????????????Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>>>>>> >>>>>>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>>>>>> >>>>>>>>> ????????Copyright 2006 Sun Microsystems, Inc. ?All Rights >>>>>>>>> Reserved. >>>>>>>>> ?????????????????????Use is subject to license terms. >>>>>>>>> ????????????????????????Assembled 25 September 2006 >>>>>>>>> bash-2.05# uname -a >>>>>>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>>>>>> >>>>>>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using >>>>>>>> for packaging also, >>>>>>>> so there should be no such issue, you can try >>>>>>>> >>>>>>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>>>> SUNWprivate_1.1); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>>>> SUNWprivate_1.2); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>>>> SUNWprivate_1.1); >>>>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2.1; >>>>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>>>> >>>>>>>> and see about the SUNW_2.2.1 binding. >>>>>>>> >>>>>>>> >>>>>>>> Best regards >>>>>>>> >>>>>>>> ? Dago >>>>>>>> >>>>>>>>> >>>>>>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen >>>>>>>>> > wrote: >>>>>>>>>> Hi Ilan, >>>>>>>>>> >>>>>>>>>> you need at least Solaris 9 Update 9: >>>>>>>>>> >>>>>>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Best regards >>>>>>>>>> >>>>>>>>>> ? Dago >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>>>>>> : >>>>>>>>>> >>>>>>>>>> Hi all, >>>>>>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>>>>>> https://www.opencsw.org/package/openssh/ >>>>>>>>>> >>>>>>>>>> After installation completes, when executing ssh i receive >>>>>>>>>> the following >>>>>>>>>> error: >>>>>>>>>> bash-2.05# ssh >>>>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not >>>>>>>>>> found >>>>>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such >>>>>>>>>> file or directory >>>>>>>>>> Killed >>>>>>>>>> >>>>>>>>>> SSH information: >>>>>>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>>>>>> Solving needed dependencies ... >>>>>>>>>> Solving dependency order ... >>>>>>>>>> 15 CURRENT packages: >>>>>>>>>> ????CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcommon-1.5,REV=2010.12.11 >>>>>>>>>> ????CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>>>>>> ????CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>>>>>> ????CSWlibz1-1.2.7,REV=2012.06.14 >>>>>>>>>> ????CSWossh-6.0p1,REV=2012.05.17 >>>>>>>>>> ????CSWosshclient-6.0p1,REV=2012.05.17 >>>>>>>>>> >>>>>>>>>> Nothing to do. >>>>>>>>>> >>>>>>>>>> bash-2.05# which ssh >>>>>>>>>> /opt/csw/bin/ssh >>>>>>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>>>>>> ????libresolv.so.2 => ???????/usr/lib/libresolv.so.2 >>>>>>>>>> ????libcrypto.so.1.0.0 => >>>>>>>>>> ???/opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>>>>>> ????librt.so.1 => ???/usr/lib/librt.so.1 >>>>>>>>>> ????libdl.so.1 => ???/usr/lib/libdl.so.1 >>>>>>>>>> ????libz.so.1 => ????/opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>>>>>> ????libsocket.so.1 => ???????/usr/lib/libsocket.so.1 >>>>>>>>>> ????libnsl.so.1 => ??/usr/lib/libnsl.so.1 >>>>>>>>>> ????libgssapi_krb5.so.2 => >>>>>>>>>> ??/opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>>>>>> ????libkrb5.so.3 => ?/opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>>>>>> ????libk5crypto.so.3 => >>>>>>>>>> ?????/opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>>>>>> ????libcom_err.so.3 => ??????/opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>>>>>> ????libc.so.1 => ????/usr/lib/libc.so.1 >>>>>>>>>> ????libaio.so.1 => ??/usr/lib/libaio.so.1 >>>>>>>>>> ????libmd5.so.1 => ??/usr/lib/libmd5.so.1 >>>>>>>>>> ????libmp.so.2 => ???/usr/lib/libmp.so.2 >>>>>>>>>> ????libkrb5support.so.0 => >>>>>>>>>> ??/opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>>>>>> ????libresolv.so.2 (SUNW_2.2.1) => ??(version not found) >>>>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>>>>>> bash-2.05# ssh >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> - >>>>>>>>>> Ilan Schwarts >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> "You don't become great by trying to be great, you become >>>>>>>>>> great by wanting >>>>>>>>>> to do something, >>>>>>>>>> and then doing it so hard that you become great in the >>>>>>>>>> process." - xkcd #896 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> >>>>>>>>> - >>>>>>>>> Ilan Schwarts >>>>>>>> >>>>>>>> -- >>>>>>>> "You don't become great by trying to be great, you become great >>>>>>>> by wanting to do something, >>>>>>>> and then doing it so hard that you become great in the >>>>>>>> process." - xkcd #896 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> >>>>>>> - >>>>>>> Ilan Schwarts >>>>>> >>>>>> >>>>>> >>>>>> --? >>>>>> >>>>>> >>>>>> - >>>>>> Ilan Schwarts >>>>> >>>>> --? >>>>> "You don't become great by trying to be great, you become great by >>>>> wanting to do something, >>>>> and then doing it so hard that you become great in the process." - >>>>> xkcd #896 >>>> >>>> --? >>>> "You don't become great by trying to be great, you become great by >>>> wanting to do something, >>>> and then doing it so hard that you become great in the process." - >>>> xkcd #896 >>>> >>> >> > -- ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From yvoinov at gmail.com Tue Dec 19 20:13:48 2017 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 Dec 2017 01:13:48 +0600 Subject: openssh on solaris 9 sparc In-Reply-To: References: <3CC14202-04E6-4DEF-B7A8-6C90424ECB3B@opencsw.org> <1D03BAFF-4687-45E9-B9DE-279F2F1EB8C3@opencsw.org> <64152875-061C-4C00-B48D-4BBFE14D423A@opencsw.org> <91cf9049-8202-dab5-5609-41f06fc40aa4@gmail.com> Message-ID: <028e2e6d-b4eb-159e-1517-4ae97998d933@gmail.com> Rather like stupidity. Why is this necessary? 20.12.2017 01:11, dave via users ?????: > That sounds like a challenge ;-) > > -DW > > > On 12/19/2017 20:09, Yuri via users wrote: >> >> Let's look a bit closer: >> >> root @ khorne / # ldd /usr/local/sbin/sshd >> ??????? libpam.so.1 =>?? /lib/64/libpam.so.1 >> ??????? libdl.so.1 =>??? /lib/64/libdl.so.1 >> ??????? libresolv.so.2 =>??????? /lib/64/libresolv.so.2 >> ??????? libcrypto.so.1.0.0 =>??? /opt/csw/lib/64/libcrypto.so.1.0.0 >> ??????? librt.so.1 =>??? /lib/64/librt.so.1 >> ??????? libnsl.so.1 =>?? /lib/64/libnsl.so.1 >> ??????? libz.so.1 =>???? /usr/local/lib/libz.so.1 >> ??????? libz.so.1 (SUNW_1.1) =>? (version not found) >> ??????? libsocket.so.1 =>??????? /lib/64/libsocket.so.1 >> ??????? libssp.so.0 =>?? /opt/csw/lib/64/libssp.so.0 >> ??????? libc.so.1 =>???? /lib/64/libc.so.1 >> ??????? libcmd.so.1 =>?? /lib/64/libcmd.so.1 >> ??????? libaio.so.1 =>?? /lib/64/libaio.so.1 >> ??????? libmd.so.1 =>??? /lib/64/libmd.so.1 >> ??????? libmp.so.2 =>??? /lib/64/libmp.so.2 >> ??????? libscf.so.1 =>?? /lib/64/libscf.so.1 >> ??????? libgcc_s.so.1 =>???????? /opt/csw/lib/64/libgcc_s.so.1 >> ??????? libdoor.so.1 =>? /lib/64/libdoor.so.1 >> ??????? libuutil.so.1 =>???????? /lib/64/libuutil.so.1 >> ??????? libgen.so.1 =>?? /lib/64/libgen.so.1 >> ??????? libm.so.2 =>???? /lib/64/libm.so.2 >> >> As we're can see, sshd dependent from a lot of OS libraries. If they >> are not static (and Solaris now has _no_ shipped static libraries), >> you'll never can build static SSHD binary. AFAIK. >> >> >> 20.12.2017 00:59, dave via users ?????: >>> Hi Guys, >>> >>> I have been lurking for about ten years now and just decided to pop >>> up with a suggestion. What if, just as a hypothetical, you could >>> have a static binary of openssh for new installs.? Kind of like a >>> "bootstrap" system for newly setup machines.? What do you say?? This >>> could really help out anybody using an older OS or older hardware. >>> >>> Yours, >>> -Dave W. >>> >>> >>> On 12/19/2017 15:16, Dagobert Michelsen via users wrote: >>>> Hi, >>>> >>>> Am 19.12.2017 um 09:39 schrieb Dagobert Michelsen via users >>>> >: >>>>> Am 18.12.2017 um 16:06 schrieb Ilan Schwarts >>>> >: >>>>>> I dont understand. >>>>>> I have update 9 according to the information i provided earlier, but >>>>>> still have SUNW_2.2, how can i get SUNW_2.2.1 ? >>>>>> Is there a fix ? >>>>> >>>>> That is very good question. You are already on Solaris 9 Update 9. >>>>> But our >>>>> Solaris 9 build server on Sparc is not a physical box, but a >>>>> branded zone. >>>>> It looks like the SUNW_2.2.1 is leaking from the enclosing Solaris 10 >>>>> into the branded zone, although it should not, but the binary promise >>>>> from Sun was always only forward, so it is probably not a bug. A >>>>> solution >>>>> would be to rebuild OpenSSH with a mapfile limiting the linker >>>>> contract >>>>> to SUNW_2.2. I?ll take a quick look, but no promises. If you >>>>> really need >>>>> this I suggest you join the projekt and help maintaining it. >>>> >>>> It is complicated, once I activate the linker map to downgrade the >>>> library contract I get compile >>>> errors with the kerberos libraries. This needs debugging, if you >>>> want feel free to have a look, >>>> I?ll help with the packaging then. >>>> >>>> >>>> Best regards >>>> >>>> ? ? Dago >>>> >>>>> >>>>> >>>>> Best regards >>>>> >>>>> ?? Dago >>>>> >>>>>> >>>>>> >>>>>> On Mon, Dec 18, 2017 at 4:40 PM, Ilan Schwarts >>>>> > wrote: >>>>>>> bash-2.05# pvs -no /usr/lib/libresolv.so.2 >>>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>>> SUNWprivate_1.1); >>>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>>> SUNWprivate_1.2); >>>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>>> SUNWprivate_1.1); >>>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2; >>>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>>> bash-2.05# ssh >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found >>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such file >>>>>>> or directory >>>>>>> Killed >>>>>>> bash-2.05# >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Dec 18, 2017 at 4:35 PM, Dagobert Michelsen >>>>>>> > wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> Am 18.12.2017 um 15:31 schrieb Ilan Schwarts >>>>>>> >: >>>>>>>>> how do i know my solaris version ? >>>>>>>>> bash-2.05# cat /etc/*release >>>>>>>>> ???????????????????Solaris 9 9/05 HW s9s_u9wos_06b SPARC >>>>>>>> >>>>>>>> s9s_u9 <- u9 is the release, so you have the correct one. >>>>>>>> >>>>>>>>> ????????Copyright 2006 Sun Microsystems, Inc. ?All Rights >>>>>>>>> Reserved. >>>>>>>>> ?????????????????????Use is subject to license terms. >>>>>>>>> ????????????????????????Assembled 25 September 2006 >>>>>>>>> bash-2.05# uname -a >>>>>>>>> SunOS Ela 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-280R >>>>>>>> >>>>>>>> Sorry, I?m at a loss here - Solaris 9u9 is the one I am using >>>>>>>> for packaging also, >>>>>>>> so there should be no such issue, you can try >>>>>>>> >>>>>>>> unstable9s% pvs -no /usr/lib/libresolv.so.2 >>>>>>>> /usr/lib/libresolv.so.2 - ??????libsocket.so.1 (SUNW_1.4, >>>>>>>> SUNWprivate_1.1); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libnsl.so.1 (SUNW_1.7, >>>>>>>> SUNWprivate_1.2); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libdl.so.1 (SISCD_2.3); >>>>>>>> /usr/lib/libresolv.so.2 - ??????libc.so.1 (SUNW_1.19, >>>>>>>> SUNWprivate_1.1); >>>>>>>> /usr/lib/libresolv.so.2 - ??????SUNW_2.2.1; >>>>>>>> /usr/lib/libresolv.so.2 - ??????SUNWprivate_2.2; >>>>>>>> >>>>>>>> and see about the SUNW_2.2.1 binding. >>>>>>>> >>>>>>>> >>>>>>>> Best regards >>>>>>>> >>>>>>>> ? Dago >>>>>>>> >>>>>>>>> >>>>>>>>> On Mon, Dec 18, 2017 at 4:17 PM, Dagobert Michelsen >>>>>>>>> > wrote: >>>>>>>>>> Hi Ilan, >>>>>>>>>> >>>>>>>>>> you need at least Solaris 9 Update 9: >>>>>>>>>> >>>>>>>>>> http://lists.opencsw.org/pipermail/bug-notifications/2013-April/011736.html >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Best regards >>>>>>>>>> >>>>>>>>>> ? Dago >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Am 18.12.2017 um 14:58 schrieb Ilan Schwarts via users >>>>>>>>>> : >>>>>>>>>> >>>>>>>>>> Hi all, >>>>>>>>>> I am trying to install OpenSSH on solaris 9 sparc from >>>>>>>>>> https://www.opencsw.org/package/openssh/ >>>>>>>>>> >>>>>>>>>> After installation completes, when executing ssh i receive >>>>>>>>>> the following >>>>>>>>>> error: >>>>>>>>>> bash-2.05# ssh >>>>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not >>>>>>>>>> found >>>>>>>>>> (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) >>>>>>>>>> ld.so.1: ssh: fatal: libresolv.so.2: open failed: No such >>>>>>>>>> file or directory >>>>>>>>>> Killed >>>>>>>>>> >>>>>>>>>> SSH information: >>>>>>>>>> bash-2.05# /opt/csw/bin/pkgutil -y -i openssh >>>>>>>>>> Solving needed dependencies ... >>>>>>>>>> Solving dependency order ... >>>>>>>>>> 15 CURRENT packages: >>>>>>>>>> ????CSWcas-initsmf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-migrateconf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-preserveconf-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcas-usergroup-1.49,REV=2013.08.05 >>>>>>>>>> ????CSWcommon-1.5,REV=2010.12.11 >>>>>>>>>> ????CSWlibcom-err3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibgssapi-krb5-2-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibk5crypto3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibkrb5-3-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibkrb5support0-1.9.2,REV=2012.04.17 >>>>>>>>>> ????CSWlibssl1-0-0-1.0.2l,REV=2017.06.01 >>>>>>>>>> ????CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 >>>>>>>>>> ????CSWlibz1-1.2.7,REV=2012.06.14 >>>>>>>>>> ????CSWossh-6.0p1,REV=2012.05.17 >>>>>>>>>> ????CSWosshclient-6.0p1,REV=2012.05.17 >>>>>>>>>> >>>>>>>>>> Nothing to do. >>>>>>>>>> >>>>>>>>>> bash-2.05# which ssh >>>>>>>>>> /opt/csw/bin/ssh >>>>>>>>>> bash-2.05# ldd /opt/csw/bin/ssh >>>>>>>>>> ????libresolv.so.2 => ???????/usr/lib/libresolv.so.2 >>>>>>>>>> ????libcrypto.so.1.0.0 => >>>>>>>>>> ???/opt/csw/lib/sparcv8/libcrypto.so.1.0.0 >>>>>>>>>> ????librt.so.1 => ???/usr/lib/librt.so.1 >>>>>>>>>> ????libdl.so.1 => ???/usr/lib/libdl.so.1 >>>>>>>>>> ????libz.so.1 => ????/opt/csw/lib/sparcv8plus+vis/libz.so.1 >>>>>>>>>> ????libsocket.so.1 => ???????/usr/lib/libsocket.so.1 >>>>>>>>>> ????libnsl.so.1 => ??/usr/lib/libnsl.so.1 >>>>>>>>>> ????libgssapi_krb5.so.2 => >>>>>>>>>> ??/opt/csw/lib/sparcv8/libgssapi_krb5.so.2 >>>>>>>>>> ????libkrb5.so.3 => ?/opt/csw/lib/sparcv8/libkrb5.so.3 >>>>>>>>>> ????libk5crypto.so.3 => >>>>>>>>>> ?????/opt/csw/lib/sparcv8/libk5crypto.so.3 >>>>>>>>>> ????libcom_err.so.3 => ??????/opt/csw/lib/sparcv8/libcom_err.so.3 >>>>>>>>>> ????libc.so.1 => ????/usr/lib/libc.so.1 >>>>>>>>>> ????libaio.so.1 => ??/usr/lib/libaio.so.1 >>>>>>>>>> ????libmd5.so.1 => ??/usr/lib/libmd5.so.1 >>>>>>>>>> ????libmp.so.2 => ???/usr/lib/libmp.so.2 >>>>>>>>>> ????libkrb5support.so.0 => >>>>>>>>>> ??/opt/csw/lib/sparcv8/libkrb5support.so.0 >>>>>>>>>> ????libresolv.so.2 (SUNW_2.2.1) => ??(version not found) >>>>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 >>>>>>>>>> ????/usr/platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1 >>>>>>>>>> bash-2.05# ssh >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> - >>>>>>>>>> Ilan Schwarts >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> "You don't become great by trying to be great, you become >>>>>>>>>> great by wanting >>>>>>>>>> to do something, >>>>>>>>>> and then doing it so hard that you become great in the >>>>>>>>>> process." - xkcd #896 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> >>>>>>>>> - >>>>>>>>> Ilan Schwarts >>>>>>>> >>>>>>>> -- >>>>>>>> "You don't become great by trying to be great, you become great >>>>>>>> by wanting to do something, >>>>>>>> and then doing it so hard that you become great in the >>>>>>>> process." - xkcd #896 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> >>>>>>> - >>>>>>> Ilan Schwarts >>>>>> >>>>>> >>>>>> >>>>>> --? >>>>>> >>>>>> >>>>>> - >>>>>> Ilan Schwarts >>>>> >>>>> --? >>>>> "You don't become great by trying to be great, you become great by >>>>> wanting to do something, >>>>> and then doing it so hard that you become great in the process." - >>>>> xkcd #896 >>>> >>>> --? >>>> "You don't become great by trying to be great, you become great by >>>> wanting to do something, >>>> and then doing it so hard that you become great in the process." - >>>> xkcd #896 >>>> >>> >> > -- ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: