Opened 11 hours ago

Closed 2 hours ago

#19305 closed bug (invalid)

No itnet_pton() for ProxyChains4

Reported by: haikupr Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Network Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Since I updated to hrev58436, dynamic linking of proxychains_ng triggers an error log but the command still looks to works fine otherwise.

2024-12-20 07:34:14 KERN: runtime_loader: /boot/system/lib/libproxychains4.so: Could not resolve symbol 'inet_pton'
2024-12-20 07:34:14 KERN: runtime_loader: /boot/system/lib/libproxychains4.so: Troubles relocating: Symbol not found

Change History (1)

comment:1 by waddlesplash, 2 hours ago

Keywords: inet_pton libproxychains4 removed
Resolution: invalid
Status: newclosed

It's defined in libnetwork.so:

$ nm /system/lib/libnetwork.so | grep inet_pton
000000000002a9e0 T inet_pton

If proxychains4 isn't linked against it, that's a port problem and not a Haiku problem, and shouldn't be reported here (instead at HaikuPorts, probably.)

Note: See TracTickets for help on using tickets.