Mark Hatle <[EMAIL PROTECTED]> writes: > Does anyone have any suggestions on how to solve this? Inform sqlite of > the root portion of the path? Temporarily disable the journal when the > chroot operation will be performed? Or some other mechanism?
Are you able to just close the database file prior to the chroot() and reopen it afterwards? If you can do that, it should solve this problem. Derrell