I am getting the following config file error when I try to run the xml-rpc branch version of SER on a Red Hat 3.4.3-9 box. 0(20635) parse error (99,14-15): unknown command, missing loadmodule?
0(20635) parse error (100,16-17): unknown command, missing loadmodule?
Can anyone indicate to me what might be the problem? The following are the steps I took to compile the package.
1) Compile and Install xmlrpc-c libraries. 2) $ make proper include_modules="mysql" $ make $ make modules include_modules="mysql" $ make install include_modules="mysql"
3) $ /usr/local/sbin/ser
the ser.cfg file I am using is the quickstart ser.cfg
Can anyone give me some insight into these errors? Thanks.
Zach Keatts Software Engineer Nuvio.com
There is a particular block of code in the ser.cfg file that is causing this error.
if (method == "GET" || method == "POST") { create_via(); /* Create a fake Via */ dispatch_rpc(); /* Process the call and return result*/ break; };
The solution was to add the following to the ser.cfg
load("/usr/local/lib/ser/modules/xmlrpc.so")
zkeatts wrote:
I am getting the following config file error when I try to run the xml-rpc branch version of SER on a Red Hat 3.4.3-9 box. 0(20635) parse error (99,14-15): unknown command, missing loadmodule?
0(20635) parse error (100,16-17): unknown command, missing loadmodule?
Can anyone indicate to me what might be the problem? The following are the steps I took to compile the package.
Compile and Install xmlrpc-c libraries.
$ make proper include_modules="mysql" $ make $ make modules include_modules="mysql" $ make install include_modules="mysql"
$ /usr/local/sbin/ser
the ser.cfg file I am using is the quickstart ser.cfg
Can anyone give me some insight into these errors? Thanks.
Zach Keatts Software Engineer Nuvio.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers