Hi, guys

I download the latest openssl library. the version is 1.0.1g.
and download musl libc at the same time. it 's at version 1.1.1.

the following configure command:

./Configure --prefix=/home/xxx/filesystem/rootfs/usr  os/compiler:musl-gcc

Unfortunately,  the info below showed up when i compile it by musl-gcc.

musl-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include
 -DOPENSSL_THREADS     -c -o ui_openssl.o ui_openssl.c
ui_openssl.c:232:21: fatal error: termio.h: No such file or directory

it looks like musl library don't supply termio.h. but it have a termios.h.

Could you tell me how can i config these to pass through ?

Thanks
BR/Mingkai

Reply via email to