Sqlite3 library on swan missing sqlite3_deserialize symbol

Hello,

A software stack I have been using on SWAN has recently stopped working for me. I’ve traced the issue to the software stack now being built against a version of sqlite3 library that includes sqlite3_deserialize symbol. Unfortunately if I login to SWAN and open a terminal and do:

nm -D /lib64/libsqlite3.so.0 | grep sqlite3_deserialize

One sees that this symbol is absent. This is not the case on lxplus:

will@lxplus968 ~/ % nm -D /lib64/libsqlite3.so.0 | grep sqlite3_deserialize
000000000001f3a0 T sqlite3_deserialize

Is it possible to get the version of sqlite3 library in the SWAN environment updated so that it includes this symbol? How quickly can this be done?

Thanks

Will