Annotation of sql/mysql/INSTALL, revision 1.9

1.9     ! moko        1: 1.What is the process to compile Parser3 MySQL driver?
1.2       paf         2: 
1.9     ! moko        3:   MySQL client software and include files should be installed.
        !             4:   Parser3 sources should be in ../../parser3 directory.
        !             5:   Execute the following commands:
1.2       paf         6: 
1.6       paf         7:   ./configure --prefix=$HOME/parser3install --silent
1.3       paf         8:   make
1.1       parser      9: 
1.9     ! moko       10:   In case configure could not find directory with your
1.3       paf        11:   MySQL client software include files, specify it with
1.4       paf        12:     --with-mysql-inc=DIR        DIR is the MySQL includes directory
                     13:   option.
1.9     ! moko       14: 
1.3       paf        15: 2.What is the process to install Parser3 MySQL driver?
                     16: 
                     17:   make install
                     18: 
                     19:   Installation layout:
                     20:     $prefix/lib/
1.9     ! moko       21:       libparser3mysql.so     -- driver's dynamic library
1.3       paf        22: 
                     23:   NOTE:
1.9     ! moko       24:   make sure that Parser3 main configuration file, $prefix/bin/auto.p
        !            25:   has in $SQL[...] configuration section a tab-delimited line like this:
1.3       paf        26: 
1.9     ! moko       27: mysql  $sqldriversdir/libparser3mysql.so       libmysqlclient.so
1.3       paf        28: 
                     29:   which specifies 
                     30:     protocol name
1.8       misha      31:     path to Parser 'libparser3mysql' dynamic library
1.4       paf        32:     path to MySQL client 'libmysqlclient' dynamic library
                     33:       [you sould have it from from your MySQL client installation]
1.3       paf        34: 
1.9     ! moko       35: $Id: INSTALL,v 1.8 2007-02-19 10:57:04 misha Exp $

E-mail: