From: Javi <ja...@gs...> - 2004-04-05 03:12:06
|
Hi. If you have MySQL installed, you can compile lcd4linux with MySQL support b= y that way: #./configure #make [make will fail: edit Makefile and replace CC =3D gcc=20 in favour of CC =3D gcc -lmysqlclient save Makefile] #make [if make fails again, repeat: edit Makefile and replace CC =3D gcc=20 in favour of CC =3D gcc -lmysqlclient save Makefile] Hope tha it helps. Javi. =2D----- El Lunes, 5 de Abril de 2004 00:20, Barry Gould escribi=F3: ------ > Hi Xavier, Thanks for responding. >=20 > I'm not sure what you are saying to do, but I'll try removing the mysql=20 > headers and compiling again. >=20 > (I already tried commenting the mysql driver out of Makefile.am, but then= =20 > it got errors on plugins.c or something like that.) >=20 > OK, looks like it compiles now (without the mysql headers installed). >=20 > Thanks, > Barry >=20 |