Installing 1.0.2 on Sun

Ok I’m a rookie, I honestly and openly admit it… Hope ya can help me
or at least point me in the right direction… :slight_smile:

I am trying (still) to install RT 1.0.2 on a Sun (SunOS 5.7
Generic_106541-10 sun4u sparc SUNW,Ultra-1) and I am stuck.

I have Msql-Mysql-modules-1.2209 and the documentation says:

[cut]

First you need to install the DBI module.

[…]

I recommend trying automatic installation via the CPAN module. Try
perl -MCPAN -e shell

install Bundle::DBD::mysql

[cut]

Ok, so I do this and I get:

[cut]
t/akmisc…FAILED test 44
Failed 1/351 tests, 99.72% okay
t/dbdadmin…ok
t/mysql…FAILED test 23
Failed 1/68 tests, 98.53% okay
t/mysql2…ok
Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
Failed 2/17 test scripts, 88.24% okay. 2/732 subtests failed, 99.73%
okay.
make[1]: *** [test_dynamic] Error 29
make[1]: Leaving directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make: *** [test] Error 2
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Bundle summary: The following items seem to have had installation
problems:
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Mysql DBD::mysql

[cut]

Ok so, are the failed tests serious (greek to me) and how do I force
this from the CPAN shell prompt if continuing is ok??

Thanks!!!

P.S. Have I mentioned I like Linux and RPMs even more now than I
realized. Getting all this stuff going was easy on the RedHat 6.1 i386
platform. I see how people can get sucked into using Windows too…

Randy Millis
Programmer Analyst
Electrical and Computer Engineering
University of Calgary
2500 University Dr. N.W.
Calgary, Alberta
Canada T2N 1N4
Tel: 403-220-4864 Fax: 403-282-6855
rmillis@enel.ucalgary.ca

perl -MCPAN -e’install DBI’
first.

Also, do you have mysql installed locally including the headers?On Fri, Jun 02, 2000 at 03:03:32PM -0600, Randy Millis wrote:

Ok I’m a rookie, I honestly and openly admit it… Hope ya can help me
or at least point me in the right direction… :slight_smile:

I am trying (still) to install RT 1.0.2 on a Sun (SunOS 5.7
Generic_106541-10 sun4u sparc SUNW,Ultra-1) and I am stuck.

I have Msql-Mysql-modules-1.2209 and the documentation says:

[cut]

First you need to install the DBI module.

[…]

I recommend trying automatic installation via the CPAN module. Try
perl -MCPAN -e shell

install Bundle::DBD::mysql

[cut]

Ok, so I do this and I get:

[cut]
t/akmisc…FAILED test 44
Failed 1/351 tests, 99.72% okay
t/dbdadmin…ok
t/mysql…FAILED test 23
Failed 1/68 tests, 98.53% okay
t/mysql2…ok
Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
Failed 2/17 test scripts, 88.24% okay. 2/732 subtests failed, 99.73%
okay.
make[1]: *** [test_dynamic] Error 29
make[1]: Leaving directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make: *** [test] Error 2
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Bundle summary: The following items seem to have had installation
problems:
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Mysql DBD::mysql

[cut]

Ok so, are the failed tests serious (greek to me) and how do I force
this from the CPAN shell prompt if continuing is ok??

Thanks!!!

P.S. Have I mentioned I like Linux and RPMs even more now than I
realized. Getting all this stuff going was easy on the RedHat 6.1 i386
platform. I see how people can get sucked into using Windows too…


Randy Millis
Programmer Analyst
Electrical and Computer Engineering
University of Calgary
2500 University Dr. N.W.
Calgary, Alberta
Canada T2N 1N4
Tel: 403-220-4864 Fax: 403-282-6855
rmillis@enel.ucalgary.ca
http://www.enel.ucalgary.ca/


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

jesse reed vincent — root@eruditorum.orgjesse@fsck.com
pgp keyprint: 50 41 9C 03 D0 BC BC C8 2C B9 77 26 6F E1 EB 91
Pelcgb-serrqbz abj!

Jesse wrote:

