-
Yes, this is pretty misleading. Moreover, the module unload returns 0 for whatever nonsense you passed as :(.
2009-09-24 06:06:19 UTC in Environment Modules
-
On current Fedora development tree, building of arj fails with following error:
linux-gnu/en/rs/fmsg_arj.c:301:56: warning: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:301: error: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:302: error: expected ',' or ';' before 'char'
The problem is that line 301 looks like: "...."" -- the second quote needs to be escaped.
A...
2009-09-07 08:27:42 UTC in Open-source ARJ archiver
-
Could some one please look at this problem again and try to fix this in SWIG? This is indeed very annoying. The only solution working for me was adding:
import sys, dl
sys.setdlopenflags(sys.getdlopenflags() | dl.RTLD_GLOBAL)
into my script, which is, as mentioned, not a practical solution.
Thank you very much in advance!
2009-09-03 16:56:49 UTC in SWIG
-
Please merge the attached patch created by Tomas Mraz (@Redhat) to make dclib work with latest openssl-1.00 version.
2009-08-26 01:29:05 UTC in Valknut