알짜 6.1에 오라클8i와 mysql php4 apache를 설치해보려고 합니다.
oracle 과 mysql은 잘 돌아가고...
php4와 apache를 연동하여 깔려고 하니깐...
php4 컴파일시 마지막 부분에 이런 에러가 발생합니다...
making all in oci8
make[2]: Entering directory `/usr/src/php-4.0b2/ext/oci8'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/usr/local/apache/include -I/usr/include -I/usr/local/mysql/include/mysql -I../.. -I../../libzend -g -O2 -g -O2 -c oci8.c
In file included from oci8.c:71:
php3_oci8.h:53: oci.h: 그런 파일이나 디렉토리가 없음
make[2]: *** [oci8.o] Error 1
make[2]: Leaving directory `/usr/src/php-4.0b2/ext/oci8'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php-4.0b2/ext'
make: *** [all-recursive] Error 1
[root@210 php-4.0b2]#
컨피그는 이렇게 잡았습니다..
>cd apache_1.3.12
>./configure --enable-rule=SHARED_CORE \
> --enable-module=so \
> --prefix=/usr/local/apache
> make; make install
>cd php-4.0b2
>./configure --with-apxs=/usr/local/apache/bin/apxs \
>--with-mysql=/usr/local/mysql \
>--with-oci8=/home/oracle/8i \
>--with-oracle=/home/oracle/8i \
>--with-apache-install=/usr/local/apache \
>--with-config-file-path=/etc \
>--enable-modules=so
>make; make install
mysql만 configure에 해주었을때는 잘 되었는데.
oracle부분만 넣어주면 에러가 납니다...
갈켜주세요...넘 속상하네여...첩첩이 계속 막히네여..^^
|