Issue building neon-0.27.2 in Debian
While we build neon 0.27.2 in Debian Etch with ssl support we get the following error message and the configure script fails.
checking for library containing RSA_new... not found configure: error: could not find library containing RSA_newIn order to overcome this install the following:
$ sudo apt-get install libssl-devThe above will install all the development headers of ssl and we can use "--with-ssl" in the configure script to build neon. Some of the packages needed to build neon in Debian etch are:
$ sudo apt-get install build-essential libxml2-dev libssl-dev zlib1g-dev

syndicate this site