Your message dated Tue, 23 Jan 2007 20:23:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [Erlang-pkg-devel] Bug#408077: Acknowledgement (crypto module
not working when compiled with gcc 4.1)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: erlang
Version: 1:11.b.2-4
The crypto module is not working when compiling erlang with gcc 4.1:
[EMAIL PROTECTED]:~/src/ejabberd111/src$ erl
Erlang (BEAM) emulator version 5.5.1 [source] [async-threads:0]
[kernel-poll:false]
Eshell V5.5.1 (abort with ^G)
1> crypto:start().
exec: 1: ok
2> crypto_drv: not found
[.........]
A fix is to add
-fno-stack-protector
to the CFLAGS as suggested here:
http://forum.trapexit.org/viewtopic.php?t=6630&highlight=cryptodrv
Ubuntu bug report is here:
https://launchpad.net/ubuntu/+source/erlang/+bug/68163
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Hi Martin,
On 1/23/07, Martin Jürgens <[EMAIL PROTECTED]> wrote:
If this does work for you without problems (it should only output exec:
1: ok and nothing more) in Debian with erlang compiled using GCC 4.1,
then please close this bug.
Yes, it works in Debian without a problem.
Cheers,
Torsten
--
blog: http://twerner.blogspot.com/
homepage: http://www.twerner42.de/
--- End Message ---