Hi Markus, >>grep: /usr/lib/mysql/libmysqlclient.la: No such file or directory Probably the make file is "grep"ing for the .la file in /usr/lib/mysql. I guess by changing the makefile to grep for the .la in /usr/local/lib/mysql, should fix this. Hope this helps. -Kartik