Wine 20021031소스컴파일 하는데..
다 잘되다가 make install 시에 되는거 같다가 조금 지난 후 아래와 같은 에러가 발생되네요.
*************************************************
*************************************************
The installed Wine libraries will not be found!
You can either:
Add the line '/usr/local/lib' to /etc/ld.so.conf
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
*************************************************
*************************************************
/etc/ld.so.conf에다가 /usr/local/lib라는 라인을 삽입하고
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib를실행하라는거 같은데.. 아닌가?;
그냥 통째로 넣으면 될까......
고수님들의 답변 기대합니다.