I ran my ./configure --with-apxs=/usr/local/apache/bin/apxs
But still got the same error. As a matter of fact, I get it every time I do it.
Everything works fine, but make install fails.
Why?
Because "in my case" I am running it in a server running HP-UX OS which causing this hickup when "make install" seeing libphp4.sl instead of libphp4.so (typically in Linux OS environment).
Only solution I found so far was to install it statically which I HATE to do! Why can't I use DSO??? Come on PHP guru...any pointers?