Hi David,

 

I have programmed MySql access from Bayonne server because there was problem with the existing database support.

 

On my implementation there is no mutex all threads have there private connection to the database.

 

However I have a problem with the linking MySql library,  Bayonne does not start in Daemon mode.

So I run bayonne in console mode.

 

 

In order to link MySql lib I did modify the “LIBS=” variable under server/Makefile

 

LIBS =  -L/usr/local/lib -lccext2 -lccgnu2 -L/usr/lib -lxml2 -lz -lm -lz -ldl -pthread -lpam -L/usr/lib/mysql -lmysqlclient

 

Shall I do this differently?

 

Julien

 

 

_______________________________________________
Bayonne-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bayonne-devel

Reply via email to