Frederik Bosch <[email protected]> writes: > In that case. I'd go for recompiling with openssl. I already tried, > but that gave me following error. > > Could not locate TLS/SSL package. > > Of course, I also googled that. I think I need to point where to find > the OpenSSL library. > > dpkg -L openssl says > > /usr/lib/ssl > /usr/lib/ssl/misc > /usr/lib/ssl/misc/c_info > /usr/lib/ssl/misc/CA.sh > /usr/lib/ssl/misc/c_hash > /usr/lib/ssl/misc/c_name > /usr/lib/ssl/misc/c_issuer > /usr/lib/ssl/misc/CA.pl > > So I tried to do > > env CPPFLAGS="-I/usr/lib/ssl" LDFLAGS="-L/usr/lib/ssl" > > before configure but no success. By the way, this is first time I try > to compile something and I do it with debuild -us -uc.
Did you install the openssl header files? Presumably in /usr/include/openssl, and is there a link to /usr/include/ssl? compiler preprocessor include flags should point to include files, thus CPPFLAGS="-I/usr/include/openssl" -Dieter -- Dieter Klünter | Systemberatung sip: [email protected] http://www.dpunkt.de/buecher/2104.html GPG Key ID:8EF7B6C6
