@rharish Done, thank you.
Search Criteria
Package Details: rpcs3-bin 0.0.14-4
Git Clone URL: | https://aur.archlinux.org/rpcs3-bin.git (read-only, click to copy) |
---|---|
Package Base: | rpcs3-bin |
Description: | Open-source Sony PlayStation 3 Emulator |
Upstream URL: | https://rpcs3.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | Sanpi |
Maintainer: | Sanpi |
Last Packager: | Sanpi |
Votes: | 16 |
Popularity: | 0.116553 |
First Submitted: | 2017-08-17 07:42 |
Last Updated: | 2021-02-19 19:55 |
Dependencies (10)
- glew-2.1
- hicolor-icon-theme (hicolor-icon-theme-git)
- libcurl-compat (libcurl-compat-minimal-git)
- libcurl-gnutls (libcurl3-gnutls, libcurl-gnutls-minimal-git)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- ncurses5-compat-libs
- openal (openal119-bin, openal-git, openal-minimal-git)
- qt5-declarative (qt5-declarative-git)
- vulkan-icd-loader (vulkan-icd-loader-git)
- p7zip (p7zip-natspec, p7zip-jinfeihan57-git) (make)
Required by (0)
Sources (1)
Sanpi commented on 2021-02-19 19:55
rharish commented on 2021-02-19 19:36
@Sanpi Please add libcurl-compat
as a dependency, as RPCS3 needs libcurl.so.3
, and libcurl-compat
has it. Further, we need to run it using the fix mentioned by @jschievink, which is:
LD_PRELOAD=/usr/lib/libcurl.so.3 rpcs3
I've tested this, and it works for me.
rharish commented on 2021-02-19 15:59
@Sanpi Thanks for the update! I think in this case there should be a new dependency called libcurl3
, but sadly such a package doesn't exist :(
Sanpi commented on 2021-02-19 14:11
@rharish I just update the PKGBUILD with the latest version, but the problem persists.
rharish commented on 2021-02-19 11:16
@Sanpi This RPCS3 build needs libcurl.so.3
, whereas Arch has moved to libcurl.so.4
. Could you update the PKGBUILD to a newer build that uses the latest libcurl?
jschievink commented on 2021-01-09 02:38
Mildly cursed workaround until that issue is fixed:
LD_PRELOAD=/usr/lib/libcurl.so.3 rpcs3
Alkaris commented on 2021-01-04 09:57
This package version is having issues locating libcurl.so.4
when it already exists on the system and properly linked to the libcurl.so.4.7.0 binary.
it's doing this weird thing;
/usr/bin/rpcs3: /usr/bin/../lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/bin/rpcs3)
Sanpi commented on 2020-11-30 16:05
@BadBone2k Fixed, thank you!
BadBone2k commented on 2020-11-30 11:27
FYI I needed to import a missing GPG Key for installation to satisfy the dependency ncurses5-compat-libs:
gpg --keyserver keys.gnupg.net --recv-keys 702353E0F7E48EDB
When running RPCS3 I got the following error:
rpcs3: error while loading shared libraries: libcurl-gnutls.so.4
and needed to install the missing package libcurl-gnutls.
deemon commented on 2020-04-06 19:55
what is the difference between rpcs3-bin and the rpcs3?
Pinned Comments
rharish commented on 2021-02-19 19:36
@Sanpi Please add
libcurl-compat
as a dependency, as RPCS3 needslibcurl.so.3
, andlibcurl-compat
has it. Further, we need to run it using the fix mentioned by @jschievink, which is:I've tested this, and it works for me.