The driver installation is described in
INSTALL.html
- Windows/ActivePerl
ppm install DBI
ppm install DBD::cubrid
- Linux
perl -MCPAN -e shell
install DBD::cubrid
- The latest version of CUBRID Perl interface can be found at:
http://ftp.cubrid.org/CUBRID_Drivers/Perl_Driver/
- GNU Developer Toolset 8 or higher is required (Linux)
$ git clone git@github.com:CUBRID/cubrid-perl.git
$ cd cubrid-perl
$ perl Makefile.PL
$ make
... run CUBRID Database Service if you want to run test cases ...
$ make test
$ make install