centaur wrote:Well folks - I'm stumped again.
Can anyone clarify? - I am at a loss just now
Thanks
hal_parport: dlopen: /usr/lib/emc2/modules/hal_parport.so: cannot open shared
object file: No such file or directory
OK, you are trying to run a real config on a sim system, right?
So, this config is trying to install the real time parallel port driver as
a kernel module, and it doesn't exist on a sim system. There is a corresponding
simulated parport driver that is associated with the sim system that should be
used instead. There should be sim configs files present on your install,
only those will work without change.
Jon