hi, there is one question that I would like to ask first.
Do you really put the configure statement as like this?
./configure --with-mysql-with- oci8=/orasw/prod/oracle/product/8.1.7 -with-apache=/.... -enable-track-vars
i believe that this configure statement is not the correct way to do so.
This is what I did
./configure --with-mysql=/usr/local/mysql --with-oci8=/usr/local/oracle_home --with-apache=/apache --enable-tracks-vars
first is the mysql, configure to the directory that your mysql installed, then for the oracle also the same, and for the apache is where the path you untar the source file.
And if you would like to use the ora function, you will need to add
--with-oracle=[dir], and I also do not know why that it has to be in this sequence
--with-oracle=[dir] --with-oci8=[dir]
i tried in this sequence then it success, but some time the --with-oracle=[dir] do return error, and I do not know the reason.
Hope that this can help you.