Hello all,

I'm trying to link with LIBCRYPTO or OpenSSL module on Windows to be able to 
use password functionality. I've downloaded openssl-0.9.7c library but I always 
get following error on finding this module with cmake tool:

---------------------------------------------------------------------------------------
-- Could NOT find LIBCRYPTO (missing:  LIBCRYPTO_LIBRARY)
OpenSSL's libCrypto not found. Encryption support will be disabled
...
OpenSSL: Could not find the debug and release version of openssl
OpenSSL: Disabling OpenSSL
---------------------------------------------------------------------------------------

My cmake command is following:

cmake -G "Visual Studio 10 2010" %PODOFO% 
-DCMAKE_INCLUDE_PATH="%FTDIR%\include;%PNGDIR%\include;%ZLIBDIR%\include;%LIBCRYPTODIR%\include;%LIBCRYPTODIR%\include\openssl"
 
-DCMAKE_LIBRARY_PATH="%FTLIBDIR%;%FTDIR%\lib;%PNGDIR%\lib;%ZLIBDIR%\lib;%LIBCRYPTODIR%\lib"
 -DPODOFO_BUILD_SHARED:BOOL=FALSE 
-DFREETYPE_LIBRARY_NAMES_DEBUG=freetype239MT_D 
-DFREETYPE_LIBRARY_NAMES_RELEASE=freetype239MT

Could somebody help me to fix this issue, please ?

Thank you in advance.


Christophe BLANCHARD



This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to