[Lazarus] ZeroMQ Bindings

silvioprog silvioprog at gmail.com
Tue Aug 23 20:02:58 CEST 2016


On Tue, Aug 23, 2016 at 2:38 PM, Sandro Cumerlato <
sandro.cumerlato at gmail.com> wrote:

> ZeroMQ IPC client always print "-1" on my system... at this point I
> have doubts about the libzmq.dll I am playing with... :-\


Strange. :-/

my steps was:

$ cd ~
$ mkdir zeromq && cd zeromq
$ wget -c
https://github.com/zeromq/zeromq4-1/releases/download/v4.1.5/zeromq-4.1.5.tar.gz
$ tar -zxvf zeromq-4.1.5.tar.gz && cd zeromq-4.1.5/
$ ./configure && make
$ sudo cp .libs/libzmq.* /usr/lib/

now just open and compile myserver.lpr/myclient.lpr.

I just copied the files libzmq.* to my lib dir because I don't know zmq
makefile, so to uninstall I just did `rm /usr/lib/libzmq.*'.

My environment:

Lazarus 1.7 r52835 FPC 3.1.1 x86_64-linux-gtk 2

$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial

-- 
Silvio Clécio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160823/5a48d318/attachment-0001.html>


More information about the Lazarus mailing list