https://bugs.kde.org/show_bug.cgi?id=271582
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> --- I just tried this #include <cstdlib> int main() { putenv(const_cast<char*>("LD_PRELOAD=/usr/local/lib/libarmadillo.so")); system("pwd"); } and it worked OK, so I'm closing this. -- You are receiving this mail because: You are watching all bug changes.