Files
nixpkgs/pkgs/tools/filesystems
Niklas Hambüchen abc96aae47 glusterfs: Fix glusterfind's crawlers dlopen() error.
This fixes:

  Traceback (most recent call last):
    File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/changelog.py", line 22, in <module>
      import libgfchangelog
    File "/nix/store/7f9arl3f9xyj8sm05mkanh2mlp217192-glusterfs-3.10.2/libexec/glusterfs/glusterfind/libgfchangelog.py", line 21, in <module>
      libgfc = CDLL("libgfchangelog.so", use_errno=True, mode=RTLD_GLOBAL)
    File "/nix/store/nlyr5ankhi7yvva8zndi718zj37js270-python-2.7.13-env/lib/python2.7/ctypes/__init__.py", line 362, in __init__
      self._handle = _dlopen(self._name, mode)
  OSError: libgfchangelog.so: cannot open shared object file: No such file or directory
  Connection to 10.0.0.2 closed.

when running `glusterfind pre`.

Done by setting PYTHONPATH/LD_LIBRARY_PATH as for the other
Python scripts.
2017-09-08 04:29:20 +02:00
..
2017-07-23 10:47:13 -04:00
2017-01-09 20:49:02 +01:00
2017-04-08 23:34:52 -05:00
2017-03-02 16:35:33 +01:00
2017-01-24 13:05:58 +01:00
2017-09-02 10:52:02 -04:00
2017-08-29 18:19:33 +02:00
2017-07-05 16:01:05 +02:00
2017-04-04 23:32:06 +01:00
2017-08-30 17:54:04 +02:00
2017-07-04 19:42:54 +03:00
2017-02-17 00:12:09 +01:00
2017-02-28 17:59:09 +08:00
2017-04-03 10:44:15 +02:00
2017-08-14 00:14:38 +02:00
2017-07-10 02:56:25 +02:00
2017-08-28 00:54:42 +02:00
2017-08-01 08:36:34 +02:00
2017-02-27 12:38:58 +01:00