Inside a jail I want to run processes as a different user than root. When I am root I have no problems running them. If I make a new user and try and run the process though I get errors telling me that shared objects can not be found. It does not seem to be any specific shared object it actually seems to be that no shared objects at all can be found. How can I fix this so I can run processes as a non-root user? Thanks!