hey folks,

if maxima is complaining about missing files e.g. for the draw package, check your homedirectory and delete those old compiled files …

rm -rf $HOME/.maxima/binary

and then load it again … maybe it is also useful to check the workdir ;)

load(draw); maxima_userdir;

happy maths!