|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-02-01 18:27 UTC] tony2001@php.net
[2005-02-02 09:53 UTC] mp at ecetra dot com
[2005-02-02 10:25 UTC] tony2001@php.net
[2005-02-02 10:41 UTC] mp at ecetra dot com
[2005-02-02 17:12 UTC] sniper@php.net
[2005-02-03 10:57 UTC] mp at ecetra dot com
[2005-03-29 15:50 UTC] mp at ecetra dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 19:00:02 2025 UTC |
Description: ------------ I downloaded the snap (php4-STABLE-200502011530.tar.bz2) and tried to build a RPM as i did it before with 4.3.10. The SPEC file was not changed (only source tarball filename). The problem is that oci8.so file is not created by 'make install'. Here is my configure string: ./configure \ --prefix=%{_installprefix} \ --sysconfdir=/etc/httpd/conf \ --with-apxs2filter \ --with-config-file-path=%{_sysconfdir}/httpd/conf \ --with-config-file-scan-dir=%{_sysconfdir}/httpd/conf/php.d \ --disable-debug \ --with-curl=shared \ --with-mysql=shared \ --without-pgsql \ --without-oracle \ --with-oci8=shared,/opt/oracle/product/9.2.0 \ --with-openssl=/usr \ --with-mcrypt=shared,/usr \ --with-mhash=shared,/usr \ --with-snmp=shared,/usr \ --with-mm=shared \ --with-ldap=shared \ --with-bz2 \ --enable-inline-optimization \ --with-gettext \ --with-png \ --with-gd \ --with-freetype-dir \ --with-png-dir \ --enable-track-vars \ --enable-wddx \ --with-ttf \ --enable-gd-native-ttf \ --enable-magic-quotes \ --enable-safe-mode \ --enable-sockets \ --enable-sysvsem \ --enable-sysvshm \ --with-xml \ --with-sablot=/usr/lib \ --with-expat=/usr/lib \ --with-pear=%{_datadir}/pear \ --with-ncurses \ --with-regex=system \ --with-jpeg-dir=/usr \ --enable-memory-limit \ --disable-rpath \ --without-dba \ --without-imap \ --with-kerberos=/usr/kerberos \ --with-db4 \ --enable-pic \ --with-gmp \ --with-iconv \ --enable-bcmath \ --enable-exif \ --enable-discard-path \ --enable-trans-sid \ --enable-versioning \ --enable-dbx \ --enable-dio \ --enable-mcal \ --enable-calendar \ --enable-shmop \ --with-zlib \ --with-dom \ --with-pcre-regex