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: [email protected] 
[mailto:[email protected]] On Behalf Of k1028
Sent: Wednesday, June 27, 2012 2:56 PM
To: [email protected]
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
[email protected]<mailto:[email protected]>
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to