아래 명령처럼 특정 파일의 절대경로을 포함한 파일이름을 써주게 되면
그 파일이 어떤 RPM에 포함되어 있는지 알아 낼 수 있답니다
출처 : http://sinun.tistory.com/84
그 파일이 어떤 RPM에 포함되어 있는지 알아 낼 수 있답니다
# rpm -qf /bin/ls
coreutils-5.97-23.el5_6.4
출처 : http://sinun.tistory.com/84
# rpm -qf /bin/ls
coreutils-5.97-23.el5_6.4
BasicLayout.cpp:37: error: expected constructor, destructor, or type conversion
before ‘<’ token
BasicLayout.cpp:17
#include <memory> 추가
PatternLayout.cpp:373
component = new FormatModifierComponent(component, std::abs((float)minWidth), maxWidth, minWidth < 0); 변경
../../src/log4c/.libs/liblog4c.so: undefined reference to `rpl_malloc'
../../src/log4c/.libs/liblog4c.so: undefined reference to `rpl_realloc'
undefined reference to `rpl_malloc' 오류의 경우
$ export ac_cv_func_malloc_0_nonnull=yes
undefined reference to `rpl_realloc' 오류의 경우
$ export ac_cv_func_realloc_0_nonnull=yes
./configure ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes