1. When doing perl -MCPAN -e "install 'DBI'" -- I'm getting msg 'can't
locate object method data via package CPAN::Modulelist
 What can I do to solve this mystery?  Am I suppose to first download my
modules into some directory and then things will work??
2. Here is my environment:

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=aix, osvers=4.3.3.0, archname=aix
    uname='aix funny 3 4 000001716600 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O', gccversion=
    cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384'
    ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384'
    stdchar='unsigned char', d_stdstdio=define, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='ld', ldflags ='-s'
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW -lC_r
    libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-bE:perl.exp'
    cccdlflags=' ', lddlflags='-bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp
-bE:$(BASEEXT).exp -b noentry -lc'


Characteristics of this binary (from libperl): 
  Built under aix
  Compiled at Aug 14 1999 08:59:55
  @INC:
    /usr/opt/perl5/lib/5.00503/aix
    /usr/opt/perl5/lib/5.00503
    /usr/opt/perl5/lib/site_perl/5.005/aix
    /usr/opt/perl5/lib/site_perl/5.005
    .


THANKS,
WR
-----Original Message-----
From: Jeff Seger [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 2:31 PM
To: Rice, Wayne R (Sybase)
Cc: [EMAIL PROTECTED]
Subject: Re: DBI Makefile.PL works but make does not??????


1. Yes, you need a c++ compiler if you are going to use the tarball.
2. It has to be the same compiler that was used to make your perl
executable. See the output of "perl -V". Then talk to your sysadmin about
getting the compiler you need installed.
3. Be patient. Most of the people on this list are at least as busy as you
are. Repeating the same question on this list is like teaching a dog to
dance.  It doesn't work and it annoys the dog.


"Rice, Wayne R (Sybase)" wrote:

> I'm trying to get DBI installed...
> The Makefile.PL works but the following make does not.
> The 'make' complains that /bin/sh and also cc are not found!
> Question: Does this mean I need a C++ compiler???  Should I create the
> /bin/sh????
>
> -----Original Message-----
> From: Curt Russell Crandall [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 2:14 PM
> To: Rice, Wayne R (Sybase)
> Cc: [EMAIL PROTECTED]
> Subject: RE: How to install DBI on AIX; need DBDSybase and DBDOracle to
> wo rk
>
> Maybe I've missed something... but I'd recommend not using a tarball
> directly and just use the CPAN module to install it:
>
> perl -MCPAN -e "install 'DBI'"
> perl -MCPAN -e "install 'DBD::Sybase'"
> perl -MCPAN -e "install 'DBD::Oracle'"
>
> assuming you have a standard setup on your box, you can probably just
> select the defaults for everything and let CPAN.pm do all the dirty work.
> This is pretty much the same way PPM works with ActiveState.
>
> HTH,
> Curt

Reply via email to