I have great problems in installing php4.0.6 on a Solaris7-system (Sun) with oracle. I've done
./configure --with-oracle=/opt/ora817 --with-apxs=/usr/local/apache/bin/apxs
and then make+ make install.
I'm not a beginner on unix systems. I want to run select statement in html-php-code <? ?> by an apache server.
Is it necessary to compile php static ? I did it dynamically.(An old memorysaver boy)