Can't compile with ssl on Ubuntu 11.10 x64
Bug #891594 reported by
xcooling
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Galera |
Fix Released
|
Undecided
|
Unassigned | ||
0.8 |
Fix Committed
|
Medium
|
Alex Yurchenko | ||
1.x |
Fix Released
|
Medium
|
Alex Yurchenko | ||
2.x |
Fix Released
|
Medium
|
Alex Yurchenko |
Bug Description
On 64bit Ubuntu 11.10 system
bug affects both 1.x and 2.x branches
apt-get install cmake libncurses5-dev bison build-essential bzr screen scons libboost-thread-dev libssl-dev
bzr branch lp:galera/1.x galera-1.x
cd galera-1.x
scons
ssl support required but asio/ssl.hpp not found or not usable
compile with ssl=0 or check that openssl devel headers are usable
bzr branch lp:galera/2.x galera-2.x
cd galera-2.x
scons
ssl support required but asio/ssl.hpp not found or not usable
compile with ssl=0 or check that openssl devel headers are usable
Changed in galera: | |
status: | New → Fix Released |
To post a comment you must log in.
Affecting 0.8 as-well
root@chestnut: /home/chestnut# bzr branch lp:galera/0.8 galera-0.8 /home/chestnut# cd galera-0.8/ /home/chestnut/ galera- 0.8# scons ptr.hpp. .. yes _map.hpp. .. yes pool_alloc. hpp... yes
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. See "bzr help launchpad-login".
Branched 77 revision(s).
root@chestnut:
root@chestnut:
scons: Reading SConscript files ...
Host: linux x86_64
Target: linux x86_64
Checking for C library pthread... yes
Checking for C library rt... yes
Checking for C header file sys/epoll.h... yes
Checking for C header file byteswap.h... yes
Checking for C header file endian.h... yes
Checking for C header file sys/endian.h... no
Checking for C++ header file boost/shared_
Checking for C++ header file boost/unordered
Checking for C++ header file boost/pool/
Using boost pool alloc
Checking for C++ header file asio.hpp... yes
Checking for C++ header file asio/ssl.hpp... no
ssl support required but asio/ssl.hpp not found or not usable
compile with ssl=0 or check that openssl devel headers are usable