Hi, Le mardi 14 juillet 2009 à 13:27 -0400, Roman Gelfand a écrit : > It doesn't look like git is in centos 5 yum repositories. Is there > another way?
If you are only interested in this fix, just change the appropriate file before running ./configure (is CentOS a source distribution?) I have found this which might be of interest: http://www.linuxquestions.org/questions/linux-server-73/installing-git-on-centos-5-651343/ Cheers, Julien > On Tue, Jul 14, 2009 at 11:25 AM, Julien Valroff <[email protected]> > wrote: > Hi, > > Le mardi 14 juillet 2009 à 11:16 -0400, Roman Gelfand a > écrit : > > > I can not seem to find solution to the following problem > when running > > > > ./configure --with-storage-driver=mysql_drv \ > > --with-mysql-libraries=/usr/local/mysql/lib > \ > > > --with-mysql-includes=/usr/local/mysql/include \ > > --enable-virtual-users \ > > --enable-preferences-extension \ > > --enable-daemon > > > > I get > > > > checking where to find MySQL > libraries... /usr/local/mysql/lib > > checking for library containing inet_ntoa... (cached) none > required > > checking for library containing socket... (cached) none > required > > checking for mysql_init in -lmysqlclient... no > > configure: error: Required version of libmysqlclient not > found > > [r...@gateway dspam-3.9.0-ALPHA2]# ls /usr/local/mysql/lib/ > > libdbug.a libmysqlclient.a libmysqlclient_r.a libmysqld.a > > libmysql.imp libmystrings.a libmysys.a libz.a > > > > Any help is appreciated. > > > > > A patch was applied in GIT upstream (commit > 41026d770cdb8cf0c8b0b359de2055f95dfe41f7): > > --- m4/sqlite3_drvm4.org 2009-05-30 00:16:32.470345008 +0200 > +++ m4/sqlite3_drv.m4 2009-06-01 22:05:47.912622542 +0200 > @@ -210,7 +210,7 @@ > continue > fi > > - DS_LIBTOOL_RUN_IFELSE([AC_LANG_PROGRAM([[ > + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ > #include <stdio.h> > #include <sqlite3.h> > #include <stdlib.h> > > Cheers, > Julien > > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a > limited time, > vendors submitting new applications to BlackBerry App > World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. > See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Dspam-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspam-user > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
