diff options
Diffstat (limited to 'results/scraper/box64/445')
| -rw-r--r-- | results/scraper/box64/445 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/box64/445 b/results/scraper/box64/445 new file mode 100644 index 000000000..1aa42e865 --- /dev/null +++ b/results/scraper/box64/445 @@ -0,0 +1,14 @@ +Implement xmlSetStructuredErrorFunc +Hi, I'm trying to run an old XML utility, and running into the follow error: + +`Using native(wrapped) libxml2.so.2 +Using emulated /tmp/PrevueCLI-2.0-Linux/libCYaml.so +Error: PltResolver: Symbol xmlSetStructuredErrorFunc(ver 7: xmlSetStructuredErrorFunc@LIBXML2_2.6.0) not found, cannot apply R_X86_64_JUMP_SLOT 0x7f8d5dc8f0 (0x7f8d5b2506) in /tmp/PrevueCLI-2.0-Linux/libFoundationXML.so +` + +I believe this could be fixed if we implemented the function here: +https://github.com/ptitSeb/box64/blob/34355d6b0c537ccdfcfcdb30e8c3e6672a8ee72b/src/wrapped/wrappedxml2_private.h#L996 + +Any guidance on how to get started doing this? + +Thanks! \ No newline at end of file |