Hey guys,
ive got the Asus RT-N16 Router installed with the newest K26-MIPSR2/tomato-K26USB-1.28.9054MIPSR2-beta-Ext.rar firmware.
I first tried ipkg, changed then to opkg because of ncdc(direct connect client) and everything worked fine.
I`ve got a 512MB large ext3 optware device mounted in /opt. I`ve installed screen, libc, privox and ncdc.
Now my Problem step to step.
I run:
okpg update
opkg install privoxy
-> will be done
privoxy /opt/etc/privoxy (will create all config files and template folder in /opt/etc/pürivoxy)
killall privoxy (stop privoxy)
vi /opt/etc/privoxy/config
-> i set listening addr to my internal router adress(192.168.16.1) and set the internal permitted range to 192.168.16.0/24 (to include me 192.168.16.122)
ESC -> :wq (save and close)
now i can start "privoxy /opt/etc/privoxy" again and "/opt/etc/init.d/S24privoxy check" say "running"
But when i try now to access the webpage with my browser through 192.168.16.1:8118 nothing happens.
Even when i change my browser settings to manual and add the proxy.
When i try to start privoxy through:
"/opt/etc/init.d/S24privoxy start"
this happens:
Starting privoxy… [: can't resolve symbol '__ctype_b_loc'
done.
"/opt/etc/init.d/S24privoxy check" after tells me privoxy is not started.
I googled this error and it tells about libc as depoendency, but libc is installed!
Also libc is dependent for screen, which is also installed and work.
I dont know what to do know or how to figure this error.
What im doing wrong. I really hope for your ideas.
Regards
