Annotation of sql/mysql/INSTALL, revision 1.4

1.3       paf         1: 0.Assuming your perform your builds in $D directory 
                      2:   and suggested subdirectories.
1.2       paf         3: 
1.3       paf         4: 1.What is the process to compile Parser3 MySQL driver? 
1.2       paf         5: 
1.4     ! paf         6:   You sould have MySQL client software and include files installed.
1.2       paf         7: 
1.4     ! paf         8:   As most UNIX libraries Parser3 MySQL driver follows the "standard":
1.1       parser      9: 
1.3       paf        10:   cd $D/parser3project
                     11:   gunzip -c parser3mysql-x.x.tar.gz | tar xvf -
                     12:   cd parser3mysql-x.x
                     13:   ./configure --prefix=/usr/local
                     14:   make
1.1       parser     15: 
1.3       paf        16: 
                     17:   In case configure could not find directory with your 
                     18:   MySQL client software include files, specify it with
1.4     ! paf        19:     --with-mysql-inc=DIR        DIR is the MySQL includes directory
        !            20:   option.
1.3       paf        21:   
                     22: 2.What is the process to install Parser3 MySQL driver?
                     23: 
                     24:   make install
                     25: 
                     26:   Installation layout:
                     27:     $prefix/lib/
                     28:       libparser3mysql.x     -- driver's dynamic library
                     29: 
                     30:   NOTE:
                     31:   make sure that Parser3 main configuration file, 
                     32:        $prefix/etc/parser3.conf
                     33:   has in $SQL[...] configuration section a line like this:
                     34: 
                     35: mysql  $sqldriversdir/libparser3mysql.so       /usr/local/lib/mysql/libmysqlclient.so
                     36: 
                     37:   which specifies 
                     38:     protocol name
1.4     ! paf        39:     path to Parser 'libparser3mysql' dynamic library
        !            40:     path to MySQL client 'libmysqlclient' dynamic library
        !            41:       [you sould have it from from your MySQL client installation]
1.3       paf        42: 
                     43:  
1.4     ! paf        44: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
1.3       paf        45: 
1.4     ! paf        46: $Id: INSTALL,v 1.3 2002/02/08 10:56:22 paf Exp $

E-mail: