What's new

Entware dig can not run in 386.12

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Is this relatively clean to do? I am still chasing my favorite problem, and may try this. Here is the problem I have:

After holidays I'll probably go to 12_4 version, and re-do Entware packages here. Don't want family to lose holiday internet, LOL
It's fairly harmless, unless you have a hardware issue with your USB drive. I doubt that it will have any effect on your problem though.
 
I had the same problem with the aarch64-k3.10 version of bind-dig. In my case it was just returning a Bus error message.

In the end I had to force remove and reinstall a lot of libraries to get it to work:
Code:
opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2

Code:
opkg install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
opkg --force-depends install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2

Worked for me on Fresh Tomato where I had the same problem, thanks!
 
opkg --force-depends remove libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2
opkg --force-depends install libgcc libpthread libc libssp librt libopenssl zlib libatomic libuv libnghttp2

Worked for me on Fresh Tomato where I had the same problem, thanks!
Worked for me, too, on Merlin 386.12 running on RT-AC68U.. And now passes the dig functionality test in RTMON. @ColinTaylor thanks, too.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top