From owner-freebsd-questions@freebsd.org Thu Apr 26 18:26:39 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00961FB4DB0 for ; Thu, 26 Apr 2018 18:26:39 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD6088B4E for ; Thu, 26 Apr 2018 18:26:38 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by mail-wr0-x235.google.com with SMTP id h3-v6so57746705wrh.5 for ; Thu, 26 Apr 2018 11:26:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NNDE4s0HR7dSdCsRuH7bzLh4TvOYL6ki7vnV379z/6E=; b=W/L3HIq0QjJOCx2L0st746V9fU3Coz5/HCQ4HRg8866tvqB3v0GVqvqwFPFRn+5EkF fnmxv52xJemS3uMU2/sBimq1FN0lFzzEmRyTGKvRMLyucOG7QgYEfyae61n1M45hrumi E4BTynPZ7S4izapS9i2a8yo0tyBiO01FgM020t/bro95qqJQsnXNO81Em5qQH3U4LGxZ pQu7xiYtuKd9oQG96sXJcaj66E9hfEOrsOMIpDWpzWgQw1iR2Dz+Rx+k4YOvUEC2Pyfg 7HTY3Ui6ru8QiINBRH9eO8ym7qbCGif9z8UhOgs7NOnBWiNofx5MgUUlyKUqQ+09rMrO 6jQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NNDE4s0HR7dSdCsRuH7bzLh4TvOYL6ki7vnV379z/6E=; b=JTzpiZQhTZV27ewkZb/I6p1WpOqWXLSJdq6xStT96VY529MbLZIctM7LA2gXthKfRi Gl3eq+rcjJNHSJRw0rDtuAOFQwO/c1JFu+xar6n51KPM7rBV7owui0m7ZoEFhvG3Te8y dC4kynlPAyQ/qRPliGs+MRoSR5y9tPTps92Ih3R4drpsYnvoz0UnRAta8opUHK04GwgW IpTiEs8kSTIzSff0zpoIBzBxyzMMT7wSQfA3Od3bzuhy5VFDa/+l2flsqEm7kFt8PhnT WOI3i8PPhKpm6Du4FLVff4ypN+olbaigX4HlELtK2tYMUOzYPTILc35CDJ2NYQ0Rcg+B u0Ww== X-Gm-Message-State: ALQs6tD+uLen/15XG6qyNOGJGmIxV4Hb0n+cqU/C7xzFmnBS7SAeZ+ZL 5EjjJU5vXTGk/7VhyaadLQJSyYwFt2+n/E9CxU3rozZp X-Google-Smtp-Source: AB8JxZpPS7hGZAaAhSqm/v5DBMIyfgXNGntEmtgHFmgknvbzvs7r/hsjdYaeQ3aXiSIP4Jnqh0d8hDnmFAO9s5Kf8Yc= X-Received: by 2002:adf:b356:: with SMTP id k22-v6mr4645156wrd.207.1524767196902; Thu, 26 Apr 2018 11:26:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.199.71 with HTTP; Thu, 26 Apr 2018 11:25:56 -0700 (PDT) In-Reply-To: <201804262005207.SM07524@DESKTOP-N8II48N.Go2France.com> References: <201804261643747.SM06312@DESKTOP-N8II48N.Go2France.com> <201804261707450.SM06312@DESKTOP-N8II48N.Go2France.com> <201804262005207.SM07524@DESKTOP-N8II48N.Go2France.com> From: Outback Dingo Date: Thu, 26 Apr 2018 20:25:56 +0200 Message-ID: Subject: Re: 11.1 To: Len Conrad Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2018 18:26:39 -0000 On Thu, Apr 26, 2018 at 8:05 PM, Len Conrad wrote: > At 10:07 AM 4/26/2018, you wrote: >>At 09:55 AM 4/26/2018, you wrote: >>>unless you have to run the 64 bit version >> >>that must be it >> >>thanks > > ok, we ran up the 11.1 AMD vmdk and still get the same error, for pkg upgrade and starting sshd > > > pkg upgrade > > /lib/libcrypto.so.8: Unsupported relocation type 21364768 in non-PLT relocations did you delete the old disk image ? did you re-create the VM ? > > Len > > ====================== > > > > > > >>>On 26 April 2018 at 15:43, Len Conrad <LConrad@go2france.com> wrote: >>>installed this vmdk: >>> >>>https://download.freebsd.org/ftp/releases/VM-IMAGES/11.1-RELEASE/i386/Latest/FreeBSD-11.1-RELEASE-i386.vmdk.xz >>> >>>to vmware 6.5 >>> >>>can't start sshd >>> >>>can run pkg upgrade >>> >>>both give this error: >>> >>>/lib/libcrypto.so.8: Unsupported relocation type 5067544 in non-PLD relocations >>> >>>Thanks >>>Len >>> >>> >>> >>>_______________________________________________ >>>freebsd-questions@freebsd.org mailing list >>>https://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >>> >> >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>https://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"