Thursday, September 13, 2012

Resolving error libthread-2.0.so.0 on Schrodinger

While executing maestro Schrodinger on CentOS 6, I encountered the following error

/usr/local/schrodinger/maestro-v90211/bin/Linux-x86/maestro: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
Maestro: Could not load shared library


You have to install glib2 libraries first
# yum install glib2

Dependencies Resolved

===============================================================================================
 Package                 Arch               Version                     Repository        Size
===============================================================================================

Updating:
 glib2                   x86_64             2.22.5-7.el6                base             1.1 M

Updating for dependencies:
 glib2-devel             x86_64             2.22.5-7.el6                base             1.3 M

Transaction Summary
===============================================================================================
Upgrade       2 Package(s)

Total download size: 2.4 M
Is this ok [y/N]: Y

Now install libgthread-2.0.so.0 and its dependencies

# yum install libgthread-2.0.so.0

Dependencies Resolved

===============================================================================================
 Package             Arch               Version                       Repository          Size
===============================================================================================

Installing:
 glib2               i686               2.22.5-7.el6                  base               1.1 M
Installing for dependencies:
 gamin               i686               0.1.10-9.el6                  base               120 k

Transaction Summary
===============================================================================================
Install       2 Package(s)

Total download size: 1.2 M
Installed size: 5.4 M
Is this ok [y/N]: N
Exiting on user Command 

No comments: