---- Original message ---- >Date: Sun, 17 Sep 2006 20:41:45 -0400 >From: Kim Mackey <[EMAIL PROTECTED]> >Subject: Re: Help with chroot >To: misc@openbsd.org > >OK, > >I've done a clean install of OpenBSd 3.9 and mediawiki. and MySQL >5.0.18. > >Now I'm just working through getting things set up. Right now I seem >to not have Mysql linked correctly > > >Warning: dl() [function.dl]: Unable to load dynamic library '/var/www/ >lib/php/modules/mysql.so' - File not found in /mediawiki/install- >utils.inc on line 17 >Could not load MySQL driver! Please compile php --with-mysql or >install the mysql.so module. >So that's what I'm working on right now. >
kim, do google and search the misc@ archives for terms like "openbsd mysql chroot", the instructions are readily available. the upshot is that mysql needs a socket to communicate via inside the chroot. if there are executables that don't work inside the chroot, do a "ldd <name of executable>" to see what might be missing from your chroot jail and copy the libraries over. cheers, jake