perl -MCPAN -e’install DBI’
first.

Ok, I did that (looks ok, but I am being verbose to see if my lack of experience has
assisted me in missing something):

[cut]

fsa# perl -MCPAN -e’install DBI’
Going to read /home/fsa/staff/rmillis/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/fsa/staff/rmillis/.cpan/sources/modules/02packages.details.txt.gz

Scanning cache /home/fsa/staff/rmillis/.cpan/build for sizes

There’s a new CPAN.pm version (v1.54) available!
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running…

Going to read /home/fsa/staff/rmillis/.cpan/sources/modules/03modlist.data.gz
DBI is up to date.
Stime = 0.0 Utime = 10.0 RTime = 0:15 Memory = 0 Kb

[cut]

[cut]

cpan> install Bundle::DBD::mysql

[…]

Failed Test Status Wstat Total Fail Failed List of failed
t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
Failed 2/17 test scripts, 88.24% okay. 2/732 subtests failed, 99.73% okay.
make[1]: *** [test_dynamic] Error 29
make[1]: Leaving directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make: *** [test] Error 2
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Bundle summary: The following items seem to have had installation problems:
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Mysql DBD::mysql
[cut]

Also, do you have mysql installed locally including the headers?

I did a source install and followed the instructions to the best of my ability.
safe_mysqld is running and I can connect to the test database as root. How do I
check?:wink:

And so i says to him|her…

Ok, I did that (looks ok, but I am being verbose to see if my lack of experience has
assisted me in missing something):

[cut]

[cut]

[cut]

[cut]

cpan> install Bundle::DBD::mysql

[…]

Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23

Try this:

force install Mysql
install Bundle::CPAN
reload cpan

=)

The CPAN module won’t install something if the tests fail.
The Mysql module tests try to connect to a ‘test’ database
with a bunch of funky parameters, which inevitably fails.

I know because i installed the DBI/Mysql modules earlier this
week =)

cheers,

_Michael.

Michael Jastremski … AIM:rstfinsyn
WORK:liquidation.com ME:westphila.net/mike
PHOTO:opl.megaglobal.net … BIZ:megaglobal.net

Can you paste in the whole interaction with the mysql modules install?On Fri, Jun 02, 2000 at 03:51:03PM -0600, Randy Millis wrote:

Jesse wrote:

perl -MCPAN -e’install DBI’
first.

Ok, I did that (looks ok, but I am being verbose to see if my lack of experience has
assisted me in missing something):

[cut]

fsa# perl -MCPAN -e’install DBI’
Going to read /home/fsa/staff/rmillis/.cpan/sources/authors/01mailrc.txt.gz
Going to read /home/fsa/staff/rmillis/.cpan/sources/modules/02packages.details.txt.gz

Scanning cache /home/fsa/staff/rmillis/.cpan/build for sizes

There’s a new CPAN.pm version (v1.54) available!
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless upgrade
while we are running…

Going to read /home/fsa/staff/rmillis/.cpan/sources/modules/03modlist.data.gz
DBI is up to date.
Stime = 0.0 Utime = 10.0 RTime = 0:15 Memory = 0 Kb

[cut]

[cut]

cpan> install Bundle::DBD::mysql

[…]

Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
Failed 2/17 test scripts, 88.24% okay. 2/732 subtests failed, 99.73% okay.
make[1]: *** [test_dynamic] Error 29
make[1]: Leaving directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make: *** [test] Error 2
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Bundle summary: The following items seem to have had installation problems:
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Mysql DBD::mysql
[cut]

Also, do you have mysql installed locally including the headers?

I did a source install and followed the instructions to the best of my ability.
safe_mysqld is running and I can connect to the test database as root. How do I
check?:wink:

jesse reed vincent — root@eruditorum.orgjesse@fsck.com
pgp keyprint: 50 41 9C 03 D0 BC BC C8 2C B9 77 26 6F E1 EB 91
And I’m told we do share some common rituals. Our “flame war” is apparently
held in person in their land and called “project meeting”.
-Alan Cox [on “Suits”]

Jesse wrote:

