[nos-bbs] jnos2.0k compile for pi fails...
jerome schatten
romers at shaw.ca
Wed Jul 27 17:06:33 EDT 2016
On original pi model B running wheezy, which worked fine with 2.0j7. A fresh compile after apt-get update; apt-get upgrade; make clean, produces:
[…]
gcc -DUNIX -g3 -DDEBUG -Wall -c -o callval.o callval.c
gcc -DUNIX -g3 -DDEBUG -Wall -c -o baycom.o baycom.c
gcc -DUNIX -g3 -DDEBUG -Wall -c -o multipsk.o multipsk.c
gcc -DUNIX -g3 -DDEBUG -Wall -c -o snmpd.o snmpd.c
gcc -DUNIX -g3 -DDEBUG -Wall -c -o agwpe.o agwpe.c
gcc -DUNIX -g3 -DDEBUG -Wall -c -o wlauth.o wlauth.c
wlauth.c:31:25: fatal error: openssl/md5.h: No such file or directory
compilation terminated.
<builtin>: recipe for target 'wlauth.o' failed
make: *** [wlauth.o] Error 1
pi at raspberrypi ~/jnos/src/rsync $
I notice that in wlauth.c openssl/md5.h was hashed out so I unhashed it > make clean > make
and it got a bit further and failed again with different errors. I then noticed Maiko’s note about needing openssl-devel, so:
pi at raspberrypi ~/jnos/src/rsync $ sudo apt-get install openssl-devel
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openssl-devel
So, I’m stuck and would be grateful for any advice.
Jerome - ve7ass
Vancouver
More information about the nos-bbs
mailing list