Displaying 2 results from an estimated 2 matches for "sig_di".
Did you mean:
sig_die
2007 Feb 23
0
Simple patch
...sizeof(suidcaps)/sizeof(cap_value_t), suidcaps, CAP_SET);
+ cap_set_flag(caps, CAP_EFFECTIVE,
sizeof(suidcaps)/sizeof(cap_value_t), suidcaps, CAP_SET);
+ cap_set_proc(caps);
+ cap_free(caps);
+#endif
+
lib_signals_init();
lib_signals_set_handler(SIGINT, TRUE, sig_die, NULL);
lib_signals_set_handler(SIGTERM, TRUE, sig_die, NULL);
1999 Nov 16
1
Installation of package fails (PR#328)
...an
error:
> library(leaps)
Error in dyn.load(file) : unable to load shared library
"/sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so":
ld.so.1: /sw/sun4_55/R-0.65.0/lib/R/bin/R.binary: fatal: relocation error:
file /sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so: symbol sig_die:
referenced symbol not found
The same error do I get when I install the package "ppr". Other packages work
fine.
I hope somebody can help me, cause these librarys are very important for a
running project
at our departement.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....