- This is a very preliminary version (OEPV) of OpenEvidence code identified as OEPV-1.0.6 Copyright (c) 2002, 2003 The OpenEvidence Project. - All code usage is current at your own risk. The OpenEvidence team may currently does not guarantee that questions are answered promptly. - The licence file LICENCE applies to all files in this directory. The OpenEvidence toolkit stays under a triple licence, i.e. the conditions of the OpenEvidence toolkit, the conditions of the OpenSSL toolkit and the conditions of the SSleay licence apply to the toolkit. In case of any license issues related to OpenEvidence please contact openevidence-core@openevidence.org. - March 17th, 2003 INSTALL To perform the installation, you need OpenSSL 0.9.7a or better. For a quick installation following this steps : # ./configure # make # make install If your OpenSSL package is not in /usr/local/ssl directories you must specify it when you run the ./configure script. # ./configure --with-OpenSSL=/here/your/path/where/openssl/is/installed --with-curl-config=/path/to/curl/bin/curl-config before installation you could run the test suite : # make check APPLICATIONS: All applications build on OpenEvidence library was compiled with it. You could also disable compilation of some application module. For example for OEMIEL program: # ./configure --with-OpenSSL=/here/your/path/where/openssl/is/installed --with-curl-config=/path/to/curl/bin/curl-config --disable-oemiel In order to install OEMIEL on vc++ perform the following steps: create a directory (XX) in XX/wx you should have an installed version of wxWindows (header files and libraies) in XX/openssl you copy the inc32 and the out32/*.lib of an openssl generation in XX/OEFV you whould copy the content of the distriution (without the top level) finally rename XX/OEFV/src/apps/oemiel to XX/oemiel In OEFV/src/lib/msproject you have two projects, base and api, compile the desired configuration. in XX/oemiel play with the oemiel workspace. WARNING: -link error If your OpenSSL package is installed as shared library don't forget to set your LD_LIBRARY_PATH environnement variable to help 'ld' program to found your library files or create a symbolic link in /usr/local/lib on each library files (libssl.so and libcrypto.so). -curl Assume that curl was correctly configured with OpenSSL.