설치로 인해 오류가 발생함

설치로 인해 오류가 발생함

나는 다음에서 g2ipmsg를 다운로드했습니다. http://www.ipmsg.org/archive/g2ipmsg-0.9.6.tar.gz

이 패키지를 설치하면 일부 오류가 발생합니다.

 checking for G2IPMSG... configure: error: Package requirements (libgnomeui-2.0 >= 2.14
                gtk+-2.0 >= 2.4
                glib-2.0 >= 2.8) were not met:

    No package 'libgnomeui-2.0' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables G2IPMSG_CFLAGS
    and G2IPMSG_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.

이 오류를 해결하는 방법을 알려주십시오.

답변1

libgnomeui-2.0오류 메시지에 언급된 패키지가 올바르게 설치되었는지 확인하세요. 배포판에 따라 사용하거나 apt-get설치 yum하십시오. 설치해야 할 수도 있습니다 gtk+-2.0( glib-2.0첫 번째 패키지를 설치하고 업데이트된 오류 메시지가 있는 경우 확인).

관련 정보