Skip to content

Commit f787cec

Browse files
committed
Merge pull request #21 from Jainpriyal/master
Modified README and README.md
2 parents d28a033 + 55650a4 commit f787cec

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

README

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,23 @@ Troubleshooting (Ubuntu12.04LTS or higher version)
214214
Sometimes you may get error like "Checking for ability to link against xml2...no " while installing LibXML then
215215
use this command
216216
sudo apt-get install zlib1g-dev
217+
218+
2. For error related to Net::SSH2
219+
Sometimes you may get error like,
220+
fatal error: openssl/crypto.h: No such file or directory
221+
#include <openssl/crypto.h>
222+
^
223+
compilation terminated.
224+
make: *** [SSH2.o] Error 1
225+
then use then command:
226+
sudo apt-get install libssl-dev
217227

218-
2. For YAML related Errors
228+
3. For YAML related Errors
219229
Sometimes you may get that yaml is not installed then run following commands:
220230
apt-get install libyaml-appconfig-perl
221231
apt-get install libconfig-yaml-perl
222232

223-
3. For cpan related errors:
233+
4. For cpan related errors:
224234
While installing some files using cpan, for example "cpan File::Which" you may get error like checksum mismatch
225235
for distribution, then try installing that package using "cpanm"
226236
First install cpanm in your system by:
@@ -232,4 +242,5 @@ Troubleshooting (Ubuntu12.04LTS or higher version)
232242
unmet dependency then first install that package using cpan / cpanm and then install your desired package.
233243
you can also try installing by force :
234244
apt-get -f install
235-
245+
246+

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,23 @@ Troubleshooting (Ubuntu12.04LTS or higher version)
213213
Sometimes you may get error like "Checking for ability to link against xml2...no " while installing LibXML then
214214
use this command
215215
sudo apt-get install zlib1g-dev
216+
217+
2. For error related to Net::SSH2
218+
Sometimes you may get error like,
219+
fatal error: openssl/crypto.h: No such file or directory
220+
#include <openssl/crypto.h>
221+
^
222+
compilation terminated.
223+
make: *** [SSH2.o] Error 1
224+
then use then command:
225+
sudo apt-get install libssl-dev
216226
217-
2. For YAML related Errors
227+
3. For YAML related Errors
218228
Sometimes you may get that yaml is not installed then run following commands:
219229
apt-get install libyaml-appconfig-perl
220230
apt-get install libconfig-yaml-perl
221231
222-
3. For cpan related errors:
232+
4. For cpan related errors:
223233
While installing some files using cpan, for example "cpan File::Which" you may get error like checksum mismatch
224234
for distribution, then try installing that package using "cpanm"
225235
First install cpanm in your system by:
@@ -232,7 +242,6 @@ Troubleshooting (Ubuntu12.04LTS or higher version)
232242
you can also try installing by force :
233243
apt-get -f install
234244
235-
236245
# CONTRIBUTORS
237246

238247
- [Ganesh Nalawade](https://github.com/ganeshnalawade)

0 commit comments

Comments
 (0)