Re: chroot and run as user on SuSE 9

2004-04-15 Thread Steve Slater
Duh...never mind. I found the answer buried in my old notes. I'm building a dynamic binary since I'm using SSL. In case anyone else has the same issue, you need a lib/libnss_compat.so.whatever in your chroot environment. Works like a charm. Steve At 09:58 PM 4/14/2004, Steve Slater wrote: Has a

chroot and run as user on SuSE 9

2004-04-14 Thread Steve Slater
Has anyone seen this one? This is with MySQL 4.1.1 source RPM MySQL-4.1.1-0.src.rpm on SuSE 9. Using the MySQL binary RPM, I can --chroot=/path and --user=mysql, and it works fine. But if I compile the binaries mysql on SuSE 9 it doesn't work correctly. If I run as root (--user=root) it starts fine