gtk2.4.3 설치시 에러?

bokwang의 이미지

수고하십니다.

한컴 3.0에 풀설치 gtk,glib2.4.2, pango, atk, pkgconfig 를 설치하려는데요..

glib을 설치했고 (/usr/local) <=여기서 압축풀어서..

pango, atk 를 설치시 에러가 나는데요. 내용은

checking for GLIB - version >= 2.4.0 ...
***`pkg-config --modversion glib-2.0` returned 2.4.2, but GLIB(2.0.6)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLIB. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no configure error
*** Glib 2.4.0 or better is required. The latest

아시는 분들 답변 좀 주세요 감사합니다 .

segfault의 이미지

새 버젼의 glib를 /usr/local에 설치하셨군요.

기존에 설치되어 있던 glib가 /usr에 있습니다.

우선적으로 autoconf에서 glib를 찾을때 /usr쪽을 먼저 검색하기때문에 기존 버젼의 glib를 인식해서 생기는 문제 같군요.

기존에 설치된 glib를 지우던가..

새 버젼의 glib의 prefix를 /usr로 맞춰 컴파일하신다음 다시 시도해보세요.

mooore의 이미지

Suhk59 wrote:
수고하십니다.

한컴 3.0에 풀설치 gtk,glib2.4.2, pango, atk, pkgconfig 를 설치하려는데요..

glib을 설치했고 (/usr/local) <=여기서 압축풀어서..

pango, atk 를 설치시 에러가 나는데요. 내용은

checking for GLIB - version >= 2.4.0 ...
***`pkg-config --modversion glib-2.0` returned 2.4.2, but GLIB(2.0.6)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLIB. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no configure: error:
*** Glib 2.4.0 or better is required. The latest

아시는 분들 답변 좀 주세요 감사합니다 .

pkgconfig의 PKG_CONFIG_PATH를 이용하시면 기존에 설치되어 있는 glib 대신 새로 설치된 glib의 위치를 atk나 pango에 알려줄 수 있습니다.

pkgconfig는 해당 패키지의 라이브러리 위치나 헤더 파일의 위치를 알려주는 자그마한 유틸리티입니다.
pkgconfig는 컴파일하는 사용자의 환경 변수 중 PKG_CONFIG_PATH를 이용해서 해당 패키지의 위치를 추적합니다.
만약 glib 컴파일 시 prefix를 따로 설정하지 않으셨다면 /usr/local에 설치되어 있을 것이며 /usr/local/lib/pkgconfig에 보시면 glib-2.0.pc라는 파일이 설치되어 있을 겁니다.
사용자의 PKG_CONFIG_PATH에 /usr/local/lib/pkgconfig를 추가한 후 atk나 pango를 위한 configure를 실행해보시기 바랍니다.
물론 시스템 전체의 PKG_CONFIG_PATH에 /usr/lib/pkgconfig가 먼저 설정되어 있다면 기존에 설치되어 있는 glib이 먼저 검색되니 순서를 적절히 조절하시면 기존 설치된 glib 삭제없이 설치 가능합니다.

그리고 에러 메시지에도 나오듯이 사용자의 LD_LIBRARY_PATH나 /etc/ld.so.conf에 /usr/local/lib 디렉토리를 추가하셔야 링킹시 에러가 발생하지 않습니다.(glib가 /usr/local에 설치되어 있다는 가정입니다.)

별은 바라보는 자에게 빛을 준다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.