DSO Issue¶
This is a issuse with apache when you try to install any module to it it gives error.
e.g. If you are running the php install as module
./configure ----- OK
make ------ OK
But,
make install ---- Failed with message .la is not a dso file
./libtool --mode=install cp libphp5.la /usr/lib/apache/modules/
./libtool --finish
Now, you might need the non apache version of application.
in that case you need to get rid of APXS2 variable from configure.