pango를 설치시 configure에서 하기와 같은 메시지가 출력됩니다.
checking for CAIRO... yes
Package /usr/lib/pkgconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `/usr/lib/pkgconfig.pc'
to the PKG_CONFIG_PATH environment variable
make install까지 진행은 되지만, gtk+에서는 cairo를 인식할 수 없다고 configure시에 바로 error가 납니다.
cairo를 설치를 완료하였으나, pkg-config cairo --print-errors 로 확인시, 계속 에라 메시지를 출력합니다.
설치도 /usr밑으로 필요한 것들을 설치 했었고
환경변수
PKG_CONFIG_PATH=/usr/lib/pkgconfig 로 잘 설정을 하였기에,