Monthly archive: September 2009
In this example i will try to install cloudstore ( kosmosfs or simply kfs ) on a fedora 10 linux operating system
and will use the following folder structure:
/CLOUD
/storage - folder to mount kfs storage later
/source/kfs-0.3/ – source code
user@computer:$ [root@localhost ~]# mkdir /CLOUD/source;cd /CLOUD/source[root@localhost source]# wget http://downloads.sourceforge.net/project/kosmosfs/kosmosfs/kfs-0.3/kfs-0.3.tar.gz[root@localhost source]# tar zxvf kfs-0.3.tar.gz[root@localhost source]# cd kfs-0.3[root@localhost kfs-0.3]# mkdir build;cd [...]
i have noticed that fedora core 11 already comes with log4cpp rpm, if you need to install log4cpp on a FC9 or FC10 you will need to compile it yourself ( i could not find any preconfigured version )
here is how i managed to compile and install log4cpp on fedora core 10
1) download and unpack [...]