[티니]님이 남기신 글:
>-----------------------------------------
>답변자가 기본적으로 참고할 내용입니다.
>- 배포판(옵션) : RH 7.3
>- 커널버전(옵션) : 2.4.30
>- 데몬버전(예:apache 1.3.27) : 아래..
>- 데몬설치유형(RPM/컴파일/기타) : mysql RPM, APZ 컴파일
>-----------------------------------------
>APMZ : 1.3.33, 4.3.11, 4.0.24, 2.5.7
>이번에 위와 같이 모든 패키지를 버전업 시켰습니다. 정적으로 빌드했고요.
>그런데 phpmyadmin에서 아래와 같은 메세지가 나오더군요.
>
>Warning: Illegal offset type
>in /home/test/public_html/myadmin/libraries/grab_globals.lib.php on line 71
>
>Warning: Illegal offset type
>in /home/test/public_html/myadmin/libraries/grab_globals.lib.php on line 71
>
>Warning: Illegal offset type
>in /home/test/public_html/myadmin/libraries/grab_globals.lib.php on line 71
>
>Warning: Cannot modify header information - headers already sent by (output
>started at /home/test/public_html/myadmin/libraries/grab_globals.lib.php:71)
>in /home/test/public_html/myadmin/libraries/auth/cookie.auth.lib.php on line 106
>
>Warning: Cannot modify header information - headers already sent by (output
>started at /home/test/public_html/myadmin/libraries/grab_globals.lib.php:71)
>in /home/test/public_html/myadmin/libraries/select_theme.lib.php on line 86
>
>
>도대체 무엇이 문제 일까요.
>검색엔진에서 검색해봤더니 젠드를 최신버전으로 올려보라는 말도 있는데..
>2.5.7이면 가장 최신일텐데말이죠....
>
>추가.
>정적, 동적 모두 리빌드 해봤는데도 둘다 뜨네요 ㅠㅠ 흑흑...
>혹시 해서 php 옵션 올립니다.
>
>./configure
> --prefix=/usr/local/php
> --with-apxs=/usr/local/sbin/apxs
> --with-mysql=/usr
> --with-config-file-path=/usr/local/php
> --with-mod_charset
> --with-language=korean
> --with-charset=euc_kr
> --with-system-regex
> --with-gd=/usr/local/gd
> --with-freetype-dir=/usr/local/freetype
> --with-jpeg-dir=/usr/lib
> --with-png-dir=/usr/lib
> --with-gif-dir=/usr/lib
> --with-zlib-dir=/usr/lib
> --with-tiff-dir=/usr/lib
> --with-gettext=/usr/lib
> --with-ttf
> --with-xml
> --with-zlib
> --enable-calendar
> --enable-exif
> --enable-force-cgi-redirect
> --enable-freetype-4bit-antialias-hack
> --enable-ftp
> --enable-gd-imgstrttf
> --enable-gd-native-ttf
> --enable-inline-optimization
> --enable-libgcc
> --enable-magic-quotes
> --enable-mbstring
> --enable-memory-limit
> --enable-sockets
> --enable-track-vars
> --enable-url-fopen-wrapper
> --enable-zend-multibyte
> --disable-debug
========================================
zend optimizer 가 설치되어 있다면 이것을 한번 내려보고 소스에 문제가 없다면 zend optimizer 문제입니다.
zend optimizer 를 최신버번으로 다시 설치해보셔요. |