From owner-freebsd-questions@freebsd.org Tue Jul 3 21:27:14 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 11EE21029603 for ; Tue, 3 Jul 2018 21:27:14 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 76E57716F5 for ; Tue, 3 Jul 2018 21:27:13 +0000 (UTC) (envelope-from robbelics@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id h7-v6so2718203lfc.11 for ; Tue, 03 Jul 2018 14:27:13 -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=C9xBGGq/Qq1R8xfWLk+gqhiO5aKC7p2pJa1vh8RG+UE=; b=Sq7RVbwlk6g2E8rBKd3aM9BuLO96YoXu5CWxcTWtnISRv1ZyOATr33WnPHEN//Q8ot K8xCZ0eM9d0fMhXRY3dtagB7TgO0vpsmj65LkfFFC/Zcv+Vb6MCqews1gva5JIYErOlW wZWLSD7e+DdY99JK/WTv+Fzg4kpBC6SGa08q6lc3n6JGMHo1PHVP4JjoIvwuMsj4Trs3 JrmJZ4V2012+KRwS2HfQccIWDSgEGzudhwM1l5OXuaj2MnJQ+sEsrVLY7P6X4yY7h93c hsfKgNdObKN46lyyAJ5gW80h3gGxa2JmDBRk6FjAroT3WW/Cx75pyRKhpksOtGOwmXmE Ddpw== 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=C9xBGGq/Qq1R8xfWLk+gqhiO5aKC7p2pJa1vh8RG+UE=; b=QvTBoUEF20lFY3KuZleb9Auy6dUgaTLBikIZd6/OlvH7F3ypDzFMzOk+AWNKL2Xt/h 2kYLVUEvblimINFJqSK1VtGa9rxijcNvv8VT9Dr1omSShqNOqGtsmZthfm+6BSox+lxU 8ctQAtsHtKA59ikECA3NTJSA+XN/QqDOtZyOZKrS5nTAowH8PJKDqH3+qm4Luxf921j5 oofsTVTbJDJTszjSa4e9SywH9w2D81VL416ThgaMZiogYCfhdOSL3x7ol3dc1kwGfvkr 2jkKEaohWFGjXWR8A9uaSD7Z/hrUq0xYg1mK1TWZ93Kpld47verYV6qAB250G2DfLJru un2Q== X-Gm-Message-State: APt69E0xkTA/avfuGTd/3zDQM1pBbVxGi8F/MmhavI+gmBtw8MhnnUSc 7Px2pr1EsPNFAP0ggVe2iVDcw2dm/X95VWeG1+FFbVg= X-Google-Smtp-Source: AAOMgpdW9wsyL3b4YZ749SHvNbYUIrlP7SeNGrIayEHwoMAYttwAFibx2GCRTrnFFPx3gd01y3MqrYQ81U2KfMVGaR4= X-Received: by 2002:a19:1510:: with SMTP id l16-v6mr21464933lfi.88.1530653231755; Tue, 03 Jul 2018 14:27:11 -0700 (PDT) MIME-Version: 1.0 From: Rob Belics Date: Tue, 3 Jul 2018 16:27:00 -0500 Message-ID: Subject: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 21:27:14 -0000 I see this is a common error, and even mentioned on the GNU site, but I'm not sure how to fix it. I am trying to start openLiteSpeed. It seems to compile and install just fine but when I "start" it, I get the error: /usr/local/lib/compat/libstdc++.so.6: version CXXABI_1.3.8 required by /usr/local/lsws/bin/openlitespeed not found [ERROR] Failed to start litespeed! No matching processes were found However, I have that library at that location. I believe the error is caused by the version but this is installed as part of 11.2-RELEASE. I'm aware there is another libstdc++.so.6 under gcc-extras(?). What confuses me is an openLiteSpeed person says they don't get the issue on their test machine which is 11.1 so I don't know where to go from here.