[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Seg Fault in libextractor
From: |
N. Durner |
Subject: |
[GNUnet-developers] Seg Fault in libextractor |
Date: |
Fri, 21 Feb 2003 18:52:50 +0100 |
Hi,
The line
---
if (dirname[dirname_len -1] == '/')
---
in ltdl.c, function tryall_dlopen_module caused a segmentation fault on my
machine.
Changing it to
---
if dirname_len
if (dirname[dirname_len -1] == '/')
---
fixed the fault, but libextractor still doesn't work. It complains, that it
isn't able to load the libetractor_xxx-Libraries, because the files were not
found. The libs are in /usr/local/lib, the problem might have something to
do with the variable "loaders" == NULL, leading to failure of tryall_dlopen
("if (!loader) ...")
Can someone help?
Thanks,
Nils
- [GNUnet-developers] Seg Fault in libextractor,
N. Durner <=