in reply to Re^2: CPAN Module Installation
in thread CPAN Module Installation

'also installing from CPAN is not working, saying that something "unable to resolve host "...'

Network connectivity is a different problem, and somewhat unrelated to the fact that you still won't be able to compile modules, again speak to your sysadmin. If internet access is out of the question use CPAN::Mini on a machine which does have internet access to create a mirror when you could then use 'offline'.

'but the work i m doing is in organization, and they dont want to rebuild/seprate build of perl interpreter, Now I have to install modules from CPAN'

For clarity, I wasn't suggesting you rebuild Perl that Solaris uses, for the love of Zod leave that alone. I suggested that a separate build of perl be compiled using gcc. If your organisation can't see the benefit of this then this isn't an issue we can help you with.

Compiling your code and required modules using pp on another solaris 10 server (it would need to be the same architecture) would be an option, if you can get access to a server were you can build perl and install modules. If not I guess you need to either raise the issue with your employer again, if they don't want to give you access to the right tools then they can't expect much.