Can't create Branch on Fedora 24 64-bit (SOLVED)

Hello there, I tried create new Branch on Fedora 24 but I get error and I don’t know what to do. I tried some things from this forum but it doesn’t work for me. Here is the copy of the error from editor.

!SESSION 2016-10-10 17:54:45.681 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=cs_CZ
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY com.dynamo.cr.editor 4 0 2016-10-10 17:59:28.204
!MESSAGE Unable to create branch
!STACK 0
com.dynamo.cr.client.RepositoryException: Unable to create branch
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:101)
at com.dynamo.cr.editor.wizards.ConnectionWizardBranchPagePresenter$CreateBranchRunnable.run(ConnectionWizardBranchPagePresenter.java:70)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: com.dynamo.server.dgit.GitException: /home/symorp/Stažené/defold/Defold-linux.gtk.x86_64/plugins/com.dynamo.cr.dgit_1.0.0.201609261717/git/x86_64-linux//bin/git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

at com.dynamo.server.dgit.CGit.checkResult(CGit.java:105)
at com.dynamo.server.dgit.CGit.checkResult(CGit.java:100)
at com.dynamo.server.dgit.CGit.cloneRepo(CGit.java:149)
at com.dynamo.cr.branchrepo.BranchRepository.createBranch(BranchRepository.java:120)
at com.dynamo.cr.client.LocalProjectClient.createBranch(LocalProjectClient.java:99)
... 2 more

I am really new to Linux and Fedora :slight_smile:
Thanks for help.

Hello! The error message says that you’re missing a library, error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory. This problem is mentioned in the FAQ (http://www.defold.com/faq) and the answer can be found under I can’t create a new branch for my project. I’m running Linux.

Seems as if this is incorrectly placed under Linux 32bit problems, but it can of course be a problem for any architecture. I’ll ask @sicher to take a look at that.

Caused by: com.dynamo.server.dgit.GitException: /home/symorp/Stažené/defold/Defold-linux.gtk.x86_64/plugins/com.dynamo.cr.dgit_1.0.0.201609261717/git/x86_64-linux//bin/git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Thanks for your reply, but in the FAQ there is answer only for Ubuntu and Debian, they are using .deb system and Fedora is using .rpm and in repositories there isn’t libssl0.9.8 :confused: this I tried before.

So I installed libcrypto.so.1.0.0 from git but defold still can’t find it is there something how say to defold where is it?

Don’t know how but it start working :slight_smile: thanks for your help