For the life of me I cant get 'make' to make the libphp4.so shared lib. This leads to a failure in make install where it cant find said shared lib, and basically nothing moves forward.
Im trying to recompile PHP4.1 with some new flags. Ive traced the problem to the following errors in the result of 'configure'
<snip>
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
</snip>
Where for some reason libtool doesnt support shared libs.
Can anyone help me out of this?
Id really appreciate it...
--Tap