#20785: procd jails (e.g. dnsmasq) don't work on x86 trunk
--------------------------+------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  procd, jail, x86
--------------------------+------------------------------

Comment (by champetier.etienne@…):

 objdump are pretty similar


 objdump -x -s (subtarget x86_64 / DD r47461)
 {{{
 Dynamic Section:
   NEEDED               libgcc_s.so.1
   NEEDED               libc.so

 Contents of section .interp:
  400200 2f6c6962 2f6c642d 6d75736c 2d783836  /lib/ld-musl-x86
  400210 5f36342e 736f2e31 00                 _64.so.1.
 }}}

 objdump -x -s (subtarget ar7xxx / DD r47461)
 {{{
 Dynamic Section:
   NEEDED               libgcc_s.so.1
   NEEDED               libc.so

 Contents of section .interp:
  400134 2f6c6962 2f6c642d 6d75736c 2d6d6970  /lib/ld-musl-mip
  400144 732d7366 2e736f2e 3100               s-sf.so.1.
 }}}

 objdump -x -s (subtarget ar7xxx / CC r47277)
 {{{
 Dynamic Section:
   NEEDED               libgcc_s.so.1
   NEEDED               libc.so.0

 Contents of section .interp:
  400114 2f6c6962 2f6c642d 75436c69 62632e73  /lib/ld-uClibc.s
  400124 6f2e3000                             o.0.
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20785#comment:7>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to