On Wed, Dec 19, 2012 at 01:12:16PM +0530, Bibek Gahir wrote:
> Hi Team,
> 
> I am newly learning perl & i had tried to install dbd::oracle.but i am
> getting the following error while running the make command.

This mailing list isn't normally for module support - we support the
infrastructure of CPAN itself rather than the contents.

But.
 
> sh: cc: not found

DBD::Oracle has a C component which binds the oracle client libraries into
perl.

Your system does not have a C compiler.

Please install one - assuming ubuntu/debian, 'apt-get install build-essential'
should do the trick.

-- 
Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue

http://shadowcat.co.uk/blog/matt-s-trout/   http://twitter.com/shadowcat_mst/

Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst
commercial support, training and consultancy packages could help your team.

Reply via email to