I tried turning off --silent in the libtool command line during the compile with no real success. There doesn't seem to be any warnings or errors.
I compiled PHP with ./configure --with-mysql=/path/to/mysql --with-apxs=/path/to/apxs
Apache was pre-compiled that came with solaris 9, and all the tests that php.net had checked out, so it seems this apache version is already compatible with the PHP.
If you need any more info, please let me know. I did a ldd -r on the libphp4.so file that I generated, it listed a whole bunch of missing symbols, which makes me think that there is a problem with libraries during compile. Again, there is no errors for me to reference though, so I'm a bit lost.
I'm also not the most adept person at digging through this stuff, so I might have missed something. If you want me to post it here, I can take care of that.
Thanks for the help!