> --0-187969792-1102438542=:46404
> Content-Type: text/plain; charset=us-ascii
> 
> Hi,
> I am having a problem installing the DBI-1.46 module on AIX 5.1 server. I hav
> e downloaded the tar file from www.CPAN.orb and uncompressed it and first ran
>  the "perl Makefile.PL" command and it ran successfully, next when i run "mak
> e" command I get the following error
[ dozens of non-erroneous lines deleted ]
> 
> /bin/sh: cc:  not found.
> make: 1254-004 The error code from the last command is 127.
> Stop.
> can anyone kindly help me how to solve this,this is the first time I am insta
> lling a perl module....I really appreciate some help here....

You need to find your C compiler and either (a) make sure it is in
your PATH, (highly dependent on what shell you use) or (b) explicitly
pass it to make.

make CC=/opt/bin/gcc  

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
        Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g
Computer  software  consists of  only  two  components: ones  and
zeros, in roughly equal proportions.   All that is required is to
sort them into the correct order.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to