Hi Everyone, I was wondering if anyone else has successfully managed to run MySQL 4 on a VIA ITX based system. I downloaded the DVD ISO which has installed fine but when ever I try to run the MySQL Server I get the following errors in mysqld.log: [ERROR] bdb: unable to initialize mutex: Function not implemented [ERROR] bdb: process-private: unable to initialize environment lock: Function not implemented I tried various things, such as making sure I had all the correct libraries installed but nothing made any difference. Adding ''skip-bdb'' to the my.cnf file allowed the server to run but obviously with that table type unsupported. In the end I grabbed the Source RPM from RH''s ftp site and rebuilt the RPM package (rpmbuild -v -bb SPECS/mysql.spec) which at the very least starts up now (without any skip- arguments), I haven''t had time to test anything else about it but it has solved the initial problem. So back to my question, has anyone else suffered these problems? and does anyone think this should be filed as a bug, if so, who with Redhat or the Centos team (nothing came up when I searched RH bugzilla)? Thanks in advance Lee