beanstalkd-cli icon indicating copy to clipboard operation
beanstalkd-cli copied to clipboard

version `GLIBC_PRIVATE' not found (required by ./beanstalkd-cli)

Open divyekapoor opened this issue 2 years ago • 2 comments

Running the pre-built binary on an Ubuntu Jammy Server

$ ./beanstalkd-cli                                                                                                                        
./beanstalkd-cli: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by ./beanstalkd-cli)

divyekapoor avatar Aug 20 '22 07:08 divyekapoor

$ lsb_release -a                                                                                                                            [7:05:46 AM]
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.1 LTS
Release:	22.04
Codename:	jammy

divyekapoor avatar Aug 20 '22 07:08 divyekapoor

Workaround:

$ sudo apt install cargo
$ git clone https://github.com/schickling/beanstalkd-cli
$ cd beanstalkd-cli
$ cargo install --path . 
$ sudo install ~/.cargo/bin/beanstalkd-cli /usr/local/bin

divyekapoor avatar Aug 20 '22 08:08 divyekapoor