자동가입방지 그림이 안뜬데, 서버를 처음 깔아봐서 뭘더 설치해야 하는지 모르겠어요 정보
자동가입방지 그림이 안뜬데, 서버를 처음 깔아봐서 뭘더 설치해야 하는지 모르겠어요본문
우분투 8을 사용하고 있고요
apache
mysql
php
java5.5
java6
tomcat
이렇게 설치했어요
여전히 scrf 그림이 액박으로 되는데
서버에다가 뭘 더 설치해야 할까요?
아니면 설정을 다 안해줘서 그런가요?
apache
mysql
php
java5.5
java6
tomcat
이렇게 설치했어요
여전히 scrf 그림이 액박으로 되는데
서버에다가 뭘 더 설치해야 할까요?
아니면 설정을 다 안해줘서 그런가요?
댓글 전체


gd library 를 설치해야해요.
..........................................
phpinfo에서 gd설치한 내용이 떠야지요.
................
--with-gd=shared' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-freetype-dir=/usr' '--with-sqlite=shared'
..........
/etc/php.d/apache/gd.ini,
..............
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
........
Image function enabled, buildin gd library 2.0 compatible
..........................................
phpinfo에서 gd설치한 내용이 떠야지요.
................
--with-gd=shared' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-freetype-dir=/usr' '--with-sqlite=shared'
..........
/etc/php.d/apache/gd.ini,
..............
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
........
Image function enabled, buildin gd library 2.0 compatible