Can you paste in the whole interaction with the mysql modules install?

x Msql-Mysql-modules-1.2214, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/dbd, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/dbd/constants.h, 4685 bytes, 10 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/dbd.xs.in, 8254 bytes, 17 tape blocks
x Msql-Mysql-modules-1.2214/dbd/dbimon.in, 39044 bytes, 77 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/Acknowledgements, 1186 bytes, 3 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/myMsql.h, 4448 bytes, 9 tape blocks
x Msql-Mysql-modules-1.2214/dbd/Changes, 9127 bytes, 18 tape blocks
x Msql-Mysql-modules-1.2214/dbd/bindparam.h, 5358 bytes, 11 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/dbd.pm.in, 43995 bytes, 86 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/Makefile.PL.in, 1875 bytes, 4 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/dbdimp.c, 65151 bytes, 128 tape
blocks
x Msql-Mysql-modules-1.2214/dbd/dbdimp.h, 8961 bytes, 18 tape blocks
x Msql-Mysql-modules-1.2214/dbd/bundle.pm.in, 473 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/lib, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/ExtUtils, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/ExtUtils/PerlPP.pm, 13736 bytes, 27
tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mSQL, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mSQL/Install.pm, 6111 bytes, 12
tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mSQL1, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mSQL1/Install.pm, 3058 bytes, 6
tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mysql, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/lib/DBD/mysql/Install.pm, 14929 bytes, 30
tape blocks
x Msql-Mysql-modules-1.2214/tests, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/tests/ak-dbd.t, 15592 bytes, 31 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mSQL1.dbtest, 2847 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/CSV.mtest, 165 bytes, 1 tape blocks
x Msql-Mysql-modules-1.2214/tests/CSV.dbtest, 2922 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/20createdrop.t, 1871 bytes, 4 tape
blocks
x Msql-Mysql-modules-1.2214/tests/dbdadmin.t, 5212 bytes, 11 tape
blocks
x Msql-Mysql-modules-1.2214/tests/50commit.t, 6350 bytes, 13 tape
blocks
x Msql-Mysql-modules-1.2214/tests/msql2.t, 3554 bytes, 7 tape blocks
x Msql-Mysql-modules-1.2214/tests/mysql.dbtest, 2902 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/50chopblanks.t, 3926 bytes, 8 tape
blocks
x Msql-Mysql-modules-1.2214/tests/00base.t, 989 bytes, 2 tape blocks
x Msql-Mysql-modules-1.2214/tests/40nulls.t, 2591 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/msql1.t, 20944 bytes, 41 tape
blocks
x Msql-Mysql-modules-1.2214/tests/pNET.dbtest, 243 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mysql2.t, 3953 bytes, 8 tape blocks
x Msql-Mysql-modules-1.2214/tests/40bindparam.t, 5384 bytes, 11 tape
blocks
x Msql-Mysql-modules-1.2214/tests/10dsnlist.t, 2030 bytes, 4 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mSQL.mtest, 169 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mysql.t, 19235 bytes, 38 tape
blocks
x Msql-Mysql-modules-1.2214/tests/README, 10728 bytes, 21 tape blocks
x Msql-Mysql-modules-1.2214/tests/60leaks.t, 5156 bytes, 11 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mSQL1.mtest, 171 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/tests/30insertfetch.t, 2633 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/Adabas.mtest, 171 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/tests/40blobs.t, 3507 bytes, 7 tape
blocks
x Msql-Mysql-modules-1.2214/tests/40numrows.t, 4241 bytes, 9 tape
blocks
x Msql-Mysql-modules-1.2214/tests/lib.pl, 5808 bytes, 12 tape blocks
x Msql-Mysql-modules-1.2214/tests/pNET.mtest, 4198 bytes, 9 tape
blocks
x Msql-Mysql-modules-1.2214/tests/40listfields.t, 4035 bytes, 8 tape
blocks
x Msql-Mysql-modules-1.2214/tests/skeleton.test, 1821 bytes, 4 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mysql.mtest, 169 bytes, 1 tape
blocks
x Msql-Mysql-modules-1.2214/tests/mSQL.dbtest, 2844 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/Adabas.dbtest, 2961 bytes, 6 tape
blocks
x Msql-Mysql-modules-1.2214/tests/akmisc.t, 26792 bytes, 53 tape
blocks
x Msql-Mysql-modules-1.2214/mSQL, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Bundle, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Bundle/DBD, 0 bytes, 0 tape
blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Bundle/DBD/mSQL.pm, 412 bytes, 1
tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/DBD, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/DBD/mSQL.pm, 39319 bytes, 77
tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Msql.pm, 24015 bytes, 47 tape
blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Msql, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mSQL/lib/Msql/Statement.pm, 4460 bytes, 9
tape blocks
x Msql-Mysql-modules-1.2214/nodbd, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/nodbd/nodbd.pm.in, 24360 bytes, 48 tape
blocks
x Msql-Mysql-modules-1.2214/nodbd/pmsql.in, 19525 bytes, 39 tape
blocks
x Msql-Mysql-modules-1.2214/nodbd/statement.pm.in, 5042 bytes, 10
tape blocks
x Msql-Mysql-modules-1.2214/nodbd/typemap, 522 bytes, 2 tape blocks
x Msql-Mysql-modules-1.2214/mysql, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Mysql.pm, 23494 bytes, 46 tape
blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Mysql, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Mysql/Statement.pm, 3939 bytes,
8 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/DBD, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/DBD/mysql.pm, 42231 bytes, 83
tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Bundle, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Bundle/DBD, 0 bytes, 0 tape
blocks
x Msql-Mysql-modules-1.2214/mysql/lib/Bundle/DBD/mysql.pm, 417 bytes,
1 tape blocks
x Msql-Mysql-modules-1.2214/Makefile.PL, 16138 bytes, 32 tape blocks
x Msql-Mysql-modules-1.2214/MANIFEST, 2692 bytes, 6 tape blocks
x Msql-Mysql-modules-1.2214/MANIFEST.SKIP, 0 bytes, 0 tape blocks
x Msql-Mysql-modules-1.2214/README, 42813 bytes, 84 tape blocks
x Msql-Mysql-modules-1.2214/ChangeLog, 30124 bytes, 59 tape blocks
Which drivers do you want to install?

