Open
Description
Is there an existing issue for this?
- I have searched existing issues and this bug hasn't been reported yet
Current behavior
I tried to upgrade from 25.2.0 to 25.4.0 on Ubuntu 22.04 using the provided .deb file:
$ sudo dpkg -i 'Hoppscotch_linux_x64.deb'
(Reading database ... 229895 files and directories currently installed.)
Preparing to unpack Hoppscotch_linux_x64.deb ...
Unpacking hoppscotch (25.4.0) over (25.2.0) ...
Setting up hoppscotch (25.4.0) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
If I attempt to run the new version, I get a libc error:
$ hoppscotch-desktop
hoppscotch-desktop: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by hoppscotch-desktop)
hoppscotch-desktop: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by hoppscotch-desktop)
Can you rebuild the .deb package on the oldest distro you are willing to support? Libc has backward compatibility, meaning you can run binaries built with an old libc on distros with a newer libc. But the other way around is not possible. Thank you.
Steps to reproduce
- Install Hoppscotch_linux_x64.deb on Ubuntu 22.04
- Attempt to run it
Logs and Screenshots
Environment
Release
Hoppscotch Version
Local
Interceptor
Not Applicable - Issue not related to network requests
Browsers Affected
No response
Operating System
Linux
Additional Information
No response