ros-fuerte-pcl missing dependency libmysqlclient_16
I'm currently working on releasing a stack into fuerte. It depends on pcl and currently when I try to compile I am getting the following error:
Linking CXX executable ../bin/pointcloud_snapshot /opt/ros/fuerte/lib/libpcl_surface.so: undefined reference to `__cxa_pure_virtual@libmysqlclient_16' collect2: ld returned 1 exit status
After doing some web research I found a link to this ticket: https://code.ros.org/trac/ros-pkg/ticket/5415
While I believe that the fix (sudo apt-get install libmysqlclient-dev) will work to get it to install properly on my machine I need to make sure that for a generic install my code can be released. Is there something I need to do or should I open a ticket.