Matt Comeione wrote:
It found Postgresql, and all the other options, however, it did not find mysql. The libraries and headers are all correctly installed. I've been poking around the config script but I'm not seeing why it's ignoring mysql's presence.
On May 13, 2011, at 12:12 AM, Matthieu ROGER wrote:

Hello,

I had same problem on Gentoo ; configure script wants Postgresql client libs to 
be installed.
If not, it doesn't check for Mysql libs.

Hope it could help.

Matthieu

Le 13/05/2011 00:05, Matt Comeione a écrit :
I have not been able to get the rpm installs to work on CentOS so I've started 
to build from source.   I am having an issue compiling SOPE-1.3.7a, it is not 
finding the mysql libraries.  Any suggestion on how to resolve?--
users@sogo.nu
https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists
I have the same issue, but I fixed it:
1. modify 'configure' file, comment out 2 lines something like checkLinking "pq" checkLinking "sqlite3",
  because we use mysql.
2. replace LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib"
        with LINK_SYSLIBDIRS="-L/usr/lib/mysql -L/usr/local/lib -L/usr/lib"
make sure your mysql lib is in the folder /usr/lib/mysql.

Allen
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to