question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install luajwtjitsi 3.0-0 on 22.04

See original GitHub issue

On clean install:

apt install lua-basexx
apt install luarocks
apt install liblua5.2-dev
sudo luarocks install luajwtjitsi 3.0-0

Get errors:

Installing https://luarocks.org/luaossl-20200709-0.src.rock

luaossl 20200709-0 depends on lua (5.2-1 provided by VM)
Applying patch config.h.diff...
Hunk 1 found at offset 2...
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/openssl.c -o src/openssl.o -D_REENTRANT -D_THREAD_SAFE -DCOMPAT53_PREFIX=luaossl -D_GNU_SOURCE -I/usr/include -I/usr/include
...
...
...
src/openssl.c: In function ‘luaopen__openssl’:
src/openssl.c:3266:27: error: ‘SHLIB_VERSION_HISTORY’ undeclared (first use in this function); did you mean ‘SSL3_VERSION_MINOR’?
 3266 |         lua_pushstring(L, SHLIB_VERSION_HISTORY);
      |                           ^~~~~~~~~~~~~~~~~~~~~
      |                           SSL3_VERSION_MINOR
src/openssl.c:3266:27: note: each undeclared identifier is reported only once for each function it appears in
src/openssl.c:3269:27: error: ‘SHLIB_VERSION_NUMBER’ undeclared (first use in this function); did you mean ‘SSLEAY_VERSION_NUMBER’?
 3269 |         lua_pushstring(L, SHLIB_VERSION_NUMBER);
      |                           ^~~~~~~~~~~~~~~~~~~~
      |                           SSLEAY_VERSION_NUMBER

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:18 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
damenchocommented, May 5, 2022
0reactions
nitin-gyanycommented, May 5, 2022

I got neovim installed on 22.04. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation problems on Ubuntu 22.04 Jammy Jellyfish
I have filed this Ubuntu bug. Openssl 3.01: Coturn can't compile out of the box under Openssl 3 and as such the package...
Read more >
How To Install Jitsi Meet on Ubuntu 22.04 - DigitalOcean
With the ports open, the server is ready for the Jitsi installation, which you will complete in the next step. Step 3 —...
Read more >
Library Error while installing NPM on Ubuntu 22.04 LTS
Package: libssl-dev Version: 3.0.2-0ubuntu1.6 Depends: libssl3 (= 3.0.2-0ubuntu1.6) APT-Sources: http://archive.ubuntu.com/ubuntu ...
Read more >
Cannot install luajwtjitsi 3.0-0 on 22.04 #11490
Cannot install luajwtjitsi 3.0 -0 on 22.04 #11490. On clean install: apt install lua-basexx apt install luarocks apt install liblua5.2-dev sudo luarocks ...
Read more >
Unable to install Ubuntu 22.04 [closed] - Stack Overflow
Unable to install. I've gotten a new computer at work but been holding myself back from installing Ubuntu. I tried doing what I'm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found