Another thing I forgot to mention. If you visit http://testers.cpan.org/search?request=dist&dist=CGI-Session you'll see that the test was skipped on Win box. That's what i was expecting the test to produce if it fails to locate DBD::mysql.
Any ideas why it couldn't do that on MacOS X? On Mon, 13 May 2002, mrbbking wrote: > This distribution has been tested as part of the cpan-testers > effort to test...well, whatever people want us to test... > See http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > > Does your module truly require MySQL and DBD::mysql? Looking over > the POD, it seems like there are other options. > If that's true, can you check for DBD::mysql before running tests > with it? I don't have MySQL or DBD::mysql installed. > I think that will solve the problem. > > If I can help further, please let me know. > BTW, 'darwin' is MacOS X. > -- Brian. > > > [mrbbking:~/CPAN-Testers/CGI-Session-2.1] bbking% make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/db_file....ok > t/file.......ok > t/mysql......install_driver(mysql) failed: Can't locate DBD/mysql.pm > in @INC (@INC contains: /Users/bbking/CPAN-Testers/CGI- > Session-2.1/blib/lib /Users/bbking/CPAN-Testers/CGI- > Session-2.1/blib/arch /System/Library/Perl/darwin > /System/Library/Perl/darwin /System/Library/Perl > /Library/Perl/darwin /Library/Perl/darwin /Library/Perl > /Library/Perl/darwin /Library/Perl /Network/Library/Perl/darwin > /Network/Library/Perl /Network/Library/Perl . > /System/Library/Perl/darwin /System/Library/Perl > /Library/Perl/darwin /Library/Perl /Library/Perl > /Network/Library/Perl/darwin /Network/Library/Perl > /Network/Library/Perl .) at (eval 9) line 3. > Perhaps the DBD::mysql perl module hasn't been fully installed, > or perhaps the capitalisation of 'mysql' isn't right. > Available drivers: ExampleP, Proxy. > at t/mysql.t line 34 > t/mysql......dubious > Test returned status 255 (wstat 65280, 0xff00) > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/mysql.t 255 65280 ?? ?? % ?? > Failed 1/3 test scripts, 66.67% okay. 0/42 subtests failed, 100.00% > okay. > make: *** [test_dynamic] Error 2 > > -- > > Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: > Platform: > osname=darwin, osvers=1.4, archname=darwin > uname='darwin law 1.4 darwin kernel version 1.3: sun jul 22 > 16:20:35 pdt 2001; aramesh:buildobjrelease_ppc power macintosh > powerpc ' > config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=' > hint=recommended, useposix=true, d_sigaction=define > usethreads=undef use5005threads=undef useithreads=undef > usemultiplicity=undef > useperlio=undef d_sfio=undef uselargefiles=define > use64bitint=undef use64bitall=undef uselongdouble=undef > usesocks=undef > Compiler: > cc='cc', optimize='-O3', gccversion=Apple devkit-based CPP 6.0 > cppflags='-g -pipe -pipe -fno-common -no-cpp-precomp > -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing' > ccflags ='-g -pipe -pipe -fno-common -no-cpp-precomp > -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing' > stdchar='char', d_stdstdio=undef, usevfork=true > intsize=4, longsize=4, ptrsize=4, doublesize=8 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, > Off_t='off_t', lseeksize=8 > alignbytes=8, usemymalloc=n, prototype=define > Linker and Libraries: > ld='cc', ldflags ='' > libpth=/usr/lib > libs=-lm -lc > libc=/System/Library/Frameworks/System.framework/System, > so=dylib, useshrplib=true, libperl=libperl.dylib > Dynamic Linking: > dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' > cccdlflags=' ', lddlflags='-bundle -flat_namespace -undefined > suppress' > >