1)  MySQL only
2)  mSQL only (either of mSQL 1 or mSQL 2)
3)  MySQL and mSQL (either of mSQL 1 or mSQL 2)

4)  mSQL 1 and mSQL 2
5)  MySQL, mSQL 1 and mSQL 2

Enter the appropriate number: [3]1

Do you want to install the MysqlPerl emulation? You might keep your
old
Mysql module (to be distinguished from DBD::mysql!) if you are
concerned
about compatibility to existing applications! [n] y
Where is your MySQL
installed? Please tell me the directory that
contains the subdir ‘include’. [/usr/local/mysql]
Which database should I use for testing the MySQL drivers? [test]
On which host is database test running (hostname, ip address
or host:port) [localhost]
User name for connecting to database test?[undef] root
Password for connecting to database test? [undef] *****
Creating files for MySQL …
Checking if your kit is complete…
Looks good
Using DBI 1.13 installed in
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Msql-Mysql-modules
mkdir blib/lib/auto
mkdir blib/lib/auto/Msql-Mysql-modules
mkdir blib/man1
/usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.00503/sun4-solaris
-I/usr/local/lib/perl5/5.00503 -Ilib -MExtUtils::PerlPP
-e ppp “dbd/dbimon.in” “dbimon” “lib/DBD/mysql/Install/Config.pm”
/usr/local/bin/pod2text mysql/lib/DBD/mysql.pm >README
make[1]: Entering directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
mkdir …/blib/lib/DBD
mkdir …/blib/arch/auto/DBD
mkdir …/blib/arch/auto/DBD/mysql
mkdir …/blib/lib/auto/DBD
mkdir …/blib/lib/auto/DBD/mysql
mkdir …/blib/man3
cp lib/DBD/mysql.pm …/blib/lib/DBD/mysql.pm
cp lib/Bundle/DBD/mysql.pm …/blib/lib/Bundle/DBD/mysql.pm
cp lib/Mysql/Statement.pm …/blib/lib/Mysql/Statement.pm
cp lib/Mysql.pm …/blib/lib/Mysql.pm
gcc -c -I/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI
-I/usr/local/mysql/include/mysql -I…/dbd
-I/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI
-I/usr/local/lib/perl5/5.00503/sun4-solaris -I/usr/local/include -O
-DVERSION="2.0414" -DXS_VERSION="2.0414" -fPIC
-I/usr/local/lib/perl5/5.00503/sun4-solaris/CORE -DDBD_MYSQL dbdimp.c
/usr/local/bin/perl -p -e “s/~DRIVER~/mysql/g” <
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI/Driver.xst

