LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error while downloading git (https://www.linuxquestions.org/questions/linux-newbie-8/error-while-downloading-git-696329/)

vivek rai 01-10-2009 10:49 AM

error while downloading git
 
i am trying to install git on Suse10, while installing i am getting error

error: Failed dependencies:
libcrypto.so.6 is needed by git-1.5.6.1-1.i386
openssh-clients is needed by git-1.5.6.1-1.i386
perl(Git) is needed by git-1.5.6.1-1.i386
perl-Git = 1.5.6.1-1 is needed by git-1.5.6.1-1.i386

any help would be appreciated.

repo 01-10-2009 11:02 AM

try to install the dependies:
libcrypto.so.6
openssh
perl

vivek rai 01-10-2009 12:41 PM

i already have
rooti@myhome:~>rpm -q perl
perl-5.8.8-14.10
rooti@myhome:~> rpm -q openssh
openssh-4.2p1-18.38.3

repo 01-10-2009 12:47 PM

AFAIK libcrypto.so.6 is provided by
openssl

vivek rai 01-10-2009 12:53 PM

openssl is also installed
rooti@myhome:~> rpm -q openssl
openssl-0.9.8a-18.23

this is the first time i am installing git on Suse
even on rhel4 i am getting the same message

knudfl 01-10-2009 01:14 PM

But why not install git with the package manager, Yeast2 ??

Or with the command # zypper install git

vivek rai 01-11-2009 12:13 AM

it shows me this through zypper

Restoring system sources...
Do you want to trust key id A84EDAE89C800ACA, SuSE Package Signing Key <build@suse.de>, fingerprint 79C179B2E1C820C1890F9994A84EDAE89C800ACA [y/n]: y
Import key A84EDAE89C800ACA to trusted keyring? [y/n]: y
Parsing metadata for SUSE Linux Enterprise Server 10 SP1...
Parsing metadata for SLES10-SP1-Updates...
Parsing RPM database...
package 'git' not found
Summary:
Nothing to do.

knudfl 01-11-2009 06:12 AM

Well, just thought so, works in Suse 10.3.

Try this instead
http://download.opensuse.org/reposit...m/SLE_10/i586/
All 'git-*' is needed.

The 'perl-GIT' is just one of "10,000" perl
modules usable with perl-5.8.8, not included
in the package perl-5.8.8-14.10.
....
The Suse repo was found googling .. suse 10 git
> > http://kerneltrap.org/mailarchive/git/2007/10/17/345859
....

vivek rai 01-12-2009 04:27 AM

Thanks.


All times are GMT -5. The time now is 01:11 AM.