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.
Hi Caco,
Do you see the difference between "cpl-c" and "cpl_c". The first name is with a dash and the second is with an underscore. Looks like the correct way is to use the name with the dash. But the documentation (http://openser.org/docs/modules/1.2.x/cpl-c.html) uses the name with underscore. Should documentation be fixed?
Anatoly.
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.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Thanks Anatoly,
You are right, this was an "copy paste" error :).
By the way, the documentation have an error.
Caco.
Hi Caco,
Do you see the difference between "cpl-c" and "cpl_c". The first name is with a dash and the second is with an underscore. Looks like the correct way is to use the name with the dash. But the documentation (http://openser.org/docs/modules/1.2.x/cpl-c.html) uses the name with underscore. Should documentation be fixed?
Anatoly.
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.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Anatoly,
it looks like a documentation error - the correct is "cpl-c", which is the name of the module - I will fix it.
Thanks and regards, Bogdan
Anatoly Pidruchny wrote:
Hi Caco,
Do you see the difference between "cpl-c" and "cpl_c". The first name is with a dash and the second is with an underscore. Looks like the correct way is to use the name with the dash. But the documentation (http://openser.org/docs/modules/1.2.x/cpl-c.html) uses the name with underscore. Should documentation be fixed?
Anatoly.
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.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users