Our production server is running sqlite-3.3.6-2 on CentOS release 5.2 (Final).
We're planning to upgrade SQLite to the latest v3.7.3 (atleast v3.5+). But there is no RPM available in SQLite website and not able to find one from google search also.
But I'm finding v3.5+ RPM for RHEL3 here. Since we're running CentOS5 64-bit,
- Is it OK to install a RHEL3 64-bit RPM package on a CentOS5 64-bit server?
- In case, if it can be installed, will there be any implications/side-effects?
In general, can we install a RPM built for lower version of OS (ex: RHEL3) on a higher version of OS (ex: RHEL5)?