I found your post about a week ago, when I encountered the same problem.
I got it going. Here's what I did (eventually ;-) ):
cd .../apache-1.3.20
export LIBS="-lcl -ljava"
export CC="gcc -fpic"
export CFLAGS="-O"
ln -s $ORACLE_HOME/JRE/lib/PA_RISC/native_threads/libjava.sl /usr/lib/libjava.sl
(not sure that creating that symbolic link was necessary, but I did it anyway)
./configure --with-layout=Apache
make
make install
edited $ORACLE_HOME/rdbms/admin/shrept.lst,
such that
the lines
rdbms : LhtStrCreate
rdbms : LhtStrInsert
weree added above the line
rdbms : lmxsrt
cd $ORACLE_HOME/bin
./genclntsh
cd /opt/apache/bin
./apachectl start
And it started :-) and worked :-D
I didn't have to re-make php, either.
References:
http://archive.develooper.com/dbi-users%40perl.org/msg04403.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0d0a6d96588ad4118fef0090279cd0f9,00.html
Oracle Note 113395.1
(This note apparently only available to those with Oracle support)
Hope this helps those who follow,
Rick