The original installation process has failed on my Unbuntu system. I guess the changes only apply to a few folks like myself. Thank you...
On Saturday, January 23, 2016, Andreas Schneider <[email protected]> wrote: > On Friday, January 22, 2016 07:47:06 AM geo le wrote: > > I've made the changes to rebuild the source code from git: > > #--gle > > # cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. > > #++gle > > # > http://stackoverflow.com/questions/16248775/cmake-not-able-to-find-openssl > > # Add "-DOPENSSL_ROOT_DIR=/usr/local/ssl > > -DOPENSSL_LIBRARIES=/usr/local/ssl/lib" to cmake > > cmake -DOPENSSL_ROOT_DIR=/usr/local/ssl > > -DOPENSSL_LIBRARIES=/usr/local/ssl/lib -DCMAKE_INSTALL_PREFIX=/usr > > -DCMAKE_BUILD_TYPE=Debug .. > > > > ---------------------- Ubuntu system information: > > gle@gle-Ubuntu:~$ uname -a > > Linux gle-Ubuntu 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 UTC > > 2016 x86_64 x86_64 x86_64 GNU/Linux > > gle@gle-Ubuntu:~$ lsb_release -sr > > 15.10 > > gle@gle-Ubuntu:~$ gcc --version > > gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010 > > Copyright (C) 2015 Free Software Foundation, Inc. > > This is free software; see the source for copying conditions. There is > NO > > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > Hi, > > all you posted is the command how to invoke cmake. I do not see any error. > Everything seems to be working just fine. > >
