Installing OpenSAF - OpenSAF Experiences
Installing OpenSAF - OpenSAF Experiences
http://opensaf.wordpress.com/2010/02/25/installing-opensaf/
OpenSAF Experiences
Just another WordPress.com weblog
Installing OpenSAF
I did an About these installation ads (h in p://en.wordpress.com/about-these-ads/) Ubuntu of OpenSAF Rel 4.0.M4 and these are my notes: URL: h p://download.opensaf.org/releases/opensaf-4.0.0.tar.gz (h p://download.opensaf.org/releases /opensaf-4.0.0.tar.gz)
Prerequisites:
These are common packages that must be installed to build OpenSAF: On Ubuntu: apt-get -y install libxml2-dev ex bison build-essential libtool autoconf automake sqlite3
net-snmp-5.4 optional
URL: h p://net-snmp.sourceforge.net/download.html (h p://net-snmp.sourceforge.net/download.html) wget h p://voxel.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/net-snmp-5.4.2.1.tar.gz (h p://voxel.dl.sourceforge.net/project/net-snmp/net-snmp/5.4.2.1/net-snmp-5.4.2.1.tar.gz)
Prerequisites
apt-get -y install libperl-dev
Installation:
./congure; make; make install
1 of 4
1/31/2014 7:44 PM
http://opensaf.wordpress.com/2010/02/25/installing-opensaf/
Xerces C++ version 2.7.0 (edit possibly unnecessary for OpenSAF 4.0 release):
(Note: please use only this version, the later versions is not working with this OpenSAF release). URL: h p://xml.apache.org/xerces-c/ (h p://xml.apache.org/xerces-c/)
prereq:
apt-get -y install autoconf
Installation:
wget h p://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_7_0/source/xerces-c-src_2_7_0.tar.gz (h p://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_7_0/source/xerces-c-src_2_7_0.tar.gz) export XERCESCROOT={Where you detarred it} cd $XERCESCROOT/src/xercesc autoconf ./runCongure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread make; make install
TIPC:
You need to get the tipc cong tools that match the tipc .ko provided with your kernel Ubuntu: sudo apt-get install tipcutils From Source: wget h p://downloads.sourceforge.net/project/tipc/tipc-linux-extras/tipc-utils-1.0.4/tipcutils1.0.4.tar.gz?use_mirror=iweb (h p://downloads.sourceforge.net/project/tipc/tipc-linux-extras/tipc-utils1.0.4/tipcutils-1.0.4.tar.gz?use_mirror=iweb) URL: h p://tipc.sourceforge.net/download.html (h p://tipc.sourceforge.net/download.html)
OpenHPI:
URL: h p://openhpi.org/ (h p://openhpi.org/) apt-get -y install openhpi libopenhpi-dev
2 of 4
1/31/2014 7:44 PM
http://opensaf.wordpress.com/2010/02/25/installing-opensaf/
prereq:
apt-get -y install libglib2.0-dev apt-get -y install libltdl-dev apt-get -y install e2fslibs-dev apt-get -y install uuid-dev
Install
wget h p://superb-sea2.dl.sourceforge.net/project/openhpi/openhpi-stable/2.14.1/openhpi-2.14.1.tar.gz (h p://superb-sea2.dl.sourceforge.net/project/openhpi/openhpi-stable/2.14.1/openhpi-2.14.1.tar.gz) ./congure;make;make install
Installation:
export TET_ROOT=`pwd`; export PATH=$PATH:$TET_ROOT/bin sh ./congure -t lite; cd src; make install
Building OpenSAF:
Installation
./congure; make; make install
3 of 4
1/31/2014 7:44 PM
http://opensaf.wordpress.com/2010/02/25/installing-opensaf/
This entry was posted on February 25, 2010 at 8:04 pm and is led under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
The Kubrick Theme. Blog at WordPress.com. Entries (RSS) and Comments (RSS). Follow
4 of 4
1/31/2014 7:44 PM