Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Problems with git functionality on Rubystack

$
0
0

I am running Rubystack 3.2.3-0 on Amazon Web Services, however I am having trouble using basic git functionality such as fetch / pull.

In my git configuration file on my local machine I set (I added in the upload-pack line because I was receiving a "bash: git-upload-pack: command not found" error)

[remote "origin"]
    url = bitnami@ec2-XXX-XX-XXX-XXX.compute-1.amazonaws.com:~/apps/CreditCard/.git
    fetch = +refs/heads/*:refs/remotes/origin/*
    uploadpack = /opt/bitnami/git/libexec/git-core/git-upload-pack

Running 'git fetch' from my local machine, I then received: "error while loading shared libraries: libiconv.so.2: cannot open shared object file:"

I created a symbolic link from /opt/bitnami/common/lib/libiconv.so.2 to /usr/lib/libiconv.so.2

However I am now getting the following error and I'm stuck as to what to do:

"/opt/bitnami/git/libexec/git-core/git-upload-pack: relocation error: /opt/bitnami/git/libexec/git-core/git-upload-pack: symbol SHA1_Init, version OPENSSL_1.0.1 not defined in file libcrypto.so.1.0.0 with link time reference"

Thanks

Simon


Viewing all articles
Browse latest Browse all 2052

Trending Articles