On Mon, Jan 21, 2019 at 3:43 PM Jacques Montier <[email protected]> wrote: > > > Le lun. 21 janv. 2019 à 14:16, Alexander Kapshuk > <[email protected]> a écrit : >> >> >> >> What is the output of: >> env | grep libsandbox.so >> > > There is no output of env | grep libsandbox.so, but with env | grep sandbox, > i get this : > > $ env | grep sandbox > 13:CONFIG_PROTECT_MASK=/etc/sandbox.d /etc/php/cli-php7.2/ext-active/ > /etc/php/cgi-php7.2/ext-active/ /etc/php/apache2-php7.2/ext-active/ > /etc/fonts/fonts.conf /etc/gentoo-release /etc/gconf /etc/terminfo /etc/dconf > /etc/ca-certificates.conf /etc/revdep-rebuild > > -- > Jacques >
(1). Are you attempting to build bash as yourself or as user root? (2). If the latter, what's in LD_PRELOAD and LD_LIBRARY_PATH? (3). What's the output of: ls -l /path/to/libsandbox.so? (4). And: file /path/to/libsandbox.so

