fuerte packages trying to link with mysqlclient
Trying out the ROS fuerte release, various packages I try to build (e.g. gazebo_plugins) fail due to cmake trying to link with mysqlclient?!
Linking CXX shared library ../lib/libvision_reconfigure.so
/usr/bin/ld: cannot find -lmysqlclient
AFAIK it shouldn't link with those libraries at all?! How can I find out where the mysql dependency / link flags are introduced?