hi, ..
Apache, PHP and oracle compilation are make succefully...
i make PHP with OCI8's options : no problem.
When I compile Apache with the new configuration of PHP :
------------------------------------------------------- ----------"
./configure \
--prefix=/www \
--activate-module= src/module=src/modules/php4/libphp4.a
-------------------------- ---------------------------------------"
Compilation has begin, and few second later, this error has occurred
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 ========
cd ..; gcc -DLINUX=22 -I/home/adnet/Jacques/Apache/php-4.2.2 -I/home/adnet/Jacques/Apache/php-4.2.2/main -I/home/adnet/Jacques/Apache/php-4.2.2/main -I/home/adnet/Jacques/Apache/php-4.2.2/Zend -I/home/adnet/Jacques/Apache/php-4.2.2/Zend -I/home/adnet/Jacques/Apache/php-4.2.2/TSRM -I/home/adnet/Jacques/Apache/php-4.2.2/TSRM -I/home/adnet/Jacques/Apache/php-4.2.2 -DNO_DL_NEEDED ./apaci -o helpers/dummy helpers/dummy.c -Wl,-rpath,/oracle/817/lib -rdynamic -L/oracle/817/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lpam -lm -ldl -lm -ldl -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt -lclntsh -lclntsh -lm -lcrypt -lexpat
/lib/libpthread.so.0: undefined reference to __sysctl@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference toIO_list_unlock@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to _IO_iter_file@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference tolxstat64@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to getrlimit@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference toIO_list_resetlock@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to _IO_iter_begin@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference tolibc_sigaction@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to _IO_iter_next@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference tofxstat64@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to _IO_iter_end@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference tosetrlimit@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference to _IO_list_lock@GLIBC_2.2'
/lib/libpthread.so.0: undefined reference toxstat64@GLIBC_2.2'
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============
For information, I use a RedHat distribution 7.1. if you have an answer, please, reply me...
Sorry for my bad english but, i'm french.