Hi all, I installed the openser 0.9.5. when i tried to include mysql module in openser.cfg, it gave me this error. 0(8531) ERROR: load_module: could not open module </usr/local/lib/openser/modules/mysql.so>: /usr/local/lib/openser/modules/mysql.so: cannot open shared object file: No such file or directory 0(8531) parse error (28,13-14): failed to load module
I checked the source directory. It has the mysql module files included in its source then why it did not compile them and place mysql.so in the required directory. This is how i installed: -->make -->make modules -->make all -->make install
Anybody with answeres ???
You need to edit the makefile. MySQL is not compiled by default.
Mike
On Friday 29 June 2007 06:37:46 Rizwan Hisham wrote:
Hi all, I installed the openser 0.9.5. when i tried to include mysql module in openser.cfg, it gave me this error. 0(8531) ERROR: load_module: could not open module </usr/local/lib/openser/modules/mysql.so>: /usr/local/lib/openser/modules/mysql.so: cannot open shared object file: No such file or directory 0(8531) parse error (28,13-14): failed to load module
I checked the source directory. It has the mysql module files included in its source then why it did not compile them and place mysql.so in the required directory. This is how i installed: -->make -->make modules -->make all -->make install
Anybody with answeres ???