Difference between revisions of "Compile OpenSER"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Siapkan software pendukung - gcc / suncc / icc : gcc >= 2.9x; 4.[012] recommended (it will work with older version but it might require some options tweaking for best performance) -...) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
Siapkan software pendukung | Siapkan software pendukung | ||
− | - gcc / suncc / icc | + | # apt-get install libperl5.8 libperl-dev |
− | + | # apt-get install libxmlrpc-c3 libxmprpc-c3-dev | |
− | + | # apt-get install unixodbc unixodbc-dev | |
− | - bison or yacc | + | # apt-get install libradiusclient-ng2 libradiusclient-ng-dev |
+ | # apt-get install libxml2 | ||
+ | # apt-get install openssl libsctp1 libsctp-dev | ||
+ | # apt-get install libexpat1 libexpat1-dev | ||
+ | # apt-get install libldap2 libldap2-dev | ||
+ | |||
+ | - gcc / suncc / icc | ||
+ | - bison or yacc | ||
- flex | - flex | ||
- GNU make (on Linux this is the standard "make", on FreeBSD and Solaris is | - GNU make (on Linux this is the standard "make", on FreeBSD and Solaris is | ||
Line 12: | Line 19: | ||
- GNU install or BSD install (on Solaris "ginstall") if you want "make | - GNU install or BSD install (on Solaris "ginstall") if you want "make | ||
install", "make bin", "make sunpkg" to work | install", "make bin", "make sunpkg" to work | ||
− | + | - libmysqlclient & libz (zlib) -libs and devel headers | |
− | + | - libpq / postgresql -libs and devel headers- | |
− | - libmysqlclient & libz (zlib) -libs and devel headers | + | - libsnmp9 - libs and devel headers |
− | + | - libldap libs and devel headers v2.1 or greater | |
− | - libpq / postgresql -libs and devel headers- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | - libsnmp9 - libs and devel headers | ||
− | |||
− | - libldap libs and devel headers v2.1 or greater | ||
- libconfuse | - libconfuse | ||
libconfuse-dev | libconfuse-dev |
Revision as of 05:25, 11 March 2008
Siapkan software pendukung
- apt-get install libperl5.8 libperl-dev
- apt-get install libxmlrpc-c3 libxmprpc-c3-dev
- apt-get install unixodbc unixodbc-dev
- apt-get install libradiusclient-ng2 libradiusclient-ng-dev
- apt-get install libxml2
- apt-get install openssl libsctp1 libsctp-dev
- apt-get install libexpat1 libexpat1-dev
- apt-get install libldap2 libldap2-dev
- gcc / suncc / icc - bison or yacc - flex - GNU make (on Linux this is the standard "make", on FreeBSD and Solaris is
called "gmake") version >= 3.79.
- sed and tr (used in the makefiles) - GNU tar ("gtar" on Solaris) and gzip if you want "make tar" to work - GNU install or BSD install (on Solaris "ginstall") if you want "make
install", "make bin", "make sunpkg" to work
- libmysqlclient & libz (zlib) -libs and devel headers - libpq / postgresql -libs and devel headers- - libsnmp9 - libs and devel headers - libldap libs and devel headers v2.1 or greater - libconfuse
libconfuse-dev
Ambil source code dari
http://www.openser.org/pub/openser/latest/src/
Lakukan
# cp openser-1.3.0-notls_src.tar.gz /usr/local/src/ # cd /usr/local/src/ # tar zxvf openser-1.3.0-notls_src.tar.gz # cd openser-1.3.0-notls #