-
For my current software, I've been installing dynamic ZMQ libraries: apt-get install libzmq3-dev. Requires extra work when software is deployed and would like to get linkable static libraries to use…
-
Thank you for using Centreon plugins!
Please use this form for actual **bugs** only. See **[Other requests](#other-requests)** for more details.
All existing and future issues related to questions…
-
## Description
How can I achieve compatibility between a _node A_ using **libcsp-2.0 + csp_conf.version=1** and a _node B_ that uses **libcsp-1** ? I can't access the source code of _node B_ so …
-
I am trying to set up sublime-IJulia, but I have a problem in doing Sublime-IJulia.sublime-settings, which is step 7 in README.md. My file is as below.
```
"osx": {
"zmq_shared_library": "/U…
-
Running WSL on Windows 11, on BehaviorTree.CPP v4.6.2.
Continuation from #867
Commands to build works without errors, but folder does not reflect built files.
i.e. No difference made after run…
-
Version: `0.2.0-SNAPSHOT`
OS: `macOS 10.13.6`
```
java.lang.UnsatisfiedLinkError: /private/var/folders/zr/fybt2bs959d0y53w54hlb3qr0000gp/T/libjzmq870051029389846643.lib: dlopen(/private/var/fol…
-
I'v been trying to install ZMQ on macOS with PHP 8.2.12 on my M1 but I am met with this:
```
pecl install zmq-beta
downloading zmq-1.1.3.tgz ...
Starting to download zmq-1.1.3.tgz (82,397 bytes)…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.5.1+cu124
Is debug build: False
CUDA used to build PyTorch…
-
_ZMQ.Curve.generateKeyPair()_ does not work on a "standalone way". The below code-snippet throws UnsatisfiedLinkError:
```
import org.zeromq.ZMQ;
public class GenerateKeys {
public static void ma…
-
Tested on zmq 0.10.0, Ubuntu 20.04 and 22.04.
Example:
```
use zmq::{Context, Error, SocketType::PUSH};
fn main() -> Result {
let zmq_context = Context::new();
let push_socket = zmq_…