I have successfully compiled a development version of GRASS under Debian
in a AMD64 system. However, I've failed to do it with MySQL support. I'm
using the mysql-client-5.0 and mysql-server-5.0 packages, but I guess I
need some of the development libraries for this. Can somebody please
point out which Debian MySQL packages should be installed for this? After
that, is it simply a matter of providing the --with-mysql configure
option? Thanks in advance.
I have successfully compiled a development version of GRASS under
Debian in a AMD64 system. However, I've failed to do it with MySQL
support. I'm using the mysql-client-5.0 and mysql-server-5.0
packages, but I guess I need some of the development libraries for
this. Can somebody please point out which Debian MySQL packages
should be installed for this? After that, is it simply a matter of
providing the --with-mysql configure option? Thanks in advance.
Usually you will need some -dev packages installed, look to see what *.h
files are missing when you run:
./configure --with-mysql
and then find out what packages supplies that with apt-file, e.g. if
"mysql.h" is missing: