php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47555 Can not make PDO_OCI.so
Submitted: 2009-03-04 01:28 UTC Modified: 2016-03-08 01:30 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: geniushome at qq dot com Assigned:
Status: No Feedback Package: PDO OCI
PHP Version: 5.2.6 OS: AIX6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: geniushome at qq dot com
New email:
PHP Version: OS:

 

 [2009-03-04 01:28 UTC] geniushome at qq dot com
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-30 09:46 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

And do not use the PECL stuff.
 [2009-05-08 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2016-03-08 01:30 UTC] sixd@php.net
-Package: PDO related +Package: PDO OCI
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 01 03:01:31 2025 UTC