<div>Hi,</div>
<div>  I am getting the following error while running openxcap,  
<div>My config.ini file looks like below, I can run mysql -u test and connect to db from command line, the verison is mysql-server-5.0.22-2.1.0.1.x86_64.</div>
<div> </div>
<div>Pls help.</div>
<div>Thanks in advance </div>
<div>Susheela.</div>
<div> </div>
<div> </div></div>
<div>---------------------------------------------------------------</div>
<div>/usr/local/lib/python2.6/site-packages/twisted/spread/pb.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br>  import md5<br>/usr/local/lib/python2.6/site-packages/twisted/web2/auth/digest.py:15: DeprecationWarning: the sha module is deprecated; use the hashlib module instead<br>
  import md5, sha<br>fatal error: Cannot load &#39;database&#39; backend module: No module named _mysql_exceptions</div>
<div>--------------------------------------------------------------</div>
<div> </div>
<div> </div>
<div>&gt;cat config.ini</div>
<div> </div>
<div>-------------------------------------------------------------------------------------------------------------------</div>
<div>;<br>; Configuration file for OpenXCAP<br>;<br>; Copyright (c) 2007-2009 AG Projects<br>; <a href="http://ag-projects.com/">http://ag-projects.com</a></div>
<div>[Server]</div>
<div>; IP address and port to listen for requests<br>; 0.0.0.0 means any address of this host<br>;address = 0.0.0.0<br>address = <a href="http://deccan.iidc.lucent.com">deccan.iidc.lucent.com</a><br>port = 443</div>
<div>; The XCAP Root URI; must not contain any port number. If the scheme is<br>; https, then the server will listen for requests in TLS mode.</div>
<div>; This is a comma/space separated list of XCAP root URIs. The first is the<br>; primary XCAP root URI, while the others (if specified) are aliases.<br>; The primary root URI is used when generating xcap-diff</div>
<div>root = <a href="https://xcap.example.com/xcap-root">https://xcap.example.com/xcap-root</a></div>
<div>; The backend to be used for storage and authentication. Current supported<br>; values are Database and OpenSIPS. OpenSIPS backend inherits all the settings<br>; from the Database backend but performs extra actions related to the<br>
; integration with OpenSIPS for which it read the settings from [OpenSIPS]<br>; section</div>
<div>backend = Database<br>;backend = OpenSIPS</div>
<div>; Validate XCAP documents against XML schemas<br>document_validation = Yes</div>
<div><br>[Logging]<br>; directory where to put log files, default is /var/log/openxcap<br>; if empty, like in the following line, logs will be printed to stdout<br>directory=/var/log</div>
<div>; The following log_* parameters control what information is logged for<br>; which errors. Their format is comma-separated list of HTTP error codes<br>; that should enable the feature currently implemented: log_request_headers,<br>
; log_response_body, log_stacktrace</div>
<div>; Some examples:</div>
<div>; * log stack trace for 500 Internal Error only (default)<br>;log_stacktrace=500</div>
<div>; * log stack trace (if available) for any error<br>log_stacktrace=any</div>
<div>; * log responses sent to the client for 400 and 409 errors (default is 500)<br>;log_response_body=400,409</div>
<div>; * log headers sent by the client for 401 errors (default is 500)<br>log_request_headers=401</div>
<div><br>[Authentication]</div>
<div>; The HTTP authentication type, this can be either &#39;basic&#39; or &#39;digest&#39;.<br>; If you&#39;re using TLS, it&#39;s better to choose &#39;basic&#39; because the data is<br>; encrypted anyway.<br>type = basic</div>

<div>; Specify if the passwords are stored as plain text - Yes<br>; or in a hashed format MD5(&#39;username:domain:password&#39;) - No<br>cleartext_passwords = Yes</div>
<div>; The default authentication realm<br>default_realm = <a href="http://example.com">example.com</a></div>
<div>; A list of trusted peers from where XCAP requests are accepted without HTTP<br>; authentication e.g. trusted_peers = <a href="http://10.0.0.0/24">10.0.0.0/24</a>, 192.168.0.1<br>trusted_peers =</div>
<div><br>[TLS]</div>
<div>; Location of X509 certificate and private key that identify this server.<br>; The path is relative to /etc/openxcap, or it can be given as an absolute<br>; path.</div>
<div>; Server X509 certificate<br>;certificate = tls/server.crt</div>
<div>; Server X509 private key<br>;private_key = tls/server.key</div>
<div><br>[Database]</div>
<div>; The database connection URI for the datase with subscriber accounts<br><br>authentication_db_uri = mysql://test:test@test/database</div>
<div>; The database connection URI for the database that stores the XCAP documents<br><br>storage_db_uri = mysql://test:test@test/database</div>
<div>; Authentication and storage tables<br>subscriber_table = subscriber<br>xcap_table = xcap</div>
<div><br>[OpenSIPS]</div>
<div>; The address and port of the xml-rpc management interface<br>;xmlrpc_url = <a href="http://sip.example.com:8080/">http://sip.example.com:8080</a></div>
<div>; Publish xcap-diff event via OpenSIPS management interface<br>; enable_publish_xcapdiff = yes</div>
<div> </div>
<div>-------------------------------------------------------------------------------------------------------------------</div>
<div> </div>
<div> </div>
<div><br> </div>