Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.9K Databases
- 221.6K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.9K SQL & PL/SQL
- 21.3K SQL Developer
- 295.4K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 401 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
configure: error: Oracle Instant Client SDK header files not found

shoaib_ahmed_khan
Member Posts: 3
Hi All,
i am having problem in configuring php with oracle client, i am trying it for last two days but couldn't make it, anyone have any better idea about it
as i have
RHEL - 5
php 5.2.6
oracle client = 10.2.0.4
when i issues ./configure command it gives me output as below (show error in last line=BOLD)
./configure prefix=/wwwroot/php with-apxs2=/wwwroot/bin/apxs with-config-file-path=/wwwroot/php with-mysql --with-oci8=instantclient,/usr/lib/oracle/10.2.0.4/client/lib
.........
..................
.........................
.............................
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for mcrypt support... no
checking for mhash support... no
checking whether to include mime_magic support... no
checking for MING support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
checking for mysql_close in -lmysqlclient... (cached) yes
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for ncurses support... no
checking for Oracle (OCI8) support... yes
checking PHP version... 5.2.6, ok
checking size of long int... (cached) 4
checking Oracle Instant Client directory... /usr/lib/oracle/10.2.0.4/client/lib
checking Oracle Instant Client SDK header directory... configure: error: Oracle Instant Client SDK header files not found
i am doing it step by step as the instructions are written in oracle website, can anybody help me
any kind of help will be highly appreciated
i am having problem in configuring php with oracle client, i am trying it for last two days but couldn't make it, anyone have any better idea about it
as i have
RHEL - 5
php 5.2.6
oracle client = 10.2.0.4
when i issues ./configure command it gives me output as below (show error in last line=BOLD)
./configure prefix=/wwwroot/php with-apxs2=/wwwroot/bin/apxs with-config-file-path=/wwwroot/php with-mysql --with-oci8=instantclient,/usr/lib/oracle/10.2.0.4/client/lib
.........
..................
.........................
.............................
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for mcrypt support... no
checking for mhash support... no
checking whether to include mime_magic support... no
checking for MING support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
checking for mysql_close in -lmysqlclient... (cached) yes
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for ncurses support... no
checking for Oracle (OCI8) support... yes
checking PHP version... 5.2.6, ok
checking size of long int... (cached) 4
checking Oracle Instant Client directory... /usr/lib/oracle/10.2.0.4/client/lib
checking Oracle Instant Client SDK header directory... configure: error: Oracle Instant Client SDK header files not found
i am doing it step by step as the instructions are written in oracle website, can anybody help me
any kind of help will be highly appreciated
Tagged:
Answers
-
Which particular client did you install and how did you install it? Did you install the SDK?
cj
This discussion has been closed.