[EMAIL PROTECTED] wrote:
I'd like to run Zope/Plone in a chroot jail.

How determine all dependencies to make this possible??

(What does it need outside of the zope instance home?)

Go ahead and create the 'jail' and add what files you think it needs, and keep adding missing files until it works.

Since symbolic links will not, you could hard link directories, but be careful when you do it *AND* be aware that it exposes your actual system files to the process within the 'jail'. Copying is much safer.

get familiar with ldd(1) -- it's your friend.

- N

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to