Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I've a python script that used to work, but not anymore. I tested it back in November and had it on cron and it worked, only that now it refuses to do so. I tried installing / uninstalling different versions of python (2.5, 2.6, 2.7) but nothing works.
With the funpkg versions (.5, .6) I get a segmentation fault. With the ipkg version (2.7) I get /opt/bin/python: can't resolve symbol 'dbm_firstkey'
any suggestion?
Offline
nobody answered, so here's what works:
# cd /opt/lib/python2.7/lib-dynload
# mv dbm.so xdbm.so
obviously, if using 2.5, substitute accordingly.
Offline