설치시 '현재 설치된 PHP의 mailparse 확장모듈을 로딩할 수 없습니다'라고 나옵니다.
※ 필수입력정보 ※
▷ 제품버젼 : nmail-php-2.5.1
▷ 오류발생 메뉴/주소 : 설치시 오류입니다.
▷ 에러메세지 :
.
.
.
.
PHP Deprecated: Function eregi() is deprecated in C:\NmailPHP\nmail_install.php
on line 168
PHP Deprecated: Function eregi() is deprecated in C:\NmailPHP\nmail_install.php
on line 165
PHP Deprecated: Function eregi() is deprecated in C:\NmailPHP\nmail_install.php
on line 168
PHP Deprecated: Function eregi() is deprecated in C:\NmailPHP\nmail_install.php
on line 165
PHP Deprecated: Function eregi() is deprecated in C:\NmailPHP\nmail_install.php
on line 168
PHP Deprecated: Function ereg() is deprecated in C:\NmailPHP\nmail_install.php
on line 2036
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Tokyo' for '9.0/no DST' instead in C:\NmailPHP\nmail_install.php on line 19
84
C:\AutoSet6\Server\conf\php.ini 파일에 다음처럼 설정을 추가해두었습니다.
;---------------------------------
;Nmail Auto Config - Begin
extension_dir="C:/AutoSet6/Server/bin/ext/"
extension=php_mailparse_5.3.dll
;donwload - http://www.ioncube.com/loaders.php
zend_extension_ts="C:/AutoSet6/Server/bin/ext/\ioncube_loader_win_5.3.dll"
register_globals = On
magic_quotes_gpc = On
allow_call_time_pass_reference = On
;Attachment Size
upload_max_filesize = 100M
post_max_size = 120M
memory_limit = 200M
max_input_time = 3600
max_execution_time = 3600
;General
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
log_errors = On
display_startup_errors = On
error_log = syslog
;Nmail Auto Config - End
;---------------------------------
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Tokyo' for '9.0/no DST' instead in C:\NmailPHP\nmail_install.php on line 19
92
PHP Warning: dl(): Dynamically loaded extensions aren't enabled in C:\NmailPHP\
nmail_install.php on line 2081
[경고] 엔메일 설치작업이 중단되었습니다.
아래 문구를 확인하셔서 조치후 설치프로그램을 다시 실행하시면 됩니다.
=>
현재 설치된 PHP의 mailparse 확장모듈을 로딩할 수 없습니다.
설치문서를 참고해서 해당 모듈을 다시 설치하시기 바랍니다.
이미 설치된 상태라면 엔메일 설치 프로그램을 다시 실행하면 정상적으로 넘어가는 경
우도 있습니다.
그래도 안된다면 다음처럼 OS, PHP 버젼과 함께 패스코리아넷 ( http://passkorea.net
) 으로 문의주시기 바랍니다.
cat /etc/*-release
php -v
계속하려면 아무 키나 누르십시오 . . .
▷ 질문내용 : 엔메일 설치중인데요..
위와 같은 에러가 뜹니다.
운영체제는 윈도우XP이고,
오토셋6를 이용해서 오늘 APM를 설치했고요,
PHP버전은 5.3.5입니다.
검색을 해보니
---------------------------------------------------
# pear나 wget 을 통해 mailparse 소스를 다운받습니다.
pear download mailparse
# pecl download mailparse
# 다운받은 파일의 압축을 해제합니다.
tar zxvf mailparse-2.1.1.tgz
# 디렉토리로 이동후 소스 컴파일
cd mailparse-2.1.1/
phpize
./configure
make
make install
---------------------------------------------------
위와 같이 해결책이 나와 있긴 한데요..
저는 'phpize'라는 파일이 아예 없어서 실행을 할 수가 없습니다.
검색을 해보니 이 파일은 보통 usr/bin/에 들어있다고 하는데 저는 윈도우라 이런 폴더가 없네요.
혹시 이건 리눅스에만 있는 파일인가요?
어쨌든 제 상황에서 이 오류를 해결할 수 있는 방법을 부탁드리겠습니다.
감사합니다. ^^
이전 글 | Message size Violation Error 1 | 대****스 | 2011.11.18 |
---|---|---|---|
다음 글 | 메일 첨부파일 관련 [심각합니다 버그] 1 | D****어 | 2011.11.04 |