Now: Tutorial for Web and Software Design > PHP > QA > PHP Content
> PHPFAQ - Installing MySQL Perl Modules DBI [Bookmark it]
PHPFAQ - Installing MySQL Perl Modules DBI


Question :

Installing MySQL Perl Modules DBI

Answer :Correct/Updated as of 02/10/2004

We do this from source, check http://search.cpan.org for latest versions.

wget http://search.cpan.org/CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz
tar -pxzf Data-Dumper-2.121.tar.gz
cd Data-Dumper-2.121
perl Makefile.PL
make
make test
make install
cd ..

wget http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.43.tar.gz

tar -pxzf DBI-1.43.tar.gz
cd DBI-1.43
perl Makefile.PL
make
make test
make install
cd ..

wget http://search.cpan.org/CPAN/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2219.tar.gz
tar -pxzf Msql-Mysql-modules-1.2219.tar.gz
cd Msql-Mysql-modules-1.2219

#To do this you need a MySQL running using localhost (/tmp/mysql.sock)
perl Makefile.PL

make
make install



[Bookmark][Print] [Close][To Top]
  • Prev Article-PHP:

  • Next Article-PHP:
  • Related Materias
    PHPFAQ - How google is you
    PHPFAQ - Are there any web
    PHPFAQ - How can I accept 
    PHPFAQ - How can I finance
    PHPFAQ - Where can I get P
    PHPFAQ - Where can I host 
    PHPFAQ - Where can I find 
    PHPFAQ - I am trying to cr
    PHPFAQ - Is there a librar
    PHPFAQ - How can I manage 
    Topics
    Photoshop Tutorial
     

    Special Effect

      3D Effect
      Photoshop Articles
    Programming Tutorial
     

    C/C++ Tutorial

      Visual Basic
      C# Tutorial
    Database Tutorial
     

    MySQL Tutorial

      MS SQL Tutorial
      Oracle Tutorial
    Graphic Design Tutorial
     

    Coreldraw Tutorial

      Illustrator Tutorial
      3D Graphics Articles
    Webmaster Articles
     

    Domain Service

      Web Hosting
      Site Promotion
    Java Tutorial&Articles
     

    Java Servlets

      JavaEE Tutorial
     

    JavaBeans Tutorial

    XML Tutorial&Articles
     

    XML Style Tutorial

      AJAX Tutorial
      XML Mobile
    Flash Tutorial&Articles
     

    Flash Video

      Action Script
      Flash Articles
    OS Tutorial&Articles
     

    Linux Tutorial

      Symbian Tutorial
      MacOS Tutorial