You must create extensions before you can use the features of the extensions.

Example statement to create an extension:
CREATE EXTENSION ganos_trajectory CASCADE;
If the database engine version does not support the CASCADE syntax, execute the following statements to create extensions:
CREATE EXTENTION ganos_spatialref;
CREATE EXTENTION ganos_geometry;
CREATE EXTENTION ganos_trajectory;