mysql.xsi
/usr/local/bin/perl -I/usr/local/lib/perl5/5.00503/sun4-solaris
-I/usr/local/lib/perl5/5.00503
/usr/local/lib/perl5/5.00503/ExtUtils/xsubpp -object_capi -typemap
/usr/local/lib/perl5/5.00503/ExtUtils/typemap mysql.xs >xstmp.c && mv
xstmp.c mysql.c
gcc -c -I/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI
-I/usr/local/mysql/include/mysql -I…/dbd
-I/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBI
-I/usr/local/lib/perl5/5.00503/sun4-solaris -I/usr/local/include -O
-DVERSION="2.0414" -DXS_VERSION="2.0414" -fPIC
-I/usr/local/lib/perl5/5.00503/sun4-solaris/CORE -DDBD_MYSQL mysql.c
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs

LD_RUN_PATH=“/usr/local/mysql/lib/mysql:/lib:/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2”

gcc -o …/blib/arch/auto/DBD/mysql/mysql.so
-R/usr/local/mysql/lib/mysql -R/lib
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2 -G
-L/usr/local/lib dbdimp.o mysql.o -L/usr/local/mysql/lib/mysql
-R/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql
-lmysqlclient -lm
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2 -lgcc
chmod 755 …/blib/arch/auto/DBD/mysql/mysql.so
cp mysql.bs …/blib/arch/auto/DBD/mysql/mysql.bs
chmod 644 …/blib/arch/auto/DBD/mysql/mysql.bs
Manifying …/blib/man3/DBD::mysql.3
Manifying …/blib/man3/Bundle::DBD::mysql.3
Manifying …/blib/man3/Mysql.3
make[1]: Leaving directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql' mkdir blib/script cp dbimon blib/script/dbimon /usr/local/bin/perl -I/usr/local/lib/perl5/5.00503/sun4-solaris -I/usr/local/lib/perl5/5.00503 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/dbimon Manifying blib/man1/dbimon.1 make[1]: Entering directory /home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make[1]: Leaving directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql' make[1]: Entering directory /home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I…/blib/arch -I…/blib/lib
-I/usr/local/lib/perl5/5.00503/sun4-solaris
-I/usr/local/lib/perl5/5.00503 -e ‘use Test::Harness qw(&runtests
$verbose); $verbose=0; runtests @ARGV;’ t/*.t
t/00base…ok
t/10dsnlist…ok
t/20createdrop…ok
t/30insertfetch…ok
t/40bindparam…ok
t/40blobs…ok
t/40listfields…ok
t/40nulls…ok
t/40numrows…ok
t/50chopblanks…ok
t/50commit…ok
t/60leaks…skipping test on this platform
t/ak-dbd…ok
t/akmisc…FAILED test 44
Failed 1/351 tests, 99.72% okay
t/dbdadmin…ok
t/mysql…FAILED test 23
Failed 1/68 tests, 98.53% okay
t/mysql2…ok
Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
make[1]: Leaving directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql' make[1]: Entering directory /home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
make[1]: Leaving directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql' make[1]: Entering directory /home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I…/blib/arch -I…/blib/lib
-I/usr/local/lib/perl5/5.00503/sun4-solaris
-I/usr/local/lib/perl5/5.00503 -e ‘use Test::Harness qw(&runtests
$verbose); $verbose=0; runtests @ARGV;’ t/*.t
t/00base…ok
t/10dsnlist…ok
t/20createdrop…ok
t/30insertfetch…ok
t/40bindparam…ok
t/40blobs…ok
t/40listfields…ok
t/40nulls…ok
t/40numrows…ok
t/50chopblanks…ok
t/50commit…ok
t/60leaks…skipping test on this platform
t/ak-dbd…ok
t/akmisc…FAILED test 44
Failed 1/351 tests, 99.72% okay
t/dbdadmin…ok
t/mysql…FAILED test 23
Failed 1/68 tests, 98.53% okay
t/mysql2…ok
Failed Test Status Wstat Total Fail Failed List of failed

t/akmisc.t 351 1 0.28% 44
t/mysql.t 68 1 1.47% 23
1 test skipped.
make[1]: Leaving directory
`/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214/mysql’
Going to read
/home/fsa/staff/rmillis/.cpan/sources/authors/01mailrc.txt.gz
Going to read
/home/fsa/staff/rmillis/.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /home/fsa/staff/rmillis/.cpan/build for sizes

There’s a new CPAN.pm version (v1.54) available!
You might want to try
install Bundle::CPAN
reload cpan
without quitting the current session. It should be a seamless
upgrade
while we are running…

Going to read
/home/fsa/staff/rmillis/.cpan/sources/modules/03modlist.data.gz
CPAN: MD5 loaded ok
Checksum for
/home/fsa/staff/rmillis/.cpan/sources/authors/id/J/JW/JWIED/Msql-Mysql-modules-1.2214.tar.gz

ok
Removing previously used
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
DBI is up to date.
Data::ShowTable is up to date.
Running make for J/JW/JWIED/Msql-Mysql-modules-1.2214.tar.gz
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214

CPAN.pm: Going to build J/JW/JWIED/Msql-Mysql-modules-1.2214.tar.gz

/usr/local/bin/make – OK
Running make test
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force
Running make for J/JW/JWIED/Msql-Mysql-modules-1.2214.tar.gz
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Has already been processed within this session
Running make test
/usr/local/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

Bundle summary: The following items seem to have had installation
problems:
Unwrapped into directory
/home/fsa/staff/rmillis/.cpan/build/Msql-Mysql-modules-1.2214
Mysql DBD::mysql

Jesse wrote:

force it.

Ok, it worked! Its up!

Thanks for the help.

Still curious what the errors mean…

Thanks for the help.

Still curious what the errors mean…

Some permission troubles when connecting to the db. The author of the
module hasn’t been able to reproduce those errors himself. If you want to
go deeper into it, and submit a bugpatch to the author of mysql-modules,
you’re more than welcome :slight_smile:

“The trouble with the world is that the stupid are
cocksure and the intelligent are full of doubt.”

  • Bertrand Russell

Tobias Brox wrote:

Thanks for the help.

Still curious what the errors mean…

Some permission troubles when connecting to the db. The author of the
module hasn’t been able to reproduce those errors himself. If you want to
go deeper into it, and submit a bugpatch to the author of mysql-modules,
you’re more than welcome :slight_smile:

Will it benefit the RT/MySQL community as a whole if I do?

What do I need to do?

Will it benefit the RT/MySQL community as a whole if I do?

It will of course prevent others in having headaches and wasting time
explaining those problems. Anyway, I guess it’s really a detail, and I
think it’s the authors responsibility to add some output lines about the
failed tests anyway.

Strange though, that the RT list gets more feedback than the MySQL list
about this. I guess it’s because RT1 is using the emulation and not DBI.
RT2 is using the DBI.

What do I need to do?

You’ll just use the perl debugger to find out why the test fails. If you
don’t know how to do it, then don’t bother … just send a mail to
msql-mysql-modules@lists.mysql.com or Jochen Wiedmann joe@ispsoft.de
complaining about this thing :slight_smile:

“The trouble with the world is that the stupid are
cocksure and the intelligent are full of doubt.”

  • Bertrand Russell