Results 1 to 1 of 1
Hi Gurus,
I have one package and it requires lot of different packages installation like CRYPT::SSLEay etc.
For that we made the make file and it searches the local directory ...
- 03-02-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
Installation steps
Hi Gurus,
I have one package and it requires lot of different packages installation like CRYPT::SSLEay etc.
For that we made the make file and it searches the local directory that if version is found and ok then don't install the package otherwise search for CPAN site and try to locate the package there .
let the package is not found in CPAN site so our installation quits.
Now we needed to bundle all packages in tar file and extract the same tar file in local directory that tar fie consist of all packages required.
If we try to install the make file then it looks at local directory if not already installed then program search in the extracted tar file and install the required package only.
So please tell me steps or any suggestions.
Thanks,
Navdeep


Reply With Quote