skip menu and go to main content

body start

mod_url

  lighttpd-1.4.27 + mod_url 컴파일 오류 1 ]

11.02.22-14:22:11

315956

Submitted by time377

 

View585

 

lighttpd-1.4.27 + mod_url 컴파일 오류입니다.

mod_url-1.2, mod_url-1.2.1, mod_url-1.5

전부 사용해봤는데 patch 부분에서 아예 패치가 되지 않네요..

shell> cp -af mod_url.c /path/lighttpd-src/src/
shell> cd /path/lighttpd-src
shell> patch -p1 /some/path/mod_url-lighttpd-src/lighttpd-mod-url.patch <-- 오류(명령어 실행 시 아무 반응이 없네요)
shell> ./configurea
shell> make
shell> make install



 

Comments on this artfact

1 Comments

김정균

shell> patch -p1 /some/path/mod_url-lighttpd-src/lighttpd-mod-url.patch

이 아니라

shell> patch -p1 < /some/path/mod_url-lighttpd-src/lighttpd-mod-url.patch

와 같이 하셔야 패치가 됩니다.

11.10.30-05:18:55