/usr/lib/clisp-2.49.60+/dynmod/gdbm.lisp is in clisp-module-gdbm 1:2.49.20170913-4build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | (cl:load (cl:merge-pathnames "../gdbm/preload.lisp" cl:*load-truename*))
(sys::dynload-modules (cl:merge-pathnames "lib-gdbm.so" cl:*load-truename*) (quote ( "gdbm" )))
(ext:appease-cerrors ; for DEF-CALL-OUT to non-existent functions
(cl:load (cl:merge-pathnames "../gdbm/gdbm.fas" cl:*load-truename*))
)
|