Hi,

On Mon, Jan 23, 2017 at 10:07:07AM +0100, Antonio Trujillo Carmona wrote:
> When I try to exec freerdp2 (after compiling it from gith):
> 
> /usr/local/bin/xfreerdp /sec:rdp /cert-ignore /f /toggle-fullscreen:off 
> /monitors:0,1 /multimon:force /d:HVN /u:"" \
>     /v:"$SERVIDOR".hvn.sas.junta-andalucia.es /rfx 
> /sound:sys:alsa///microphone:sys:alsa /drive:equipo,/mnt/informacion/ \
>     /printer:"$NOMB_IMP","$CONT_IMP"
> 
> It fail with:
> 
> [ERROR][com.winpr.library] - LoadLibraryA:
> /usr/local/lib/freerdp2/libprinter-client.so: no se puede abrir el
> fichero del objeto compartido: No existe el fichero o el directorio
did you build with cups enabled? To check you can do:

cmake -LA | grep -i CUPS

The last line should say: WITH_CUPS:BOOL=ON.
If not re-run cmake with -DWITH_CUPS=ON.

Best regards,
Bernhard

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to