Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

later by termination with a Segmentation Fault error?

0
Posted

later by termination with a Segmentation Fault error?

0

You are running with “libsafe” enabled, a wrapper library that aims to protect system security by blocking library calls that are known to be vulnerable to buffer overflows. Unfortunately, that technique blocks execution of any binary that attempts a dynamic library call to libc5.x. Both the WP 8.x installer and WP 8.0’s runtime binary were compiled as libc5 executables. To confirm that libsafe is the culprit, type “echo $LD_PRELOAD | grep libsafe”. You can turn off that setting by typing “unset LD_PRELOAD”. Then, remove the libsafe reference in /etc/ld.so.preload, if this exists. You should now be able to successfully run the installer, and can call the main “xwp” binary using a shell script that runs “unset LD_PRELOAD” just prior to executing xwp. —————————————————————————– 3.4.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123