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.
-----Original Message----- From: Jan Janak [mailto:jan@iptel.org] Sent: Wednesday, July 02, 2003 11:50 AM To: Marcelo Schmidt Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Mysql.so
Did the module compile without errors ? Did you run make install ?
Jan.
On 02-07 11:49, Marcelo Schmidt wrote:
Yes, I have mysql client libraries installed. I am compiling from the
Did you run make install after the compilation ? If so and you still have no mysql.so then the module didn't compile for some reason.
I have no crystal ball and I am not going to reply to this thread anymore if you don't send more information like compilation output and commands that you used to install the module.
Jan.
On 02-07 11:57, Marcelo Schmidt wrote:
On Jul 02, 2003 at 11:57, Marcelo Schmidt mschmidt@equinix.com wrote:
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