Hi,
I have installed SER on Redhat Linux 9 machine. I want to use ser_ctl to add/view users or domains. When I give command set_ctl user show I am getting an error like
ser_ctl: /root/Python-2.5/lib/python2.5/site-packages/_mysql.so: undefined symbol: mysql_set_character_set: ImportError'>
Does anybody know how to solve this problem?
Thanks in advance, Ajay
DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.
Do you have installed python-mysqldb?? It's required for ser_ctl to interact with mysql backend.
Samuel
2006/11/9, Ajay Kolambekar ajay_kolambekar@persistent.co.in:
Hi,
I have installed SER on Redhat Linux 9 machine. I want to use ser_ctl to add/view users or domains. When I give command set_ctl user show I am getting an error like
ser_ctl: /root/Python-2.5/lib/python2.5/site-packages/_mysql.so: undefined symbol: mysql_set_character_set: ImportError'>
Does anybody know how to solve this problem?
Thanks in advance, Ajay
DISCLAIMER
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
I could resolve the problem.
Here is the explanation, might be helpful to somebody... I was getting the error symbol: mysql_set_character_set: ImportError'>
because _mysql.so could not find this function, this so is generated by MySQL-Python package... When I did nm to mysqlclient.so, I could not find the definition in that... When I did nm to mysqlclient.a the definition was present there...
I selected static linking while building MySQL-Python package, for this it used mysqlclient.a.
After this I could run ser_ctl successfully.
Thanks Ajay
-----Original Message----- From: samuel [mailto:samu60@gmail.com] Sent: Thursday, November 09, 2006 3:59 PM To: Ajay Kolambekar Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Problem in using ser_ctl
Do you have installed python-mysqldb?? It's required for ser_ctl to interact with mysql backend.
Samuel
2006/11/9, Ajay Kolambekar ajay_kolambekar@persistent.co.in:
Hi,
I have installed SER on Redhat Linux 9 machine. I want to use ser_ctl to add/view users or domains. When I give command set_ctl user show I am getting an error like
ser_ctl: /root/Python-2.5/lib/python2.5/site-packages/_mysql.so: undefined
symbol: mysql_set_character_set: ImportError'>
Does anybody know how to solve this problem?
Thanks in advance, Ajay
DISCLAIMER
This e-mail may contain privileged and confidential information which is
the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.