From owner-freebsd-current@freebsd.org Sat Oct 27 15:49:18 2018 Return-Path: Delivered-To: freebsd-current@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 C9E0D10C7B9F for ; Sat, 27 Oct 2018 15:49:18 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 548B76F395 for ; Sat, 27 Oct 2018 15:49:18 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id F2108E7BAD for ; Sat, 27 Oct 2018 09:49:55 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 9B3XujZxQIis for ; Sat, 27 Oct 2018 09:49:55 -0600 (MDT) Received: from Rebeccas-iPhone.mail (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA for ; Sat, 27 Oct 2018 09:49:55 -0600 (MDT) Date: Sat, 27 Oct 2018 09:40:40 -0600 From: Rebecca Cran To: freebsd-current@freebsd.org Message-ID: Subject: 13-CURRENT lua loader complains dynamic libs not supported X-Mailer: Airmail iOS (372) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 15:49:19 -0000 When booting a recent 13-CURRENT installation, I=E2=80=99m seeing the fol= lowing: =20 Startup error in /boot/lua/loader.lua: =20 LUA ERROR: /boot/lua/loader.lua:45: error loading module =E2=80=98local=E2= =80=99 from file =E2=80=98/usr/local/lib/lua/5.3/local.so=E2=80=99: dynamic libraries not enabled: check your Lua installation. I then have to load the zfs module manually. =20 =E2=80=94 =20 Rebecca