Thank you for the information ...

This site has several versions of perl installed ...
but I am doing the "perl Makefile.PL" as "perl5.00502 Makefile.pl"      

Next I changed three references of gcc to cc --- seemed to help ...  

Then got a version check ... so changed the tokens 

#PERL = /usr/bin/perl
#FULLPERL = /usr/bin/perl 

to

PERL = /usr/local/bin/perl5.00502
FULLPERL = /usr/local/bin/perl5.00502 

Now get the following error message ....

/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `Perl.o' 

I'm way over my head on this one but if any one knows what to do next it
will be appreciated ...



-----Original Message-----
From: Abdulaziz Ghuloum [mailto:[EMAIL PROTECTED]]
Sent: July 26, 2001 21:31
To: [EMAIL PROTECTED]
Subject: Re: Help with Install of DBI - on Unix


Hello,

If I'm not mistaken, you don't have the gcc compiler or it's not in the
path.  Check if gcc is in your path.  Check that you have gcc.  Check
that it's called gcc.  If all fails, try using cc.  Do all the checks I
mentioned for cc.  Change your config file to use cc instead of gcc if
all gcc checks fail and your cc checks succeed.  Otherwise, look for
precompiled DBD for solaris.  Good luck.

Aziz,,,


In article
<[EMAIL PROTECTED]>, "John
Moon" <[EMAIL PROTECTED]> wrote:

> I am trying to install DBI (then DBD::ORACLE) in my own library but
> looks like the build was intended to be for *root* to use ... I cann't
> find any doc's on making a private copy ....
> 
> Has anyone installed DBI in a private/local library ? The error I'm
> getting is:
> 
> gcc -c  -DDEBUGGING -O     -DVERSION=\"1.19\"  -DXS_VERSION=\"1.19\"
> -fPIC -I/us
> r/local/lib/perl5/sun4-solaris/5.00401/CORE -Wall -Wno-comment
> -DDBI_NO_THREADS
> Perl.c
> sh: gcc: not found
> *** Error code 1
> make: Fatal error: Command failed for target `Perl.o' SUN1>
> 
> I've already "changed" one thing in the makefile ... :
> 
> # PREFIX = /usr/local
> PREFIX = /opt/common/html/actual/local/library
> 
> which I'm not sure that I've done correctly but it did did me a little
> further in the make ...
> 
> Any help will be greatly appreaciated ... Thanks in advance...

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to