If you have ActiveState perl then you would use 'ppm' to download and
install a module.

If you want to install it yourself then you follow the normal perl install
procedure

        download the module (you have done this)
        uncompress it (you have done this)
        change to the dir that it uncompressed to
        and do the following commands verify there
        are no errors for each step

        perl makefile.PL
        make
        make test
        make install

The 'make' command will vary depending on which make you have installed.  If
you have MS VC++ then it will be nmake.

> Behalf Of [EMAIL PROTECTED]
>
> Hi everyone.
>
>
> I am installing DBI-1_13_tar to use on my Windows98 OS. Simply all I have
>
> is a zip file called:
>
> DBI-1_13_tar
>
> Now, I know how to unzip it. The only problem I have is:
>
> What are steps involved in getting this module installed and working
>
> perfectly with ACTIVESTATE.
>
>
>
> Any assistance would be appreciated. I tried to use as I use regular
>
> modules, like:
>
> push (@INC, 'pwd')
>
> use DBI;
>
>
>
> but, the error come out saying:
>
> ================================================================
>
> Can't locate loadable object for module DBI in @INC (@INC contains:
>
> C:/Perl/lib
>
> C:/Perl/site/lib .) at DBI.pm line 158
>
> BEGIN failed--compilation aborted at DBI.pm line 158.
>
> BEGIN failed--compilation aborted at mytestdbi.cgi line 2.
>
> ================================================================


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to