On Jul 02, 2003 at 11:57, Marcelo Schmidt <mschmidt(a)equinix.com> wrote:
Like I said, I used: exclude_modules=""
modules --no errors, ser is
running but I don't see any mysql.so under modules, I thought that it
wouldn't matter since the mysql's binaries are already installed but
when I tried to include the very first line: loadmodule
"/usr/local/lib/ser/modules/mysql.so" then the configuration complains.
If I am missing something please let me know.
You have to run make install in the same way as make modules:
make exclude_modules="" install
or
make include_modules=mysql install
(to install only the mysql module you need only:
make modules=modules/mysql install )
Andrei