Hi,
i struggle how to install mongodb-3.6:
alpsrv:~# apk add mongodb@edgecommunity=3.6.3-r2
ERROR: unsatisfiable constraints:
boost-program_options-1.66.0-r0:
masked in: @edge
satisfies: world[boost-program_options]
mongodb-3.6.3-r2[so:libboost_program_options-mt.so.1.66.0]
boost-system-1.66.0-r0:
masked in: @edge
satisfies: mongodb-3.6.3-r2[so:libboost_system-mt.so.1.66.0]
boost-filesystem-1.66.0-r0[so:libboost_system-mt.so.1.66.0]
boost-filesystem-1.66.0-r0[so:libboost_system.so.1.66.0]
boost-filesystem-1.66.0-r0:
masked in: @edge
satisfies: mongodb-3.6.3-r2[so:libboost_filesystem-mt.so.1.66.0]
boost-iostreams-1.66.0-r0:
masked in: @edge
satisfies: mongodb-3.6.3-r2[so:libboost_iostreams-mt.so.1.66.0]
Or:
alpsrv:~# apk add mongodb@edge=3.6.3-r2
ERROR: unsatisfiable constraints:
yaml-cpp-0.6.2-r0:
masked in: @edgecommunity
satisfies: world[yaml-cpp] mongodb-3.6.3-r2[so:libyaml-cpp.so.0.6]
mongodb-3.6.3-r2:
masked in: @edgecommunity
satisfies: world[mongodb=3.6.3-r2]
My "/etc/apk/repositories":
###
http://mirror.leaseweb.com/alpine/v3.7/mainhttp://mirror.leaseweb.com/alpine/v3.7/community
@edge http://mirror.leaseweb.com/alpine/edge/main
@edgecommunity http://mirror.leaseweb.com/alpine/edge/community
@testing http://mirror.leaseweb.com/alpine/edge/testing
###
It seems to be are dependencies betweet edge and edgecommunity and there es
now way to resolve that blocker by "mixing" both (i understand why is
mixing not a good idea, but in this case maybe)?
What is the best practise way to install mongodb.3.6?
Thank you for your Help.
bodenhaltung wrote:
> It seems to be are dependencies betweet edge and edgecommunity and there es> now way to resolve that blocker by "mixing" both (i understand why is> mixing not a good idea, but in this case maybe)?> What is the best practise way to install mongodb.3.6?
Why all of these shenanigans? Just "apk add mongodb".
--
caóc
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---
bodenhaltung wrote:
> That installed mongodb in version 3.4 but i need it in 3.6.
Then comment v3.7 lines, run "apk update", and "apk add mongodb" or "apk
upgrade". It should've worked without commenting them out, after "apk
update".
Also, main and community are different repositories that don't have
same packages of different versions.
--
caóc
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---
Hi,
2018-04-09 11:09 GMT+02:00 Cág <ca6c@bitmessage.ch>:
> bodenhaltung wrote:>> > What is the best practise way to install mongodb.3.6?>> Why all of these shenanigans? Just "apk add mongodb".>
That installed mongodb in version 3.4 but i need it in 3.6.
Best regards,
Norbert