: : 저는 APM을 얼마전에 깔고 실험삼아 모든걸 연결하는 방명록같은것을 만들어서 돌리려
고하는데요..mysql에 접 : : 근해서 해야하는데요..$connetc=mysql_connetc("localhost"......)여기서 에
러가 나는데요..왜그런지 모르겠네요. : : Fatal error: Call to undefined function: mysql_connect() in /var/
www/html/guest_end.php on line 27 이런메세지가 나오는데요. : : 어케 된건지 좀 알려주세요.이거
한줄 밖에 안나오네요..어디가 문제인지..학교에서 돌릴때는 잘돌아갔거든요.. : : 꼭 좀부
탁합니다. :
: 설치하실때 mysql 연동을 해주셨나여?
:
: <? phpinfo(); ?> <= 이것만 넣구.. php 파일을 하나 만듭니다.
:
: 그담에 그파일을 웹페이지에서 불러보면...
: php 설정 내용이 주욱~~~ 나오는데여...
: 그중에서 mysql 이 있는지 확인을 해보세여... 그럼..
: ^^
:
: --
: ^^
봤는데요..
'./configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sy
sconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--loc
alstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--prefix=/usr' '--wi
th-config-file-path=/etc' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-apxs
=/usr/sbin/apxs' '--with-bz2' '--with-curl' '--with-db3' '--with-dom' '--with-exec-dir=/usr/bin' '--with-gd' '--with-gdb
m' '--with-gettext' '--with-jpeg-dir=/usr' '--with-mm' '--with-openssl' '--with-png' '--with-regex=system' '--with-ttf'
'--with-zlib' '--with-layout=GNU' '--enable-debugger' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--ena
ble-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-yp' '--enable-wddx' '--without-mysql'
'--without-unixODBC' '--without-oracle' '--without-oci8' '--with-pspell' '--with-xml' 이렇게 나오구여. 큰 제
목중에서는 mysql이란 곳은 없구요.pgsql밖에 없는데요..어디서 어떻게 잘못된것인가요?? 꼭
좀 알려주세요..