Hi' All
I'm have installed Openser 1.2.1 and CPL module. I'm having problems to set some
parameters for CPL module:
The following parameters can be loaded:
loadmodule "cpl-c.so"
modparam("cpl-c","db_url","mysql://openser:openserrw@localhost/openser")
modparam("cpl-c","cpl_table","cpl")
modparam("cpl-c","cpl_dtd_file","/usr/local/etc/openser/cpl-06.dtd")
modparam("cpl-c","log_dir","/var/log/openser/cpl")
modparam("cpl-c","proxy_recurse",2)
modparam("cpl-c","proxy_route",0)
modparam("cpl-c","lookup_domain","location")
These parameters are showing an error "No module matching cpl_c found"
#modparam("cpl_c","username_column","username")
#modparam("cpl_c","domain_column","domain")
#modparam("cpl_c","cpl_xml_column","cpl_xml")
#modparam("cpl_c","cpl_bin_column","cpl_bin")
#modparam("cpl_c","case_sensitive",0)
#modparam("cpl_c","lookup_append_branches",1)
#modparam("cpl_c","use_domain",0)
LOG MESSAGES:
0(4660) loading module /usr/local/lib/openser/modules/cpl-c.so
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <db_url> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <cpl_table> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <cpl_dtd_file> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <log_dir> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <proxy_recurse> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <proxy_route> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <lookup_domain> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (105,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (106,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (107,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (108,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (109,17-18): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (110,17-18): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (111,17-18): Can't set module parameter
Is CPL module out of dated?
somebody has an example of openser configuration file in order ti work with CPL
Module?
Thanks in advance for your help.
Caco.