error on update-ca-certificates
#1
Wed, 2016-03-02 00:34
jaychris
-
- Offline
- 2 years 1 month ago
- 2016-03-02
I'm trying to add some intermediate certs to my Alpine setup, but getting this error:
bash-4.3# update-ca-certificates Error relocating /usr/bin/c_rehash: SRP_VBASE_get1_by_user: symbol not found Error relocating /usr/bin/c_rehash: SRP_user_pwd_free: symbol not found run-parts: /etc/ca-certificates/update.d/c_rehash: exit status 127
I'm not exactly sure what it means in this context, though it seems to be a reference to OpenSSL.
I'm running Alpine 3.3.1. Any pointers would be greatly appreciated.
Seeing same error here trying to simple openssl cert request.
uname -a
Linux fm-vm2 4.1.17-0-grsec #1-Alpine SMP Wed Feb 24 15:03:42 GMT 2016 x86_64 Linux
Any ideas?
Thanks!
Fernando
I have the same problem:
Seems to be solved in alpine:edge.
Find some info in this chat log: http://dev.alpinelinux.org/irclogs/%23alpine-commits-2016-03.log
Still happening on alpine:3.3 and alpine:edge
Error relocating /usr/bin/c_rehash: SRP_VBASE_get1_by_user: symbol not found
Error relocating /usr/bin/c_rehash: SRP_user_pwd_free: symbol not found
run-parts: /etc/ca-certificates/update.d/c_rehash: exit status 127
i figured it out.
the error happens if you use this image:
gliderlabs/alpine:3.3
however it wont appear if you use this image:
alpine:3.3
@GottZ
the error will happen with alpine:3.3
(this equates to Alpine 3.3.0)
Just verified that the gliderlabs/alpine:3.3 image does work (this equates to alpine 3.3.1)
This will also work with official Alpine 3.3. docker image
I tried alpine 3:2, alpine 3:3 without any luck.
I even set the timezone.
Using alpine 3:4 seems to work.
When i say "work", I mean I can access https content, I am still unable to update certificates.
http://stackoverflow.com/questions/33353532/does-alpine-linux-handle-certs-differently-than-busybox/37645258#37645258
I suggest you change to alpine 3:4.