@Aditya Kamath
I found and removed an old sqlite that was in the old location and reinstalled sqlite
dnf reinstall sqlite
Last metadata expiration check: 0:02:10 ago on Mon Jun 30 10:02:43 2025.
Dependencies resolved.
================================================================================================================================================================================================================
Package Architecture Version Repository Size
================================================================================================================================================================================================================
Reinstalling:
sqlite ppc 3.49.2-1 AIX_Toolbox 6.7 M
Transaction Summary
================================================================================================================================================================================================================
Total size: 6.7 M
Installed size: 23 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] sqlite-3.49.2-1.aix7.1.ppc.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Reinstalling : sqlite-3.49.2-1.ppc 1/2
Cleanup : sqlite-3.49.2-1.ppc 2/2
Verifying : sqlite-3.49.2-1.ppc 1/2
Verifying : sqlite-3.49.2-1.ppc 2/2
Reinstalled:
sqlite-3.49.2-1.ppc
Complete!
> python
Could not load program python:
Dependent module libsqlite3.so could not be loaded.
Could not load module libsqlite3.so.
System error: No such file or directory
> ls -l libsql*
-rw-r--r-- 1 root system 13513494 Jun 3 13:01 libsqlite3.a
lrwxrwxrwx 1 root system 20 Jun 30 10:04 libsqlite3.so@ -> libsqlite3.so.3.49.2
>dnf whatprovides '*/libsqlite3.so.3.49.2'
Last metadata expiration check: 0:09:09 ago on Mon Jun 30 10:02:43 2025.
Error: No Matches found
I tried removing the symlink between libsqlite3.so and libsqlite3.so.3.49.2 and running a dnf reinstall on sqlite and it came right back with no libsqlite3.so.3.49.2 anywhere on the system and no dnf packages providing it..... is there a new rpm.rte that provides libsqlite3.so.3.49.2?