Chris wrote: > I found the culprit and surprisingly, it's the ipkg zone ! > > I installed the same thing outside a zone and it just works... > So my guess is an ipkg zone is missing a piece to make this work. > cool!
Can you try to see what files are missing? Here I'm starting Apache in single-process mode with my selected config file and tracing open and stat calls to the file /tmp/startup: (disable apache22 via SMF first if that's how it normally runs) pfexec truss -f -t open,stat -o /tmp/startup /usr/apache2/2.2/bin/apachectl -X -f /etc/apache2/2.2/slim.conf Run one LDAP-authenticated request then Ctrl-C in the Apache terminal to stop it. If you were to try that test inside and outside of the zone, we could see if the failure scenario fails to find/open a file which the working scenario uses.