Forum OpenACS Development: libnssha1.so not found

Collapse
Posted by César Clavería on
Hello,

I'm installing aolserver 4.5.1 from the Debian testing repositories and I found a problem that I haven't been able to solve, nssha1 tries to load a library libnssha1.so but I really don't know where to start looking for it, it is pretty much non existing on system and google does not yield too much information.

I have this versions installed:

aolserver4-core 4.5.1-5
aolserver4-nssha1 0.1-2

And this are the related error messages:

Warning: modload: could not load /usr/lib/aolserver4/bin/nssha1.so: libnssha1.so: cannot open shared object file: No such file or directory

Fatal: modload: failed to load module '/usr/lib/aolserver4/bin/nssha1.so'

Any help would be greatly appreciated.

Collapse
2: Re: libnssha1.so not found (response to 1)
Posted by Stefan Sobernig on
César,

We are aware of the issue and investigate on it, see also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543286

Thx for reporting.

//stefan

Collapse
3: Re: libnssha1.so not found (response to 2)
Posted by César Clavería on
Thanks Stefan,

I ended up compiling the server myself (downloading the code from sourceforge), but found some problems, specially the file libnssha1.a was missing (same error as in the log file)

I downloaded a tar from fileswatcher.com with the code for nssha1 and it did included that file.

http://www.filewatcher.com/m/aolserver-nssha1-0.1_1.tbz.8768.0.0.html

(using this mirror)

ftp://ftp.uni-hannover.de/pub/mirror/bsd/FreeBSD/ports/amd64/packages-6.4-release/All/aolserver-nssha1-0.1_1.tbz

after placing it on the source tree it worked.