Git in a clean install

144 views
Skip to first unread message

Luiz Carlos Vessosa Jr

unread,
Mar 24, 2015, 9:17:44 PM3/24/15
to al...@googlegroups.com
Hi, 
I have a DNS 321 and after install it successfully, configure some users, hard disks, I installed git package.

After that, I tried to ssh my storage and successfully logged in, and executed the command git, however I got the follow error:

git: can't load library 'libpcre.so.0'

Is this missing package pcre (8.20-1 Perl Compatible Regular Expressions) or it should be installed as a dependency?


João Cardoso

unread,
Mar 25, 2015, 10:24:24 AM3/25/15
to al...@googlegroups.com
I can't reproduce that. 'pcre' is a dependency of 'git' and should be automatically installed:

[root@dns-320l]# ipkg install git
Installing git (2.1.2) to /Alt-F...
Installing pcre (8.20-1) to /Alt-F...
Configuring git
Configuring pcre
Successfully terminated.
 
[root@dns-320l]# ipkg status pcre
Package: pcre
Version: 8.20-1
Depends: ipkg
Status: install ok installed
Architecture: arm
Installed-Time: 1427293220

So you might have to re-install pcre (remove it first, or use 'ipkg -force-reinstall install pcre') 

Luiz Carlos Vessosa Jr

unread,
Mar 25, 2015, 5:46:44 PM3/25/15
to al...@googlegroups.com
Through the Alt-F Package Manager and shell (using ipkg) when I install git I got:

Installing git (2.1.2) to /Alt-F...
Downloading http://sourceforge.net/projects/alt-f/files/pkgs/unstable/git_2.1.2_arm.ipk
Configuring git
Successfully terminated.
So I can conclude that our repository is different, I'm using the default one.
I miss some update step?


So you might have to re-install pcre (remove it first) 

--
You received this message because you are subscribed to a topic in the Google Groups "Alt-F" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/alt-f/s1xNmR1NiZM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to alt-f+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/alt-f.
For more options, visit https://groups.google.com/d/optout.

João Cardoso

unread,
Mar 26, 2015, 11:04:42 AM3/26/15
to al...@googlegroups.com


On Wednesday, March 25, 2015 at 9:46:44 PM UTC, Luiz Carlos Vessosa Jr wrote:
Through the Alt-F Package Manager and shell (using ipkg) when I install git I got:

Installing git (2.1.2) to /Alt-F...
Downloading http://sourceforge.net/projects/alt-f/files/pkgs/unstable/git_2.1.2_arm.ipk
Configuring git
Successfully terminated.
So I can conclude that our repository is different, I'm using the default one.

You are right, I'm using my own development pkgs feed, for speed reasons, which I try to keep synchronized with sourceforge, but I missed doing that.
Currently git explicitly depends on libcurl, pcre, expat and perl (which have their own dependencies)

Now fixed, thanks.

 
To unsubscribe from this group and all its topics, send an email to alt-f+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages