I am trying to chroot my httpd and so far has not been successful getting the error below when I run it in chroot. I have FC3 and installed httpd, mysql during installation. I did lsof -p to find out all the files that httpd needed and copied them over the chroot directory. I changed user/group to the user/group I want it to run as. The file it is looking for are both in the original location and the chroot directory. I followed instruction in chrooting httpd from links I found on google. Mar 6 02:37:07 www chroot: Syntax error on line 6 of /etc/httpd/conf.d/auth_mysql.conf: Mar 6 02:37:07 www chroot: Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: libmysqlclient.so.10: cannot open shared object file: No such file or directory Anyone have any idea how I could resolve this problem. I even updated my apache to 2.0.52 hoping it might fix it but still get the same error. Thanks. Calvin