http://www.perlmonks.org?node_id=452715


in reply to Installing Zlib-1.34

sh: cc: not found

Do you have a C compiler installed? If so, how do you invoke it? Is it in your PATH? Instead of just typeing make, you may have to type make CC=/path/to/c-compiler.

90% of every Perl application is already written.
dragonchild

Replies are listed 'Best First'.
Re^2: Installing Zlib-1.34
by tc1364 (Beadle) on Apr 29, 2005 at 19:24 UTC
    The system administrator was able to install it. this was the first I have had this type of trouble and what is even more troubling is that I was runnning it as root. Thanks!