Upgrading from Postgresql 9.6.1 to Postgresql 15.1

Hi,
I am getting the below error when upgrading from Postgresql 9.6.1 to Postgresql 15.1. How can I solve it?

Performing Consistency Checks

Checking cluster versions ok
Checking database user is the install user ok
Checking database connection settings ok
Checking for prepared transactions ok
Checking for system-defined composite types in user tables ok
Checking for reg* data types in user tables ok
Checking for contrib/isn with bigint-passing mismatch ok
Checking for user-defined encoding conversions ok
Checking for user-defined postfix operators ok
Checking for incompatible polymorphic functions ok
Checking for tables WITH OIDS ok
Checking for invalid “sql_identifier” user columns ok
Checking for invalid “unknown” user columns ok
Checking for hash indexes ok
Checking for presence of required libraries fatal

Your installation references loadable libraries that are missing from the
new installation. You can add these libraries to the new installation,
or remove the functions using them from the old installation. A list of
problem libraries is in the file:
/pgdata01/15/data/pg_upgrade_output.d/20230515T230108.786/loadable_libraries.txt

Thx.

Hi,

/pgdata01/15/data/pg_upgrade_output.d/20230515T230108.786/loadable_libraries.txt

Read the file and get back to us with the contents.