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]

Reply via email to