|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-04-30 09:46 UTC] jani@php.net
[2009-05-08 01:00 UTC] php-bugs at lists dot php dot net
[2016-03-08 01:30 UTC] sixd@php.net
-Package: PDO related
+Package: PDO OCI
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 08:00:01 2025 UTC |
Description: ------------ Software:AIX6.1+IBM Http Server-1.3(Apache-1.3)+PHP-5.2.6 # pwd /usr/local/PDO_OCI-1.0 # /usr/local/php/bin/phpize PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 # ./configure \ --with-php-config=/usr/local/php/bin/php-config \ --with-pdo-oci=instantclient,/oracle/product/10.2.0,10.2.0.3> ...... ...... ...... checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool appending configuration tag "CXX" to libtool configure: creating ./config.status config.status: creating config.h # make ...... ...... creating ./pdo_oci.la (cd ./.libs && rm -f pdo_oci.la && ln -s ../pdo_oci.la pdo_oci.la) mv: 0653-401 Cannot rename ./.libs/pdo_oci.so to ./pdo_oci.so: A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 1.