Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with running ZeroMQ #28621

Open
predystopic-dev opened this issue Mar 25, 2025 · 0 comments
Open

Issues with running ZeroMQ #28621

predystopic-dev opened this issue Mar 25, 2025 · 0 comments
Labels
FFI Related to Foreign Function Interface APIs

Comments

@predystopic-dev
Copy link

Version: Deno 2.1.9 (stable, release, x86_64-unknown-linux-gnu)
v8 13.0.245.12-rusty
typescript 5.6.2

  1. Issue
    Unable to install and run ZeroMQ in a Deno application using npm:zeromq package

  2. Steps to reproduce

  • Initialize a fresh deno project

  • run deno add npm:zeromq which should install the latest version of zeromq library npm:zeromq@^6.3.0

  • write a simple script to import Subscriber from zeromq and initialize a new Subscriber socket

import { Subscriber } from "zeromq";

const socket = new Subscriber();
  • run deno main.ts
  1. Expected Result
    I should get a simple ZMQ Subscriber socket object initialized

  2. Actual Result
    I get following error
    deno: symbol lookup error: /home/azure/Projects/WORK/deno-proxy/node_modules/.deno/zeromq@6.3.0/node_modules/zeromq/build/linux/x64/node/115/addon.node: undefined symbol: uv_unref

@marvinhagemeister marvinhagemeister added the FFI Related to Foreign Function Interface APIs label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FFI Related to Foreign Function Interface APIs
Projects
None yet
Development

No branches or pull requests

2 participants