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