FS#7633 - Erlang crypto not build/installed correctly on x86_64

Attached to Project: Arch Linux
Opened by Vesa Kaihlavirta (vegai) - Thursday, 19 July 2007, 07:59 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 18 October 2007, 05:12 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version 2007.05 Duke
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Erlang/OTP has a crypto library. It isn't built nor installed correctly.

Additional info:
* erlang-R11B.5-2



Steps to reproduce:

1) pacman -S erlang
2) run erl
3) crypto:start().
4) observe several ERROR REPORTs


This task depends upon

Closed by  Andreas Radke (AndyRTR)
Thursday, 18 October 2007, 05:12 GMT
Reason for closing:  Fixed
Comment by Vesa Kaihlavirta (vegai) - Thursday, 19 July 2007, 08:01 GMT
/usr/lib/erlang$ find /usr/lib/erlang -name 'crypto*.so'
/usr/lib/erlang/lib/crypto-1.5/priv/lib/crypto_drv.so

That's on another distro where crypto works. Arch's version has no such file.

Loading...