[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] Code installation issues
From: |
Michael |
Subject: |
[Bug-wget] Code installation issues |
Date: |
Tue, 11 Jul 2017 16:37:31 +0300 |
Hello there,
I have installed the wget2 code on a Raspberry pi machine.
The make check report error on the unit tests: "
test_buffer_printf: Failed with format ('%hhd','-1'): '255' != '-1'
test_buffer_printf: Failed with format ('%hhd','-10'): '246' != '-10'
test_buffer_printf: Failed with format ('%hhd','-1'): '255' != '-1'
test_buffer_printf: Failed with format ('%hhi','-1'): '255' != '-1'
test_buffer_printf: Failed with format ('%hhi','-10'): '246' != '-10'
test_buffer_printf: Failed with format ('%hhi','-1'): '255' != '-1'
.
.
.
test_buffer_printf: Failed with format ('%-011.11hhi','-1'): '00000000255'
!= '-00000000001'
test_buffer_printf: Failed with format ('%-011.11hhi','-10'): '00000000246'
!= '-00000000010'
test_buffer_printf: Failed with format ('%-011.11hhi','-1'): '00000000255'
!= '-00000000001'
ERROR: 4056 out of 195769 basic tests failed
This may completely break Wget functionality !!!"
After sudo make install I run /usr/local/bin/wget2 and get:
"wget2: error while loading shared libraries: libwget.so.0: cannot open
shared object file: No such file or directory"
I managed to operate src/wget2 properly.
Where should I install the libwget.so.0?
Michael
- [Bug-wget] Code installation issues,
Michael <=