Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CC KPIC errors preventing perl module installation - HELP

Status
Not open for further replies.

csross

MIS
Dec 21, 2003
92
0
0
US
1) I am trying for the first time to install perl modules since I will be installing movable type on a Solaris 9 fully-patched box. I started by:

perl -MCPAN -e shell

and went through the interactive install. Only a handfull of modules installed. I got alot of modules that reported

cc: unrecognized option '-KPIC'

I'm using gcc v3.3.3 and get alot of errors that there are no such files for .o files. gcc was compiled with 'as' and 'ld' from /usr/ccs/bin.

The the resulting errors display

cc: no input files
make:***[blib/arch/auto/Compress/..] Error 1
/usr/bin/make -- NOT OK.

DOES ANYONE KNOW WHY THE CC ERROR HAPPENS?

2) If I try and start the perl -MCPAN -e shell again I just get a prompt.

I'm trying to install DBD::mysql and get the errors too and I need that for movable type.

3) I also get warnings that md5 security module isn't installed and md5sum is in /usr/bin.

Please Help. Thanks
 
The gcc option for Position Independent Code is [tt]-fPIC[/tt]

As for the rest, I don't know. It's more the domain of a Solaris administrator (making sure the right things are in the right place).

--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top