Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtp 2.9.1b fails to build on opensuse Leap 15.3 #145

Open
Cat22 opened this issue Mar 21, 2022 · 7 comments
Open

gtp 2.9.1b fails to build on opensuse Leap 15.3 #145

Cat22 opened this issue Mar 21, 2022 · 7 comments

Comments

@Cat22
Copy link

Cat22 commented Mar 21, 2022

./autogen.sh and ./configure run without errors but gftp fails to build
see attachment
[gftp-build-failure.txt] (https://github.com/masneyb/gftp/files/8315816/gftp-build-failure.txt)

KDE 5.76.0 Plasma 5.18.6
Qt: 5.12.7
gcc (SUSE Linux) 11.2.1 20210816 [revision 056e324ce46a7924b5cf10f61010cf9dd2ca10e9]

@gusnan
Copy link
Contributor

gusnan commented Mar 21, 2022

Are you building the GTK2 or GTK3 version? - my guess is that you are trying to build the GTK3, which won't work with the same errors that you have in the build log.

(Don't use --enable-gtk3 with configure - it won't work).

See #143 (comment) , where they run into the same problem.

@gusnan
Copy link
Contributor

gusnan commented Mar 21, 2022

Sorry, I didn't notice that it was you who had posted that comment on the other report. But it still stands, the GTK3 version won't build, and I guess that is the problem you run into here too.

I am the Debian maintainer, and there we build the GTK 2 version, which builds just fine, and I run in to the same problems as you when trying to build the GTK 3 version.

@Cat22
Copy link
Author

Cat22 commented Mar 21, 2022

Well, it now builds under gtk2 but when i try to run it it i get:
error while loading shared libraries: libcrypto.so.43: cannot open' shared object file: No such file or directory
I tried installing the only libcrypto i could find in my repositories: "libcryptopp5_6_5 - Cryptographic Library for C++"
but it didnt work, is there another name it goes by?

@Cat22
Copy link
Author

Cat22 commented Mar 21, 2022

I tried downloading it from the web but all i could find was
  libcrypto43-32bit-2.8.0-lp152.2.6.x86_64.rpm
Which didn't work, probably cuz its 32 bit, i didn't see any 64 bit versions.
Do you know where i can download the proper rpm?
-- | --

libcrypto43-32bit-2.8.0-lp152.2.6.x86_64.rpm

@gusnan
Copy link
Contributor

gusnan commented Mar 21, 2022

I'm using Debian, so I don't know for sure what it looks like in Fedora, but here you get libcrypto from the package named libssl1.1. It might be something like this in fedora too.

@Cat22
Copy link
Author

Cat22 commented Mar 21, 2022

I am using openSuse 15.3
All i have available is libopenssl which doesn't work

@gusnan
Copy link
Contributor

gusnan commented Mar 21, 2022

Sorry, I meant Suse, not Fedora. My mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants