ID:               31794
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mp at ecetra dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         *Compile Issues
 Operating System: Linux RH EL ES 3
 PHP Version:      4CVS-2005-02-01 (stable)
 New Comment:

Not enough information.
Try to build from plain sources without using any external tools like
rpmbuild etc.


Previous Comments:
------------------------------------------------------------------------

[2005-02-01 16:55:49] mp at ecetra dot com

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




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31794&edit=1

Reply via email to