Hi!
Im trying to start a new fresh database ..

I am creating with the following commands:
monetdbd create /opt/starbi/mm/
monetdbd start /opt/starbi/mm/
monetdb create cli_dg
monetdb start cli_dg

When I try to start the new database... the database is NOT starting.

starting database 'cli_dg'... FAILED
start: starting 'cli_dg' failed: database 'cli_dg' has crashed after starting, manual intervention needed, check monetdbd's logfile (merovingian.log) for details


Here is the log:
2019-12-09 15:59:07 MSG cli_dg[385]: # loading sql script: 72_fits.sql
2019-12-09 15:59:07 ERR cli_dg[385]: #main thread:!ERROR:ParseException:SQLparser:3F000!CREATE PROCEDURE: external name fits.listdir not bound (sys.listdir)
2019-12-09 15:59:07 ERR cli_dg[385]: ParseException:SQLparser:3F000!CREATE PROCEDURE: external name fits.listdir not bound (sys.listdir)Fatal error during initialization:
2019-12-09 15:59:07 ERR cli_dg[385]: ParseException:SQLparser:3F000!CREATE PROCEDURE: external name fits.listdir not bound (sys.listdir)
2019-12-09 15:59:11 MSG merovingian[370]: database 'cli_dg' (385) has exited with exit status 1
2019-12-09 15:59:11 ERR control[370]: (local): failed to fork mserver: database 'cli_dg' has crashed after starting, manual intervention needed, check monetdbd's logfile (merovingian.log) for details

Can you please help!?