nabi를 설치하는 중 gtk컴파일에서 오류.....
나비를 설치 하던 중 아래와 같은 과정에서 오류가 났습니다.
어떻게 조치하면 되는가요?
(rpm으로 간단히 설치하는 방법이라도....)
1. 패키지 설치
1.2 glib-2.18.2.tar.gz를 ./configure --prefix=/opt/gtk && make && make install
find / -type d -name pkgconfig 를 통해 경로를 찾은 후.
vi /etc/profile 로 find 명령어로 찾은 경로를 적어줌.
----
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
export PKG_CONFIG_PATH=/usr/share/pkgconfig;/usr/lib/pkgconfig;/opt/gtk/lib/pkgconfig;/opt/lampp/lib/pkgconfig;/opt/lampp_1/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/lib/:/usr/local/lib:/opt/gtk/lib
1.2 yum install atk-devel cairo-devel를 설치
1.3 gtk+-2.14.4.tar.gz를 설치 중 오류
./configure --prefix=/usr && make && make install
오류 내용:
......
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.17.6 atk >= 1.13.0 pango >= 1.20 cairo >= 1.6) were not met:
Requested 'glib-2.0 >= 2.17.6' but version of GLib is 2.12.3
Requested 'atk >= 1.13.0' but version of Atk is 1.12.2
Requested 'pango >= 1.20' but version of Pango is 1.14.9
Requested 'cairo >= 1.6' but version of cairo is 1.2.4
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
hecking for
hecking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.17.6 atk >= 1.13.0 pango >= 1.20 cairo >= 1.6) were not met:
atk, pango and cario need to upgrade first.. then re try.
댓글 달기