LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-30-2015, 07:07 AM   #1
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Git error after today's batch of updates in -current


Hi,

I have Slackware -current running on a box for testing and development purposes. After today's batch of updates, Git seems broken. Here's what I get:

Code:
[root@buildbox:microlinux] # git pull
git-remote-https: error while loading shared libraries: libssh2.so.1: cannot open shared 
object file: No such file or directory
What now?
 
Old 10-30-2015, 07:16 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,126

Rep: Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201Reputation: 4201
I think you missed
Code:
slackpkg install-new
 
2 members found this post helpful.
Old 10-30-2015, 07:16 AM   #3
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Do you have libssh2 installed?

Quote:
n/libssh2-1.6.0-x86_64-1.txz: Added.
 
2 members found this post helpful.
Old 10-30-2015, 07:19 AM   #4
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
OK, I just found out what was wrong. aaa_elflibs is blacklisted in slackpkg's default configuration, so it went under the radar. I commented it out and updated it, and everything's OK now.

Problem solved, thanks.
 
1 members found this post helpful.
Old 10-30-2015, 01:04 PM   #5
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,546

Rep: Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554Reputation: 8554
Quote:
Originally Posted by kikinovak View Post
OK, I just found out what was wrong. aaa_elflibs is blacklisted in slackpkg's default configuration, so it went under the radar. I commented it out and updated it, and everything's OK now.

Problem solved, thanks.
If that's all that you did, then you'll still need to install the new libssh2 package.
 
2 members found this post helpful.
Old 10-30-2015, 02:45 PM   #6
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by volkerdi View Post
If that's all that you did, then you'll still need to install the new libssh2 package.
Yeah, I thought about installing the new additions. Thanks!

Just out of curiosity: how comes aaa_elflibs is blacklisted in slackpkg's default configuration?
 
Old 10-30-2015, 02:59 PM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Quote:
Originally Posted by kikinovak View Post
Just out of curiosity: how comes aaa_elflibs is blacklisted in slackpkg's default configuration?
There is a sticky thread about that
 
Old 10-30-2015, 03:04 PM   #8
the3dfxdude
Member
 
Registered: May 2007
Posts: 737

Rep: Reputation: 363Reputation: 363Reputation: 363Reputation: 363
Quote:
Originally Posted by kikinovak View Post
Yeah, I thought about installing the new additions. Thanks!

Just out of curiosity: how comes aaa_elflibs is blacklisted in slackpkg's default configuration?
That was the original advice. I do not know how true it is anymore. The thing to watch out for is using slackpkg on -current. I'm not sure if slackpkg should be used on -current due to periodic special scenarios such as this. slackpkg could be made to handle aaa_elflibs automatically following drmozes' advice, but personally I never use slackpkg, so I do not know if this should be in it's design. If slackpkg remains the same, people need to watch the changelog closely in -current for certain keywords such as "aaa_elflibs".
 
1 members found this post helpful.
Old 10-30-2015, 08:17 PM   #9
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,685

Rep: Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801
Quote:
Originally Posted by kikinovak View Post
Yeah, I thought about installing the new additions. Thanks!

Just out of curiosity: how comes aaa_elflibs is blacklisted in slackpkg's default configuration?
slackpkg is designed to run for -stable
it does work for -current too, but requires more considerations, so that's why several part of important/core packages are blacklisted
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
docker issues after large batch of -current updates (april 2015) sodamnmad Slackware 8 03-25-2016 10:42 PM
Slackwarearm -current updates batch Wed Apr 29 2015 reports Linux.tar.gz Slackware - ARM 22 05-28-2015 01:12 AM
"Video tearing" with today's -current updates TSquaredF Slackware 9 02-12-2011 03:54 PM
[SOLVED] today's updates on -current - exaile would not start sycamorex Slackware 2 08-28-2010 04:22 AM
Slackware current updates today! neo Slackware 2 04-22-2005 05:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration