in reply to problem while installing the perl modules for clearcase

"but I am not able to install clearcase-perl moduels and even if i'm successful in installing them locally, my program is not able to use the locally installed modules."

I don't understand what you mean by this, see I know what I mean. Why don't you?.

"but the problem is now that I am working on linux server and i don't have permission to install new perl modules."

See Yes, even you can use CPAN. I assume you read the ClearCase::CtCmd INSTALL file. For further reading on the subject of installing modules see Installing Modules from the tutorials section.

  • Comment on Re: problem while installing the perl modules for clearcase

Replies are listed 'Best First'.
Re^2: problem while installing the perl modules for clearcase
by dpatel (Novice) on Mar 12, 2010 at 02:56 UTC
    all I meant to say is, some of the modules are not being installed. I am installing them using their source codes, so whenever i tried to run commmand "make" or "make install" , it gives me error. and some of them i installed correctly in my home directory locally, i am not able to use it even if i add the line in my scripts "use lib <local module path>".

      'i am not able to use it even if i add the line in my scripts "use lib <local module path>".'

      Did you read Re: problem while installing the perl modules for clearcase?

      'I am installing them using their source codes, so whenever i tried to run commmand "make" or "make install" , it gives me error.'

      Which modules? What errors occured? Part of the problem with your question and the replies is that you don't tell us enough information to advise. There is no point in telling us 'it gives me error' unless you tell us what 'it' is and what the error was. You could post the command you're using to install a module, along with the output. Read and understand How do I post a question effectively?.