Problems

Problems

am 23.10.2002 17:29:10 von Jessiquita

------=_NextPart_000_002D_01C27A7F.064D4E00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hello,

i have MySQL 4.0.3 and perl 5.=20
I installed perl-DBD-msql-mysql-1.2215-1.0.7 and perl-DBI-1.21-1, but =
my perl scripts don't work. I think that need newer versions.

Help me. Where can i download ?

Jessica Suarez=20

------=_NextPart_000_002D_01C27A7F.064D4E00--

Re: Problems

am 23.10.2002 20:27:09 von fision

Hi Jessica.

You should use CPAN.pm to install perl modules easily. Probably you alrea=
dy=20
have installed this module.

Just type, in bash (as root):
# perl -MCPAN -e shell

and then, a cpan shell will be shown.
(if you haven't runned CPAN before, you have to configure it interactivel=
y)
cpan> install Bundle::Mysql

and that's all. This will install DBI, Data::ShowTable, Mysql, DBD::mysql
( Also, you can install this modules one by one, as you need:
cpan> install DBI
cpan> install DBD::mysql
etc)

Saludos,
fision



El Mi=E9 23 Oct 2002 12:29, Jessiquita escribi=F3:
> hello,
>
> i have MySQL 4.0.3 and perl 5.
> I installed perl-DBD-msql-mysql-1.2215-1.0.7 and perl-DBI-1.21-1, but =
my
> perl scripts don't work. I think that need newer versions.
>
> Help me. Where can i download ?
>
> Jessica Suarez


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1959@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

Re: Problems

am 23.10.2002 20:27:09 von fision

Hi Jessica.

You should use CPAN.pm to install perl modules easily. Probably you alrea=
dy=20
have installed this module.

Just type, in bash (as root):
# perl -MCPAN -e shell

and then, a cpan shell will be shown.
(if you haven't runned CPAN before, you have to configure it interactivel=
y)
cpan> install Bundle::Mysql

and that's all. This will install DBI, Data::ShowTable, Mysql, DBD::mysql
( Also, you can install this modules one by one, as you need:
cpan> install DBI
cpan> install DBD::mysql
etc)

Saludos,
fision



El Mi=E9 23 Oct 2002 12:29, Jessiquita escribi=F3:
> hello,
>
> i have MySQL 4.0.3 and perl 5.
> I installed perl-DBD-msql-mysql-1.2215-1.0.7 and perl-DBI-1.21-1, but =
my
> perl scripts don't work. I think that need newer versions.
>
> Help me. Where can i download ?
>
> Jessica Suarez


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1959@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

RE: Problems

am 23.10.2002 20:50:44 von sherzodr

Hi folks,

Just a quick note here..
>
> Just type, in bash (as root):
> # perl -MCPAN -e shell

You don't have to be root. While configuring just give
proper options to the Makefile.PL, and CPAN.pm will be installing
the modules accordingly:

LIB=/home/jessica/perl5lib

That's it. In some machines CPAN.pm wouldn't launch if you're not
root, which isn't meant to happy in proper installed CPAN. To fix this
Just copy the CPAN/Config.pm file into your own home folder under
~/.cpan/CPAN/MyConfig.pm, and change the pathes inside the Config file
accordingly. Voila!



------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1960@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.

RE: Problems

am 23.10.2002 20:50:44 von sherzodr

Hi folks,

Just a quick note here..
>
> Just type, in bash (as root):
> # perl -MCPAN -e shell

You don't have to be root. While configuring just give
proper options to the Makefile.PL, and CPAN.pm will be installing
the modules accordingly:

LIB=/home/jessica/perl5lib

That's it. In some machines CPAN.pm wouldn't launch if you're not
root, which isn't meant to happy in proper installed CPAN. To fix this
Just copy the CPAN/Config.pm file into your own home folder under
~/.cpan/CPAN/MyConfig.pm, and change the pathes inside the Config file
accordingly. Voila!



------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1960@lists.mysql.com

To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail msql-mysql-modules-unsubscribe@lists.mysql.com instead.