-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rohan Mars <[email protected]>
- Loading branch information
Showing
18 changed files
with
394 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
|
||
The AIX build will only build the librados library. | ||
|
||
Build Prerequisites | ||
=================== | ||
|
||
The following AIX packages are required for developing and compilation, they have been installed via the AIX-rpm (rpm) packages: | ||
|
||
AIX-rpm | ||
tcl | ||
tk | ||
expect | ||
curl | ||
readline | ||
libpng | ||
mpfr | ||
m4 | ||
autoconf | ||
gettext | ||
less | ||
perl | ||
gdbm | ||
pcre | ||
rsync | ||
zlib | ||
gcc-cpp | ||
libffi | ||
pkg-config | ||
libiconv | ||
glib2 | ||
info | ||
libidn | ||
openldap | ||
python-tools | ||
bzip2 | ||
python | ||
sed | ||
grep | ||
libtool | ||
nspr | ||
nss-util | ||
sqlite | ||
nss-softokn | ||
nss-softokn-freebl | ||
libstdc++ | ||
gmp | ||
coreutils | ||
nss | ||
nss-tools | ||
nss-sysinit | ||
nspr-devel | ||
nss-util-devel | ||
nss-softokn-devel | ||
nss-softokn-freebl-devel | ||
nss-devel | ||
make | ||
libsigsegv | ||
automake | ||
libmpc | ||
libgcc | ||
gcc | ||
libstdc++-devel | ||
gcc-c++ | ||
adns | ||
tcsh | ||
bash | ||
getopt | ||
db4 | ||
expat | ||
tcl | ||
freetype2 | ||
fontconfig | ||
libXrender | ||
libXft | ||
tk | ||
python-libs | ||
tkinter | ||
gdb | ||
git | ||
|
||
|
||
Download and Compile Boost 1.59 (or higher) | ||
|
||
Building Ceph | ||
============= | ||
|
||
export CXX="c++ -maix64" | ||
export CFLAGS="-g -maix64" | ||
export OBJECT_MODE=64 | ||
export LDFLAGS="-L/usr/lib64 -L/opt/freeware/lib64 -L<pathtoboost>/boost_1_59_0/stage/lib -Wl,-brtl -Wl,-bbigtoc" | ||
export CXXFLAGS="-I/opt/freeware/include -I<pathtoboost>/boost_1_59_0" | ||
|
||
./autogen.sh | ||
./configure --disable-server --without-fuse --without-tcmalloc --without-libatomic-ops --without-libaio --without-libxfs | ||
cd src | ||
gmake librados.la | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.