Skip to content

Commit

Permalink
add note about qsv linked with glibc-2.31
Browse files Browse the repository at this point in the history
which works in Ubuntu 18.04
  • Loading branch information
jqnatividad committed Jun 26, 2023
1 parent 6841265 commit fb4bbdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ Datapusher+ is a drop-in replacement for Datapusher, so it's installed the same
Also, if you get glibc errors when starting qsv, your Linux distro may not have the required version of the GNU C Library
(This will be the case when running Ubuntu 18.04 or older).
If so, use the `unknown-linux-musl.zip` archive as it is statically linked with the MUSL C Library.
If so, use the `qsvdp_glibc-2.31` binary as its linked to an older version of glibc. If that still fails, the use the
`unknown-linux-musl.zip` archive as it is statically linked with the MUSL C Library.
If you already have qsv, update it to the latest release by using the --update option.
Expand Down

0 comments on commit fb4bbdb

Please sign in to comment.