On Tue, Aug 24, 2021 at 8:55 AM Dominique Kande Vita
<domdom...@gmail.com> wrote:
>
> Hi All,
>
> this is a kind of old problem. I am dropping here my solution, just in case 
> someone will search for as crazy all over the net.
> 1. add in your PATH (environement variable) the bin folder where vcpkg has 
> compiled the dll
> 2. install libsodium via vcpkg
> 3. copy the dll : libczmq.dll, libsodium.dll, libzmq-mt-4_3_4.dll in the 
> folder where your golang .exe application is compiled.
>
> and it should work

Thanks.


>
> On Tuesday, December 29, 2015 at 6:09:58 AM UTC+2 chow...@gmail.com wrote:
>>
>> Hi Rene,
>>    How did you solve it? I also met the problem "exit status -107374181".
>> Thanks.
>>
>> 在 2014年11月30日星期日 UTC+8下午5:03:55,rene marxis写道:
>>>
>>> Hello Jason
>>>
>>> thanks for your answer.
>>> Of course i tried
>>>   worker, err := zmq.NewSocket(zmq.REQ)
>>> but with no success and no error message...
>>>
>>> The problem seems to be related to the libzmq somehow.
>>>
>>> I tried "go run main.go" from inside a VS-Console and got an error "The 
>>> program could not be started, because libzmq-v120-mt-gd-4_0_4.dll is 
>>> missing".
>>> The application exitied with: "exit status -1073741515"
>>>
>>> After also adding the bin directory from libzmq to the PATH and restarting 
>>> the app, the message did not show up againe and the app exists with:
>>> "exit status -107374181"
>>>
>>> What i don't understand is, why the application is trying to load the 
>>> libzmq-v120-mt-gd-4_0_4.dll. As i wrote in my first question, i had to 
>>> copy/rename that dll in order to be able to do the 'go get 
>>> github.com/pebbe/zmq4'
>>>
>>> Independently from this behavior, for me it seems to be wrong to have to 
>>> rename that dll at all.
>>> Isn't there any possibility to tell 'go get' to use that 
>>> libzmq-v120-mt-gd-4_0_4.dll instead of libzmq.dll ?
>>> I got that "tip" to rename from
>>> https://gist.github.com/michfield/4686876
>>> ...
>>>
>>>
>>>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/373686ad-80ce-4b8b-a500-c5ba6f5fd6f0n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CANODV3nKYvdLjrLOc3DsLXzQBLRqdE3YtZY%3DWVMySrL6iZr1LQ%40mail.gmail.com.

Reply via email to