Download

[Source File] Coord.0.3.0

알 수 없는 사용자 2009. 12. 10. 10:16

Download: Coord.0.3.0.tar.gz for CentOS
Download: Coord.0.3.0.tar.gz for the Others


How to Install (on CentOS)

<install libraries>
yum update
yum -y install bison
yum -y install bison-devel
yum -y install byacc
yum -y install flex

<install gsoap>
Move to 'coord/gsoap/'
.configure --prefix=`pwd`
make
make install

<install coord>
edit 'coord/etc/profile.mk' (WN=coord_absolute_path)
run 'coord/sbin/config.sh' (./config.sh)
Move to 'coord/src/' & run 'make'

<configuration>
export LD_LIBRARY_PATH=coord/lib_absolute_path
      (cf. To permanently apply it, write in either '~/.bashrc' or '~/.bash_profile')
edit '/etc/hosts' (set your IP-address and hostname)
deactivate firewall


Coord is an Open Source Project for Large-Scale Data Analysis.
Refer to
http://www.coordguru.com .