여기다가 글을 올려두 돼는 분야인지 잘 모르겠지만 가르켜주십시요..
제가 이번에 오라클 을 공부하려고..리눅스에 php랑 apache랑 셋팅하려고했습니다
그런데...
리눅스는 10번 정도 실패해서 겨우 성공했구 이제 php랑 깔아야 하는데
자꾸 이런 메세지가 뜹니다
+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| php-install at lists.php.net mailing list and include appropiate |
| information about your setup. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
이런 메세지가 자꾸 뜹니다 그리고 make;make install하면 오류없이 잘깔립니다
이제 apache에서
apache>#./configure
--prefix=/usr/local/apache
--activate-module=src/modules/php4/libphp4.a
--enable-rule=SHARED_CORE
--enable-module=so
--enable-shared=max
이렇게 했씁니다 물론 이전에 apache는 먼저 컴파일했구요..
그랬는데
HARED_CORE --enable-module=so --enable-shared=max
Configuring for Apache, Version 1.3.22
+ using installation path layout: Apache (config.layout)
+ activated php4 module (modules/php4/libphp4.a)
Creating Makefile
Creating Configuration.apaci in src
cd ..; gcc -DLINUX=22 -I/tmp/php-4.1.0 -I/tmp/php-4.1.0/main -
I/tmp/php-4.1.0/main -I/tmp/php-4.1.0/Zend -I/tmp/php-4.1.0/Zend -
I/tmp/php-4.1.0/TSRM -I/tmp/php-4.1.0/TSRM -I/tmp/php-4.1.0 -fpic -
DSHARED_CORE `./apaci` -o helpers/dummy helpers/dummy.c -Wl,-
rpath,/usr//lib -Wl,-rpath,/usr/local/gd// -Wl,-
rpath,/usr/local/imap//c-client -Wl,-
rpath,/usr/local/mysql//lib/mysql -Wl,-rpath,/home/oracle/816//lib -
rdynamic -L/usr//lib -L/usr/local/gd// -L/usr/local/imap//c-client -
L/usr/local/mysql//lib/mysql -L/home/oracle/816//lib -Lmodules/php4 -
L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -lc-client -
ldl -lm -ldl -lm -ldl -lmysqlclient -lz -lcrypt -lpam -lgd -lpng -lz -
ljpeg -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt -lclntsh -
lclntsh -lm -lcrypt -lexpat -ldl
/lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_argv@GLIBC_2.2'
/lib/libc.so.6: undefined reference to
`_dl_check_map_versions@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_debug_mask@GLIBC_2.2.3'
/lib/libc.so.6: undefined reference to `_dl_load_lock@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_init_all_dirs@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_debug_printf@GLIBC_2.2.3'
/lib/libc.so.6: undefined reference to `_dl_init@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_all_dirs@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_nloaded@GLIBC_2.2'
/lib/libc.so.6: undefined reference to `_dl_pagesize@GLIBC_2.2'
collect2: ld returned 1 exit status
make: *** [dummy] 오류 1
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
o php4_module uses ConfigStart/End
+ using system Expat
+ enabling generation of Apache core as DSO
+ using -ldl for vendor DSO support
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
============= End of Error Report =============
빠른 답변 부탁드립니다
이런 오류가 납니다..빠른 부탁 바랍니다