ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It turns out I was having dependency issues. If you see this error you should make sure that your dependencies, libmysqlclient_16 and libmysqlclient-dev have been updated.

It turns out I was having dependency issues. If you see this error you should make sure that your dependencies, libmysqlclient_16 and libmysqlclient-dev have been updated.

If using ubuntu, make sure to check that the update repositories are enabled by checking that /etc/sources.list has:

deb http://archive.ubuntu.com/ubuntu lucid-updates universe main multiverse

Or by checking in Synaptic in settings>repositores>updates>recommended updates checkbox.

It turns out I was having dependency issues. If you see this error you should make sure that your dependencies, libmysqlclient_16 and libmysqlclient-dev have been updated.

If using ubuntu, ubuntu/debian, make sure to check that the update repositories are enabled by checking that /etc/sources.list/etc/apt/sources.list has:

deb http://archive.ubuntu.com/ubuntu lucid-updates universe main multiverse

Or by checking in Synaptic in settings>repositores>updates>recommended updates checkbox.

It turns out I was having dependency issues. If you see this error you should make sure that your dependencies, libmysqlclient_16 and libmysqlclient-dev have been updated.

If using ubuntu/debian, make sure to check that the update repositories are enabled by checking that /etc/apt/sources.list has:has something like:

deb http://archive.ubuntu.com/ubuntu lucid-updates universe main multiverse

with lucid replaced by whatever ubuntu release you have.

Or by checking in Synaptic in settings>repositores>updates>recommended updates checkbox.