loading error "tpcc_start" about libmysqlclient_r.so.16

Bug #1107384 reported by uijun lee
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-tools
New
Undecided
Unassigned

Bug Description

I have successed this tool on my vm-machine.
but , my phisical server can't execute below error.

I have installed libmysqlclient_r.so.16 file in /usr/lib/mysql and /usr/lib64/mysql
and , some package has been installed. for example, mysql-server, php , dev-mysql and so on.

[error message]
./tpcc_start: error while loading shared libraries: libmysqlclient_r.so.16: cannot open shared object file: No such file or directory

any body knows this answer?
please, help me !

Revision history for this message
Scott Golby (scztt) wrote :

I get much the same and have to hand set LD_LIBRARY_PATH

export LD_LIBRARY_PATH=/opt/mysql/lib:${LD_LIBRARY_PATH}

You'd need to adjust that /opt to wherever your libmysqlclient_r.so.16 lives.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.