[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mysql
- Subject: Re: [cobalt-users] mysql
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Mon Apr 24 23:06:13 2000
- Organization: Hosting-Network, Inc.
Gary,
Just go to http://search.cpan.org and search for "Bundle::DBI". That is
probably what you're looking for.
Or you can just do the following:
*telnet in and su to root
*type (exactly!!):
wget http://www.perl.com/CPAN/authors/id/TIMB/DBI-1.13.tar.gz
gzip -cd DBI-1.13.tar.gz | tar xf -
cd DBI-1.13
perl Makefile.PL
make
make test
make install
Please only type "make install" if "make test" was successful.
You will possibly also need the mysql-modules which are also available from
CPAN. Just go to search and type in "mysql" and there you go........ --
installation same as above.
Best Regards,
Fathi
----- Original Message -----
From: "RHLinux" <rhlinux@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, April 25, 2000 7:12 AM
Subject: [cobalt-users] mysql
> can someone answer this?
>
> quick question for you: have you installed and do we have available for
use
> the perl dbi libraries for mysql? We have an application for which we
need
> to use straight perl and not php to access the database.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>