Get a C compiler installed and build Perl, DBI, and DBD::Oracle from the
archives you download from CPAN. Be sure to read the README files before
you start.
--
Mac :})
** I may forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "César Garcia" <[EMAIL PROTECTED]>
To: "'Michael A. Chase'" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 9:29 AM
Subject: RE: I need help !! for DBI Install
Hi Michael, thanks for you Replay, I send the configuration of my Perl,
and tell me what I can do for my solution.
$ perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris
uname='sunos localhost 5.8 sun4u sparc sunw,ultra-1 '
hint=previous, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='cc', optimize='-xO3 -xdepend', gccversion=
cppflags=''
ccflags =''
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R
/usr/perl5/5.00503/sun4-solaris/CORE'
cccdlflags='-KPIC', lddlflags='-G'
Characteristics of this binary (from libperl):
Built under solaris
Compiled at Dec 22 1999 00:00:57
@INC:
/usr/perl5/5.00503/sun4-solaris
/usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris
/usr/perl5/site_perl/5.005
.
$
Note: My DBI folder is in "/app/dbi-1.13" not in "/usr/local" is this a
problem?
-----Mensaje original-----
De: Michael A. Chase [SMTP:[EMAIL PROTECTED]]
Enviado el: Thursday, January 25, 2001 11:32 AM
Para: César Garcia; [EMAIL PROTECTED]
Asunto: Re: I need help !! for DBI Install
> /usr/ucb/cc: language optional software package not
installed
The latest version of DBI is 1.14.
When you do install a C compiler, you may need to rebuild Perl
with it since you normally have to build modules with the same compiler
as was used to build perl.
--
Mac : })
----- Original Message -----
From: "César Garcia" <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> >
To: <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
Sent: Thursday, January 25, 2001 8:02 AM
Subject: RV: I need help !! for DBI Install
> Hi, I try install DBI-1.13 but this is the message
error when run
> "make":
>
> $ make
> cc -c -xO3 -xdepend -DVERSION=\"1.13\"
-DXS_VERSION=\"1.13\"
> -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE
-DDBI_NO_THREADS Perl.c
> /usr/ucb/cc: language optional software package not
installed
> *** Error code 1
> make: Fatal error: Command failed for target 'Perl.o'
>
> $
>
> I Installed Oracle8i, Apache Server and Unix .