I should be possible to replace all of the direct db* calls in devsupMain.cpp with indirect calls through _dbapi using the python interpreter. This would allow softIocPy* to be linked only with Com (and potentially not even than), so _dbapi to be linked "statically" without duplicate symbols, and the associated insanity.
@pheest fyi.