in reply to Re: Derivative Works and Perl Modules
in thread Derivative Works and Perl Modules
According to this:
First, create a Perl that includes a statically linked DBI by running these commands in the directory where your DBI distribution is located:
shell> perl Makefile.PL -static -config
shell> make
shell> make install
shell> make perl
Note that I haven't tried this, I just remembered reading about it once.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Derivative Works and Perl Modules
by Elian (Parson) on Jan 03, 2003 at 20:35 UTC |