메뉴 건너뛰기

app

[FreeBSD] 2006년 8월 10일 20:00

박영식2006.08.10 17:22조회 수 2327댓글 0

    • 글자 크기
문제에 봉착했다.

libc.so.4 ?/? 이게 없다고 나온다.  구글까지 뒤져서 외국 웹페이지를 보니
이름을 바꾸라고 나온다. 그런데, libc.so나 libc.so.5가 없는데.... 계속 찾아봐야겠다. 이글을 대충 보니, 5버전 이상으로는 libc.so.4를 패키지에 포함 안 시킨 것 같다. 그래서 x-window를 4버전으로 설치하니까, 6버전에서 libc.so.4를 못 찾겠다고 하는 것 같다. 되길... 되길... libc.so.5를 찾아봐야겠다.


Some users could have problems with installation of our scripts in FreeBSD 5.x, since distribution kits compiled under FreeBSD 4.x. If your server has not support libc library for 4 version of FreeBSD, you will see Internal Server Error message at startup of cgi-scripts. In apache error log you can found the following line:/usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found.

Problem solving:
Method 1.
You need to install libc support for 4th version of FreeBSD.

Method 2.
You need to create link /usr/lib/libc.so.4 to /usr/lib/libc.so.5 or just make copy of file /usr/lib/libc.so.5 => /usr/lib/libc.so.4
Execute the following command in root shell:
ln -s /usr/lib/libc.so.5 /usr/lib/libc.so.4

If this does not help, execute the following command:
ln -s /usr/lib/libc.so /usr/lib/libc.so.4

박영식 (비회원)
    • 글자 크기
[FreeBSD] 2006년 8월 11일 00:30 (by 박영식) [FreeBSD] 2006년 8월 10일 16:00 (by 박영식)

댓글 달기

박영식
2006.06.18 조회 2642
박영식
2005.03.25 조회 2381
박영식
2003.12.25 조회 4200
박영식
2003.12.19 조회 3730
박영식
2003.11.05 조회 17819
박영식
2003.11.05 조회 2552
박영식
2003.11.05 조회 2774
박영식
2003.11.05 조회 2457
박영식
2003.11.05 조회 2494
박영식
2003.11.05 조회 3539
박영식
2002.06.14 조회 2870
박영식
2002.04.18 조회 3660
박영식
2002.04.18 조회 3572
첨부 (0)
위로