john williams wrote:
> Hi,
> I am having a problem installing the DBI-1.46 module on AIX 5.1
> server. I have 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 "make" command I get the following
> error    
>

...

> cc:  not found.        
> make: 1254-004 The error code from the last command is 127.
> Stop.

The Makefile can't find your C compiler.

Possibly your PATH just needs to be modified to include the path to your C
compiler, or possibly your Perl installation is broken or was built on
another machine and then copied over to this one.

You might try getting help from the dbi-users list. See
http://lists.perl.org

-- 
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