Re: [Cppcms-users] Trying to build on Amazon Linux EC2
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-09-27 06:22:22
|
Read this: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build#req You are missing two important dependencies: 1. pcre library - mandatory 2. zlib library - strongly recommended dependency but can be disabled with-DDISABLE_GZIP=ON Install these two libraries (including development files - headers) and build again. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/ ----- Original Message ----- > From: Richard Catlin <ric...@gm...> > To: cpp...@li... > Cc: > Sent: Monday, September 26, 2011 11:30 PM > Subject: [Cppcms-users] Trying to build on Amazon Linux EC2 > > Hi, > > I am trying to build cppCMS on Amazon Linux. I get this error. Do you have any > idea what the problem is? > > Thank you. > Richard Catlin > > GNU-TLS Gcrypt or OpenSSL librarys are not found, disabling AES encryption > support > CMake Error: The following variables are used in this project, but they are set > to NOTFOUND. > Please set them or make sure they are set and tested correctly in the CMake > files: > PCRE_LIB > linked by target "booster" in directory > /home/ec2-user/cppcms-0.99.10/booster > linked by target "booster-static" in directory > /home/ec2-user/cppcms-0.99.10/booster > ZLIB > linked by target "cppcms" in directory > /home/ec2-user/cppcms-0.99.10 > linked by target "cppcms-static" in directory > /home/ec2-user/cppcms-0.99.10 > ZLIB_INCLUDE_DIR > used as include directory in directory /home/ec2-user/cppcms-0.99.10 > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |