I am trying to install BIND with DLZ (Dynamically Loadable Zones), for which I understand I DO need to compile MySQL. I am following the procedure set out by cycloptivity in:
...
Type: Posts; User: chaseleightone; Keyword(s):
I am trying to install BIND with DLZ (Dynamically Loadable Zones), for which I understand I DO need to compile MySQL. I am following the procedure set out by cycloptivity in:
...
I got stuck installing on Ubuntu 10.04.3 LTS (Lucid Lynx) at the step:
Build MySQL & Install step, here's what I did:
cd mysql-dfsg-5.1-5.1.41
./configure --prefix=/usr/local/mysql
... and...