Thanks for the suggestion, I was able to make the necessary changes and pass the configure and make process. Unfortunately, after uploading and running the app, the app will not run:
# ls -al /tmp -rwxrwxrwx 1 root root 2434012 Aug 12 01:44 stunnel -rw-r--r-- 1 root root 1148 Aug 12 01:37 stunnel.conf -rw-r--r-- 1 root root 1977 Aug 12 01:44 stunnel.pem drwxr-xr-x 1 root root 0 Dec 31 1969 var # cd /tmp # ./stunnel -sh: ./stunnel: not found
The file is obviously there, with execute permissions. What is failing??
Thank you
checking for "/dev/ptmx"... configure: error: cannot check for file existence when cross compiling.
Give me your suggestions.
Check that /dev/ptmx exists on your router; it does on my Buffalo router with Tomato. If it does, then hack the configure script to force the test to return true. A search in the script for ptmx should take you right to the test.
Good luck, Andrew.