| Building and Compilation <<< | Building Shared Libraries | Installing Driver Libraries >>> | 
| 22.1.7 Installing MyODBC from a Source Distribution on Unix 22.1 Support ODBC de MySQL 22 Pilotes MySQL Manuel de Référence MySQL 4.1 : Version Française . Requirements . Typical 'configure' Options . Thread-Safe Client . Shared or Static Options . Enabling Debugging Information . Enabling the Documentation . Building and Compilation ->Building Shared Libraries . Installing Driver Libraries . Testing MyODBC on Unix . Mac OS X Notes . HP-UX Notes . Notes pour AIX : | 22.1.7.8 Building Shared LibrariesOn most platforms, MySQL doesn't build or support .so (shared) client libraries by default, because building with shared libraries has caused us problems in the past. In cases like this, you have to download the MySQL distribution and configure it with these options: 
 If you have configured with the --disable-shared option, you can build the .so file from the static libraries using the following commands: 
 This builds and places the libmyodbc3-3.51.01.so file in the .libs directory. Copy this file to MyODBC library directory ( /usr/local/lib (or the lib directory under the installation directory that you supplied with the --prefix ). 
 
 | 
| << | Building Shared Libraries | >> | 
| Building and Compilation | Installing MyODBC from a Source Distribution on Unix | Installing Driver Libraries |