From owner-freebsd-questions@freebsd.org Mon Jun 19 21:31:25 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2013DA51F5 for ; Mon, 19 Jun 2017 21:31:25 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 69BA81EE for ; Mon, 19 Jun 2017 21:31:25 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id b6so62083763oia.1 for ; Mon, 19 Jun 2017 14:31:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=PfOs4bXShaZsF3CRSfghoaxiU2x13seAYOGwQw0tCvY=; b=QIKHs2JVpFTUTSApOH/234IGxpVwGTaIvSguI+eOPcNrEuwXC/+T2IK+2by4JlWkHE 28kvZ615g/SkKEGhKVav0pOTUyx4qj4eUyTiRgoFnKG/qCYUNGohAYvlEs2rhNxbqKZA Fio9Zy4bZ84FD289pW1WGjwFaJboOylxT4WdHZWHOgjWjvMDzqlRlpqJvLBOUVoIWNaj 2t/DCiIAkukLxJoxxMzlXDdouC0PTmjOPL38z5Zkc2WcNcIJfXny8oFQViZYFXxCdrHV XGPiIi6t7LxzE0c1Bkiyaw1BWtE3RwaDcerntfrIrm6wTEJicGfxIbSgO3v7LBZNmY2C NhoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PfOs4bXShaZsF3CRSfghoaxiU2x13seAYOGwQw0tCvY=; b=ffWG41AWzFm2cRioNFu6tdbxi84Zx8zIDubuuVwK3MapisNhqe/aE92qXBLxCHpMPP k8KKqjfyFQr1EeFfa4XEafXjB/36PHNO3/zG8E38PdSwnLc3eGxr9EEM2S5NwUUmmsCf JuYNwjRAoYKE7ICE8IbNCXgQ2qc/0o8xs5NHEeonfScAnURpmyAIhxzg/9SwugKtS4pS n1cTsho+yZf3FziZTrsgeCTul499QFENbWUzA9pSa1am15g0lxHjiXrMCso5F0iH8Lfd Xl5IhKo4B/Nnp1pmI6zMpyBYJj5I3AwVhapY6bQFIX6VuL39VViRAUjqY0rlZ6JDpUW3 SbTA== X-Gm-Message-State: AKS2vOzY7IzMzJEkH/5fvGrezNxSp6kDb9/6hfF15KLSO1RY3LDLhD1r Hr2MVfgbBt8qEMjRRaoZlojFReqQJg== X-Received: by 10.202.170.195 with SMTP id t186mr14604506oie.30.1497907884507; Mon, 19 Jun 2017 14:31:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.17.210 with HTTP; Mon, 19 Jun 2017 14:31:24 -0700 (PDT) From: David Mehler Date: Mon, 19 Jun 2017 17:31:24 -0400 Message-ID: Subject: Shared object libcrypto.so.9 not found To: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 21:31:25 -0000 Hello, I'm running a FreeBSD 10.3 system. This morning I logged in to my non-root account intending to do updates. I did a sudo like I normally do and got this message: Shared object "libcrypto.so.9" not found, required by "libkrb5.so.26" I then tried a su - and got nothing just a prompt back. Is there another way to get to root and troubleshoot this? Any ideas appreciated? Thanks. Dave.