Cego-DBD project implements a Perl DBD driver for the Cego database system.
Tested platforms and compliers
Cego DBD is pretty new and has just been tested on Mac OS X using GNU C++ compiler.
Please note: Cego DBD uses the XS API in combination with C++ libraries. There are still expected some problems with different platforms.
Installation
Run the configure script with the following options
$ make Makefile.PL --prefix=
where prefix-dir is the base directory of the previous installed base,
xml and Cego client header files and libraries ( e.g. /usr/local ).
Run make
$ make
This builds the complete DBD driver.
To test the driver, you first have to build up a cego database and start up the daemon. Edit the connection parameter file dbd.def and put in the appropriate database connection parameters in the first line.
The following format ist required
< hostname >:< port >:< tableset >:< user >:< password >
( e.g. geek:2200:TS1:lemke:lemke )
Now you can run the database driver tests with
$ make test
If succesful, deliver the package with
$ make install
Product's homepage
Requirements:
· Perl
· base-1.0.12
· xml-1.0.6
· cego-1.0.10
What's New in This Release: [ read full changelog ]
· This version supports cego-2.13 with serial network protocol.