On Freitag, 25. Mai 2007, kiran.bkumar@wipro.com wrote:
Hi All,
Thanks for all your suggestions, but even after checking all this I am still not able to add users :(
I have listed what all I have done below,
Got the source code by svn
did a make all and make install
Installed database using mysqldb.sh script from openser/scripts
directory
- changed openserctlrc which is there in the same directory
openser/scripts
changed openser.cfg which is there is openser/etc/
I am able to start openser using this cfg file,
Hello Kiran,
if you have done "make install", you should be able to use the system wide installed openser scripts and config files.
- when I add fifo="/tmp/openser_fifo", the openser does not restart
(says bad config file)
The error message in from the openserctl tool is obselete, the right parameter are:
loadmodule "mi_fifo.so" (adapt the path) modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo")
I'll fix the message later.
You'll find these parameters also in the example config and the openser documentation wiki in the "openser cookbook".
- try to add users using openserctl, it says, no database engine loaded
Have you add the mysql module to your openser config? Do you get error messages from the database in the log?
Henning