Building Shared Libraries
<<<
Installing Driver Libraries Testing MyODBC on Unix
>>>

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.9 Installing Driver Libraries

To install the driver libraries, execute the following command:

shell> make install
That command installs one of the following sets of libraries:For MyODBC 3.51:

  • libmyodbc3.so
  • libmyodbc3-3.51.01.so , where 3.51.01 is the version of the driver
  • libmyodbc3.a
For thread-safe MyODBC 3.51:
  • libmyodbc3_r.so
  • libmyodbc3-3_r.51.01.so
  • libmyodbc3_r.a
For MyODBC 2.5.0:
  • libmyodbc.so
  • libmyodbc-2.50.39.so , where 2.50.39 is the version of the driver
  • libmyodbc.a
For more information on build process, refer to the INSTALL file that comes with the source distribution. Note that if you are trying to use the 'make' from Sun, you may end up with errors. On the other hand, GNU 'gmake' should work fine on all platforms.

<< Installing Driver Libraries >>
Building Shared Libraries Installing MyODBC from a Source Distribution on Unix Testing MyODBC on Unix