Hi, I am trying to glue some ejabberd (written in erlang) with zeromq, but I cannot manage to make the erlang shell to work with what I have compiled:
=============================================== /home/zoobab/erlzmq2/ebin [15]$ erl -pa /home/zoobab/erlzmq2/ebin/ Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false] Eshell V5.8.3 (abort with ^G) 1> zmq:start_link(). ** exception error: undefined function zmq:start_link/0 2> =============================================== The build gave me 3 files: =============================================== /home/zoobab/erlzmq2/ebin [17]$ ls erlzmq.app erlzmq.beam erlzmq_nif.beam =============================================== Any idea why erlang cannot find zmq libs? PS: I am on IRC #zeromq if needed -- Benjamin Henrion <bhenrion at ffii.org> FFII Brussels - +32-484-566109 - +32-2-4148403 "In July 2005, after several failed attempts to legalise software patents in Europe, the patent establishment changed its strategy. Instead of explicitly seeking to sanction the patentability of software, they are now seeking to create a central European patent court, which would establish and enforce patentability rules in their favor, without any possibility of correction by competing courts or democratically elected legislators." _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
