[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How much $$$ to install mySQL on RAQ2?



did the mysql install - seemed to go ok - got into mysqladmin etc etc

then went to do the dbi stuff and got the errors below: any ideas ?


Jim Carey
www.OZbcoz.com
Premium Domain Services

[root@web /root]# perl -MCPAN -e shell;

cpan shell -- CPAN exploration and modules installation (v1.54)
ReadLine support enabled

cpan> install Crypt::DES
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
CPAN: Compress::Zlib loaded ok
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Scanning cache /root/.cpan/build for sizes
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Running make for D/DP/DPARIS/Crypt-DES-1.01.tar.gz
CPAN: MD5 loaded ok
Checksum for
/root/.cpan/sources/authors/id/D/DP/DPARIS/Crypt-DES-1.01.tar.gz ok

Crypt-DES-1.01/
Crypt-DES-1.01/des.h
Crypt-DES-1.01/MANIFEST
Crypt-DES-1.01/DES.pm
Crypt-DES-1.01/test.pl
Crypt-DES-1.01/DES.pod
Crypt-DES-1.01/COPYRIGHT
Crypt-DES-1.01/typemap
Crypt-DES-1.01/DES.xs
Crypt-DES-1.01/Makefile.PL
Crypt-DES-1.01/des.c
Removing previously used /root/.cpan/build/Crypt-DES-1.01

  CPAN.pm: Going to build D/DP/DPARIS/Crypt-DES-1.01.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::DES
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/DES
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/DES
mkdir blib/man3
cp DES.pm blib/lib/Crypt/DES.pm
cp DES.pod blib/lib/Crypt/DES.pod
/usr/local/bin/perl -I/usr/local/lib/perl5/5.6.0/i586-linux -I/usr/local/lib
/per
l5/5.6.0 /usr/local/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap
/usr/local/lib/per
l5/5.6.0/ExtUtils/typemap -typemap typemap DES.xs > DES.xsc && mv DES.xsc
DES.c
Please specify prototyping behavior for DES.xs (see perlxs manual)
cc -c  -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2  
   -
DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -fpic -I/usr/local/lib/perl5/5.6.0/i
586-
linux/CORE  DES.c
DES.xs: In function `XS_Crypt__DES_crypt':
DES.xs:50: `sv_undef' undeclared (first use in this function)
DES.xs:50: (Each undeclared identifier is reported only once
DES.xs:50: for each function it appears in.)
make: *** [DES.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Oops, make had returned bad status
Running make install
  Oops, make had returned bad status

cpan>