RE: ´how to install perl DBI for windows




> -----Original Message-----
> From: babu [mailto:garavindbabu@xxxxxxxxxxx]
> Sent: 22 June 2005 09:52
> To: dbi-users@xxxxxxxx
> Subject: ´how to install perl DBI for windows
>
>
>
> Hi,
> i want to use perl DBI for "Using XML and Relational
> Databases with Perl".
> I am using a package called apachefriends/xampp, where perl
> comes with that package,which do not have the DBI package. so
> i want to install it, but i dont know much about perl as i am
> a php user.
> can someone please guide me how to incorporate DBI package
> for windows.
>

Bring up a dos Cmd window

ppm
install DBI

You will probably want to install some other modules that don't
come presupplied, like the database driver (DBD) for the database
you are using. For MySQL, this is DBD::Mysql.

Ivor.
.



Relevant Pages

  • Problem of DBI build
    ... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ...
    (perl.dbi.users)
  • Problem of DBI build
    ... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ...
    (perl.dbi.users)
  • Installing DBI and DBD::TSM
    ... I am having trouble installing DBI. ... This is perl, v5.8.0 built for aix-thread-multi ... blib/lib/DB ... You can install them any time after installing the DBI. ...
    (perl.dbi.users)
  • Problem of installing DBI packages
    ... my curent configuration of HP Unix system is as below: ... When i do>>perl makefile.PL, ... You can install them any time after installing the DBI. ...
    (perl.dbi.users)
  • Re: DBI Installation Problems
    ... In case if anyone else has this ELFCLASS problem in the future when building DBI & DBD::Oracle on Solaris 10 using a 32-bit Perl installation, here is what worked for me. ... Next you can install DBI as it is normally setup... ... wrong ELF class: ELFCLASS64 at ...
    (perl.dbi.users)