Problems with libphp_java.so
I need to install php 4.1.1 in RedHat 6.2 with Apache 1.3.22 with the following options:
./configure --with-apache=/usr/local/src/apache_1.3.22 --enable-safe-mode --with-exec-dir=/usr/bin --with-system-regex --disable-deb
ug --with-zlib --with-gdbm --with-db2 --enable-debugger --enable-magic-quotes --enable-track-vars --enable-sysvsem --enable-sysvshm
--with-xml --with-mysql=/usr --with-java --enable-ftp --with-ldap --with-config-file-path=/etc
I have defined the following variables of surroundings:
PATH="$PATH:/usr/local/jdk1.3.1_01/bin:/usr/local/jdk1.3.1_01/jre/bin"
CLASSPATH=/usr/local/jdk1.3.1_01/jre/lib/rt.jar:/home/httpd/html/privado:/lib/jt400.jar
LD_LIBRARY_PATH="/usr/local/jdk1.3.1_01/jre/lib/i386:/usr/local/jdk1.3.1_01/jre/lib/i386/classic:/usr/local/jdk1.3.1_01/jre/lib/i386
/native_threads"
When I execute make, it does not generate libphp_java.so. to me, if I do that same one with php 4,0,6 if me it generates it.
Thanks for their aid and excuse my english.