Hello,

I'm trying qt-everywhere-opensource-src-4.8.5 with openssl support. My config

./configure -v -opensource -confirm-license -prefix /opt/qt -xplatform qws/linux-arm-g++ -embedded arm -depths all-qt-kbd-usb -qt-mouse-linuxtp -qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc -qt-kbd-tty -qt-gfx-linuxfb -qt-libjpeg -pch -system-libpng -system-zlib -no-largefile -no-mmx -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -nomake examples -nomake demos -nomake tools -openssl

But I see this error


OpenSSL auto-detection... ()
arm-cortexa9-linux-gnueabi-g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/qws/linux-arm-g++ -I. -o openssl.o openssl.cpp
openssl.cpp:42:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
make: *** [openssl.o] Error 1
OpenSSL disabled.
OpenSSL support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.

I checked my system openssl is installed.

Thanks for reply.