can"t install DBD::mysql

can"t install DBD::mysql

am 10.12.2002 18:42:29 von David Driscoll

Hi,
I've been trying to install DBD::mysql on SUSE 8.1.
I run "perl Makefile.PL" then "make"
make gets to
"chmod: failed to get attributes of 'blib/arch/aaut/DBD/mysql/mysql.so'"
and fails.
There is no mysql.so anywhere on my system. I googled and found somethin=
g
on the MYSQL site that said the problem was perl couldn/t locate
libmysqlclient.so. I do have this file and I tried all the suggestions M=
YSQL
offered: add location of libmysqlclient.so to path, add path to LD_RUN_P=
ATH,
compile perl Makefile.PL -static -config. But install still fails.

I can find some copies of mysql.so on the net but they all seem to be pa=
rt
of packagesvfor older versions of RedHat and I don't want to load old o=
ver
newer.

All the other mysql stuff seems to be ok.

Can anyone help? Has anyone installed the DBD::mysql driver on SUSE 8.1?

Thanks,
Dave Driscoll


------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1982@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: can"t install DBD::mysql

am 10.12.2002 21:03:47 von Jochen Wiedmann

Quoting David Driscoll :

> I've been trying to install DBD::mysql on SUSE 8.1.

AFAIK SuSE comes with a precompiled version of DBD::mysql.
See http://www.cpan.org/authors/id/J/JW/JWIED/DBD-mysql-2.1020.r eadme:

SuSE Linux 7.2 (you may prefer yast)

rpm -i mysql mysql-client mysql-devel mysql-shared
rpm -i perl-DBI
rpm -i perl-Msql-Mysql-modules


> I run "perl Makefile.PL" then "make"
> make gets to
> "chmod: failed to get attributes of
> 'blib/arch/aaut/DBD/mysql/mysql.so'"
> and fails.


No clue what's wrong without a complete log of "perl Makefile.PL",
"make" and "make test".

------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1983@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: can"t install DBD::mysql

am 10.12.2002 21:03:47 von Jochen Wiedmann

Quoting David Driscoll :

> I've been trying to install DBD::mysql on SUSE 8.1.

AFAIK SuSE comes with a precompiled version of DBD::mysql.
See http://www.cpan.org/authors/id/J/JW/JWIED/DBD-mysql-2.1020.r eadme:

SuSE Linux 7.2 (you may prefer yast)

rpm -i mysql mysql-client mysql-devel mysql-shared
rpm -i perl-DBI
rpm -i perl-Msql-Mysql-modules


> I run "perl Makefile.PL" then "make"
> make gets to
> "chmod: failed to get attributes of
> 'blib/arch/aaut/DBD/mysql/mysql.so'"
> and fails.


No clue what's wrong without a complete log of "perl Makefile.PL",
"make" and "make test".

------------------------------------------------------------ ---------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail msql-mysql-modules-thread1983@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.