i have some doubts with the kosmos distributed file system.... where do i post the questions???i mean under which forum??
kfs
Collapse
X
-
Tags: None
-
i have been getting the following errors while installing the softwares required for installing kosmos filesystem.
1.error while installing log4cpp
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/config'
Making install in src
make[1]: Entering directory `/usr/local/log4cpp-0.3.5rc3/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF ".deps/FileAppender.Tp o" -c -o FileAppender.lo FileAppender.cp p; \
then mv -f ".deps/FileAppender.Tp o" ".deps/FileAppender.Pl o"; else rm -f ".deps/FileAppender.Tp o"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tp o -c FileAppender.cp p -fPIC -DPIC -o .libs/FileAppender.o
../include/log4cpp/Manipulator.hh: 29: error: extra ';'
make[1]: *** [FileAppender.lo] Error 1
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/src'
make: *** [install-recursive] Error 1
2.error while installing cmake
[root@unknown001 320206696 build]# cmake /code/kfs/
-- Check for working C compiler: /usr/lib/ccache/gcc
-- Check for working C compiler: /usr/lib/ccache/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
CMake Error: Log4cpp_DIR is not set. It must be set to the directory containing Log4cppConfig.c make in order to use Log4cpp.
-- Configuring done
how do i correct them?Comment
-
Best to ask the KFS people on their website.Originally posted by nitheshsaliani have been getting the following errors while installing the softwares required for installing kosmos filesystem.
1.error while installing log4cpp
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/config'
Making install in src
make[1]: Entering directory `/usr/local/log4cpp-0.3.5rc3/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF ".deps/FileAppender.Tp o" -c -o FileAppender.lo FileAppender.cp p; \
then mv -f ".deps/FileAppender.Tp o" ".deps/FileAppender.Pl o"; else rm -f ".deps/FileAppender.Tp o"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -Wall -Wno-unused -pedantic -MT FileAppender.lo -MD -MP -MF .deps/FileAppender.Tp o -c FileAppender.cp p -fPIC -DPIC -o .libs/FileAppender.o
../include/log4cpp/Manipulator.hh: 29: error: extra ';'
make[1]: *** [FileAppender.lo] Error 1
make[1]: Leaving directory `/usr/local/log4cpp-0.3.5rc3/src'
make: *** [install-recursive] Error 1
2.error while installing cmake
[root@unknown001 320206696 build]# cmake /code/kfs/
-- Check for working C compiler: /usr/lib/ccache/gcc
-- Check for working C compiler: /usr/lib/ccache/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
CMake Error: Log4cpp_DIR is not set. It must be set to the directory containing Log4cppConfig.c make in order to use Log4cpp.
-- Configuring done
how do i correct them?Comment
Comment