• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

libmyodbc3.so

PietroV

Basic Pleskian
Hi everybody!

I got a funny problem here...

Internal error: [unixODBC][Driver Manager]Can't open lib '/usr/lib64/unixODBC/libmyodbc3.so' : file not found

The file is there, but empty... So my question is, could me somebody tell, what content this file should have?

@Igor:
Could you send me the content as a pm?


The System: OS = OpenSuSE 12.1 Plesk = 11.0.9 Update #6


Without this file, there are no apps, nor correct running apache, etc...

So, please help...

Thanks!

Greetings
Pietro
 
I had reinstall "unixODBC-2.2.12-212.1.2.x86_64.rpm" and then "MyODBC-unixODBC-5.1.8-4.1.2.x86_64.rpm"

both was installed with yast -i xxx.rpm

the libmyodbc3.so file is still empty. 0 bytes left.

maybe you can watch, what is in our libmyodbc3.so file and maybe you can post it here.

you can delete any personal codes or mark it, where personal codes are necessary.

thanks.
 
What sort of output following command

rpm -qf /usr/lib64/unixODBC/libmyodbc3.so

?
 
I'm running OpenSuSE 12.1

I tried your suggestion.
I updated/reinstall libmysqlclient18 with yast. But there was no need for update, but i updated it.

After that, bootstrapper.sh repair. Was succesful done, but the problem is still left!

Answer for "rpm -qf /usr/lib64/unixODBC/libmyodbc3.so" is still:
file /usr/lib64/unixODBC/libmyodbc3.so is not owned by any package
 
I'm running OpenSuSE 12.1

Then I suppose /usr/lib64/libmyodbc5.so should have been used. Is it installed?

If so, then try to use it instead: in file /etc/odbcinst.ini (or the one that '/usr/bin/odbc_config --odbcinstini' reports) replace any non-empty values of "Driver" and "Driver64" parameters (under section "[MySQL]") with /usr/lib64/libmyodbc5.so (or whatever you have installed).

Please post here old contents of this file since this might help discover a bug in the product!
 
Hi Nikolay!

Your right!
Sure, i had installed libmyodbc5! So just had to copy libmyodbc5.so to /usr/lib64/
then
i started bootstrapper.sh repair

And voila! All done!
Thank you a lot!

This problem is solved! Thanks for all for help!

@Igor: Please mark this thread as solved! Thanks!

Thanks to all again!

Best wishes
Pietro
 
Back
Top