hello
while i am trying to compile mysql module for ser but it is not working. i am using ser-0.9.0.
I HAVE TRIED ./make_and_install sql but unable to compile mysql and i also used changed Makefile then make; make install but still unable to compile mysql.so
any one gone through this.
Kamran
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Perhaps you'd be so kind as to post the error you're getting. I'm betting it's because you haven't got the mysql client dev libraries installed...
----- Original Message ----- From: "Kamran Ahmad" p_kami@yahoo.com To: serusers@lists.iptel.org Sent: Thursday, April 14, 2005 12:42 PM Subject: [Serusers] compiling mysql
hello
while i am trying to compile mysql module for ser but it is not working. i am using ser-0.9.0.
I HAVE TRIED ./make_and_install sql but unable to compile mysql and i also used changed Makefile then make; make install but still unable to compile mysql.so
any one gone through this.
Kamran
Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Kamran, The make_and_install script saves all output to make_and_install_output.txt in the source root directory. Search for errors in that file (or mysql) and you will see what happened. If you don't get a mysql.so at all, most likely you have not installed the mysql-devel package (so mysql header file is missing). g-) Kamran Ahmad wrote:
hello
while i am trying to compile mysql module for ser but it is not working. i am using ser-0.9.0.
I HAVE TRIED ./make_and_install sql but unable to compile mysql and i also used changed Makefile then make; make install but still unable to compile mysql.so
any one gone through this.
Kamran
Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
to compile and install ser with mysql module run:
make all include_modules="mysql" make install include_modules="mysql"
To compile and install only the mysql module:
make modules modules=modules/mysql make install modules=modules/mysql
Daniel
On 04/14/05 04:42, Kamran Ahmad wrote:
hello
while i am trying to compile mysql module for ser but it is not working. i am using ser-0.9.0.
I HAVE TRIED ./make_and_install sql but unable to compile mysql and i also used changed Makefile then make; make install but still unable to compile mysql.so
any one gone through this.
Kamran
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers