[Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-15 Thread Eugene Kobrinsky
Hello, We're trying to statically compile an application with mono (using mkbundle -static). One of the items we are working around now is there is libmono-2-0.a (the static mono library) is not part of any package on the official mono centOS repo (download.mono-project.com/repo/centos). Any p

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-17 Thread Eugene Kobrinsky
Just following up to see if anyone can help as we are still trying to figure out how to approach this issue. Is the mono-packagers-list more appropriate for my question, if not, then any advice on where to direct the question to? To reiterate the question (since I made typos originally!): The st

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-17 Thread Timotheus Pokorra
Hello Eugene, > The static mono library (libmono-2.0.a) doesn’t appear in any package on the > official mono CentOS (download.mono-project.com/repo/centos). This prevents > us from using mkbundle –static in our CentOS environments. Is this on > purpose or are we just missing something? Also, what’

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-18 Thread Eugene Kobrinsky
-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Timotheus Pokorra Sent: Thursday, February 18, 2016 12:40 AM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package? Hello Eugene, > The static mono library (libm

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-18 Thread Timotheus Pokorra
Hello Eugene, > Good question. We are using Docker to run a microservices architecture for > our app. As such, we are dealing with a lot of docker containers, each > running a very small mono app (service). Sounds interesting! > Right now we have a full blown CentOS instance and mono runtime in

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-19 Thread Eugene Kobrinsky
ugene -Original Message- From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Timotheus Pokorra Sent: Thursday, February 18, 2016 11:58 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package? Hello E

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-19 Thread David Curylo
theus Pokorra > Sent: Thursday, February 18, 2016 11:58 PM > To: mono-list@lists.ximian.com > Subject: Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package? > > Hello Eugene, > >> Good question. We are using Docker to run a microservices architecture for >> our app.

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-19 Thread Alexander Köplinger
Adding Jo who maintains the Linux packages. Jo: should we start distributing the .a files given that they're required for mkbundle? AFAIK we ship the equivalent .lib files on the Windows MSI. - Alex 2016-02-18 8:40 GMT+01:00 Timotheus Pokorra < timotheus.poko...@solidcharity.com>: > Hello Euge

Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package?

2016-02-19 Thread Eugene Kobrinsky
@lists.ximian.com Subject: Re: [Mono-list] libmono-2-0.a in libmono-dev CentOS package? I’m not sure if this is an option for you, but if you control the host for your containers, then supplying mono to your container via data volume works for me to keep the images small: https://docs.docker.com/v1.8