Advertisement
Guest User

Untitled

a guest
Oct 26th, 2014
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. relocation error: /usr/lib64/libmyodbc5.so: symbol strmov, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference
  2.  
  3. yum install mysqlclient16
  4. ...
  5. 184 packages excluded due to repository priority protections
  6. Setting up Install Process
  7. Package mysqlclient16 is obsoleted by mysql-libs, trying to install mysql-libs-5.1.59-1.el6.art.x86_64 instead
  8. Package matching mysql-libs-5.1.59-1.el6.art.x86_64 already installed.
  9. Checking for update.
  10. Nothing to do
  11.  
  12. yum install mysql-libs
  13.  
  14. # mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` --all-databases > /root/mysql.full.dump
  15.  
  16. # rpm -qa | grep mysql
  17. # rpm -e --nodeps `rpm -qa | grep mysql`
  18.  
  19. enabled = 0
  20.  
  21. # yum clean all
  22.  
  23. # /usr/local/psa/admin/bin/autoinstaller
  24. ...
  25. Next > Next > Next:
  26.  
  27. 11 [x] MySQL server support
  28.  
  29. # service mysqld start
  30.  
  31. # mysql -uadmin -p`cat /etc/psa/.psa.shadow` < /root/mysql.full.dump
  32.  
  33. websrvmng: /opt/psa/admin/bin/httpdmng execution failed:
  34. /usr/bin/sw-engine: relocation error: /usr/bin/sw-engine: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference
  35. websrvmng: /opt/psa/admin/bin/httpdmng execution failed:
  36. /usr/bin/sw-engine: relocation error: /usr/bin/sw-engine: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference
  37.  
  38. apt-get install libmysqlclient16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement