[SOLVED] Simpleburn antiX 17.4.1 cdrecord not found
by walker from LinuxQuestions.org on (#4QBYG)
Installing Simpleburn on antiX 17.4.1 results in a not functioning program.
If launched by menu to burn an ISO to CD the program hangs doing nothing.
Launching it from console makes clear it looks for cdrecord part of cdrtools not present in the repository.
To solve the issue it's enough to create as root a symlink to wodim
#ln -s /usr/bin/wodim /usr/bin/cdrecord
and finally it works.


If launched by menu to burn an ISO to CD the program hangs doing nothing.
Launching it from console makes clear it looks for cdrecord part of cdrtools not present in the repository.
To solve the issue it's enough to create as root a symlink to wodim
#ln -s /usr/bin/wodim /usr/bin/cdrecord
and finally it works.