Сборка PHP5 с поддержкой Oracle 10g

himic

Новичок
НЕ могу понять, скачал инстант клиента, всё сделал по мануалу
указал путь к библиотекам
а он вот так вот, грит библиотек нету:
checking for Oracle (OCI8) support... yes
checking checking PHP version... 5.2.1, ok
checking Oracle Install Directory... /instant
checking size of long int... 4
checking checking if we're at 64-bit platform... no
checking OCI8 libraries dir... lib32
checking Oracle version... configure: error: Oracle-OCI8 needed libraries not found
 

himic

Новичок
Делал так
./configure --with-oci8=/instant --prefix=/usr/local/apache/php --with-apxs2=/usr/local/apache/bin/apxs --enable-sigchild --with-config-file-path=/usr/local/apache/php

сделал
./configure --with-oci8=instantclient,/usr/lib/oracle/10.1.0.3/client/lib --prefix=/usr/local/apache/php --with-apxs2=/usr/local/apache/bin/apxs --enable-sigchild --with-config-file-path=/usr/local/apache/php

ответ
checking for Oracle (OCI8) support... yes
checking checking PHP version... 5.2.1, ok
checking Oracle Instant Client directory... /usr/lib/oracle/10.1.0.3/client/lib
checking Oracle Instant Client SDK header directory... configure: error: Oracle Instant Client SDK header files not found

Делал По мануалу, SDK скачан и установлен

rpm -Uvh oracle-instantclient-basic-10.1.0.3-1.i386.rpm
rpm -Uvh oracle-instantclient-devel-10.1.0.3-1.i386.rpm
первое он установил в /usr/lib/oracle/10.1.0.3/client/lib and the
второе в /usr/include/oracle/10.1.0.3/client.
 
Сверху