""Arlene Berry" via RT" writes: > The problem is all of the Makefile.in's have the library extension > hardcoded to ".so": > > > > SO_EXT=.so > > > > but they should be set to the DYNOBJEXT variable which is set to the > correct value by config/shlib.conf: > > > > SO_EXT=$(DYNOBJEXT) It looks like SO_EXT is an artifact of some prior iteration of the loadable module build system. Are there specific modules that are failing to build? or is it failing to build any of them?