I faced below error on macOS ( Apple LLVM version 9.1.0 (clang-902.0.39.2) )
```
  CXXLD    libtscore.la
Undefined symbols for architecture x86_64:
  "ts::svtoi(ts::TextView, ts::TextView*, int)", referenced from:
      ats_ip_range_parse(std::__1::basic_string_view<char, 
std::__1::char_traits<char> >, IpAddr&, IpAddr&) in ink_inet.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [libtscore.la] Error 1
make: *** [install-recursive] Error 1
```

[ Full content available at: https://github.com/apache/trafficserver/pull/4233 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to