Thanks for your answer, I finally got it working. Yes, it was because I did not have libldap installed in its 32 bits version.
I have uploaded a docker image to docker hub.
You can try it out in your linux box with this command (after having installed docker-engine):

Code:
docker run --rm -ti -e DISPLAY 
-v /tmp/.X11-unix:/tmp/.X11-unix:ro 
-u root yokinfx/zorro 
/bin/bash -c "WINEARCH=win32 WINEPREFIX='/root/prefix32' wine 
'C:usersrootZorroZorro.exe'"



I'm pretty sure this image could have been smaller in size (As of today it is a 3.16 GB image). I will work on that in following days.

EDIT: I've just noted that backward slashes are not copied in this editor. After the "wine" command, the path for Zorro.exe should be splitedd with double backward slashes

Last edited by Joaquin; 02/17/17 09:16.