skip menu and go to main content

body start

mod_url

Resolved  apache2.0.49 버전에서의 mod_url.c 설치에러입니다 2 ]

10.04.07-19:02:07

315267

Submitted by Nobody

Assignee 김정균

View2145

Priority1


 안녕하세요
 apache 2.0.49 , gcc 3.4.6 , liviconv 1.13.1 , php 4.4.2 , perl 5.8.8 버전을 사용중입니다

 apxs을 이용하여 mod_url.c을 컴파일 하게되면
 /modules/mod_url.so 파일은 정상적으로 생성되는데 홈페이지에서는 한글 처리가 되지 않습니다

 설치시 로그는 다음과 같습니다
 .....
 mod_url.c: In function `check_redurl_iconv':
 mod_url.c:298: warning: passing arg 2 of `libiconv' from incompatible pointer type
 .....
 
 위의 2줄 때문에 정상적으로 설치가 되지 않는 것 같아서
 liviconv 를 1.11로 설치해서 재설치해도 마찬가지 입니다

 mod_url.c 298줄에는 다음과 같은 내용이 있습니다
 c->ret = iconv (cfg->cd, &src, &flen, &to, &tlen);
 
 수고하십시요

Resolution : Fixed

Comments on this artfact

2 Comments

김정균

"Assigned To" was changed from "Nobody" to "김정균"
"Priority" was changed from "3" to "1"
"State" was changed from "Open" to "Closed"

12.01.25-02:45:13

김정균

"Resolution" was changed from "None" to "Works For Me"

12.01.25-02:45:14

김정균

위의 문제는 apache2-1.16 과 apache1-1.17 에서 fix 되었습니다.

12.01.25-03:05:53

김정균

"Resolution" was changed from "Works For Me" to "Fixed"

12.01.25-03:29:10

김정균

Codes changed : mod_url/apache2/Changelog [#315267]: fixed compile warnging with libiconv

12.01.25-03:32:20

김정균

위의 메시지는 compile error가 아니라 warning입니다. libiconv에서 동작은 확인된 사항입니다. 다만, warning에 관련된 이슈가 자주나와서 fix를 했습니다. apache2-1.16 과 apache1-1.17 를 받으시면 fix된 버전입니다.

12.01.25-03:33:33