[zeromq-dev] Installing latest package on buildroot builds libzmq.so.3 not libzmq.so.4

Evan Farrell evandev at gastrograph.com
Thu Oct 9 23:17:13 CEST 2014


I have a Config.in file that is the following:

```
config BR2_PACKAGE_LIBZMQ

bool "libzmq"

help

libZMQ

comment "Install libzmq"
```

My libzmq.mk looks like the following

```
LIBZMQ_VERSION = 4.0.4
LIBZMQ_SOURCE = zeromq-${LIBZMQ_VERSION}.tar.gz
LIBZMQ_SITE = http://download.zeromq.org/${LIBZMQ_SOURCE}
LIBZMQ_CONF_OPT = CC=c99

$(eval $(autotools-package))
```

When I create the buildroot, it successfully builds, but all the libzmq
objects are libzmq.so.3 and everything looks for libzmq.so.4

Thanks!

-- 
Evan Farrell
*Full Stack Engineer*
*Professional Taster*
*Analytical Flavor Systems, LLC. *

Mobile: (724) 831 - 9537
www.gastrograph.com


All materials confidential
If you are not the intended recipient, do not read (too late?), copy or
distribute this e-mail or any attachments.Instead, please notify the sender
and delete the e-mail and any attachments. Thank you.
Copyright © Analytical Flavor Systems 2014
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20141009/b9f2f222/attachment.htm>


More information about the zeromq-dev mailing list