This is a pretty specific question regarding a specialized application, so here goes. Built a relay circuit a while back that interfaces with the parallel port and allows you to turn the relays on and off by setting the data bits on and off for the parallel port. I'm trying to use "parashell" to control the port from a script on my Freesco box, but it acts like it is missing a required library file or something. When I try to run the file I get the message "No such file or directory". This happens with ./parashell in the directory containing the file.
I assume it's probably looking for a gcc library file in the path, but I have no idea which one, or where I should put it. I know this is out in left field, but any help or insight would be appreciated.
The end goal is to use parashell in a script to monitor the internet connection, and power cycle the cable modem if it goes down, as an attempt to heal itself.
Thank you,
Wes
