[rt-users] rt command does not work
Kazu Kimura
kimura at ctc.ad.jp
Wed May 23 00:15:51 EDT 2001
I did as follows.
red# perl -CPAN -e'install DBD::mysql::Install'
Unrecognized switch: -CPAN (-h will show valid options).
red# perl -MCPAN -e 'install DBD::mysql::Install'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
(snip)
anifying blib/man1/dbimon.1
/usr/bin/make -- OK
Running make test
(snip)
t/00base............install_driver(mysql) failed: Can't load '../blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: Shared object "libmysqlclient.so.10" not found at
/usr/libdata/perl/5.00503/DynaLoader.pm line 169.
(snip)
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
! Make install failed because make test failed. I forced make install.
red# cd /root/.cpan/build/Msql-Mysql-modules-1.2216
red# /usr/bin/make install
! This seems successful.
! But.....
red# cd /opt/rt/bin
red# ./rtq --help
Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/DBD/mysql/mys
ql.so' for module DBD::mysql: Shared object "libmysqlclient.so.10" not found at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Mysql.pm line 13
BEGIN failed--compilation aborted at /opt/rt/lib/rt/database.pm line 8.
! It failed though.
! Sigh....
On Tue, 22 May 2001 11:26:03 -0400
Jesse <jesse at fsck.com> wrote:
> The current version of DBD::mysql is a broken beta test.
>
> perl -CPAN -e'install DBD::mysql::Install' will get you the old
> working version.
>
>
- - - - - - - - - - - - - - - - - - -
Kazu Kimura <kimura at ctc.ad.jp>
IP Network tech. dep. CTC
Phone +81-52-740-8101
Fax +81-52-740-8935
- - - - - - - - - - - - - - - - - - - -
More information about the rt-users
mailing list