Oracle 5.0 Reference Manual page 212

Table of Contents

Advertisement

If you want to use the Perl module on a system that does not support dynamic linking (such as SCO),
you can generate a static version of Perl that includes
that you generate a version of Perl with the
Then you use that to build a version of Perl that additionally has the
On SCO, you must have the following environment variables set:
LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/progressive/lib
Or:
LD_LIBRARY_PATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:\
/usr/progressive/lib:/usr/skunk/lib
LIBPATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib:\
/usr/progressive/lib:/usr/skunk/lib
MANPATH=scohelp:/usr/man:/usr/local1/man:/usr/local/man:\
/usr/skunk/man:
First, create a Perl that includes a statically linked
directory where your
DBI
shell>
perl Makefile.PL -static -config
shell>
make
shell>
make install
shell>
make perl
Then, you must install the new Perl. The output of
need to execute to perform the installation. On SCO, this is
MAP_TARGET=perl.
Next, use the just-created Perl to create another Perl that also includes a statically linked
by running these commands in the directory where your
shell>
perl Makefile.PL -static -config
shell>
make
shell>
make install
shell>
make perl
Finally, you should install this new Perl. Again, the output of
use.
Problems Using the Perl
DBI
distribution is located:
192
Interface
DBI/DBD
and DBD::mysql. The way this works is
DBI
code linked in and install it on top of your current Perl.
DBD
module by running these commands in the
DBI
indicates the exact
make perl
make -f Makefile.aperl inst_perl
distribution is located:
DBD::mysql
make perl
code linked in, and install that.
command you
make
DBD::mysql
indicates the command to

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents