[OpenSIPS-Users] libmysqlclient-dev for CentOS?

Jerry Richards jerry.richards at teotech.com
Thu Jun 28 01:05:57 CEST 2012


Okay, just for the record, I got it working.  Here is what I had to do to make OpenSIPS 1.8 successfully build on CentOS 5.7 with MySQL version 5.5.25-1 (not sure why this was necessary):

yum install lynx
ln -s /usr/lib64/mysql/libmysqlclient.a /usr/lib64/libmysqlclient.a

Also, I edited Makefile.defs as follows:
Index: Makefile.defs
===================================================================
--- Makefile.defs       (revision 9124)
+++ Makefile.defs       (working copy)
@@ -180,7 +180,7 @@
        doc-dir = share/doc/$(MAIN_NAME)/
        man-dir = share/man/
        data-dir = share/$(MAIN_NAME)/
-       LOCALBASE ?= $(SYSBASE)/local
+       LOCALBASE ?= $(SYSBASE)
 else
 ifeq ($(OS), freebsd)
        doc-dir = share/doc/$(MAIN_NAME)/

Thanks,
Jerry



-----Original Message-----
From: users-bounces at lists.opensips.org [mailto:users-bounces at lists.opensips.org] On Behalf Of k1028
Sent: Wednesday, June 27, 2012 2:56 PM
To: users at lists.opensips.org
Subject: Re: [OpenSIPS-Users] libmysqlclient-dev for CentOS?

You need mysql-libs.x86_64.

This is what i have in my Centos to install OpenSIPS with MySQL
mysql.x86_64
mysql-devel.x86_64
mysql-libs.x86_64


--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/libmysqlclient-dev-for-CentOS-tp7580351p7580592.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users at lists.opensips.org<mailto:Users at lists.opensips.org>
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20120627/96d7935c/attachment.htm>


More information about the Users mailing list