You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./configure
xrdp will be compiled with:
mp3lame no
opus no
fdkaac no
jpeg no
turbo jpeg no
rfxcodec yes
painter yes
pixman no
fuse no
ipv6 no
ipv6only no
vsock no
auth mechanism PAM
rdpsndaudin no
with imlib2 no
development logging no
development streamcheck no
strict_locations no
prefix /usr/local
exec_prefix ${prefix}
libdir ${exec_prefix}/lib
bindir ${exec_prefix}/bin
sysconfdir /etc
localstatedir /var
runstatedir
socketdir /xrdp
sesmanruntimedir /xrdp-sesman
unit tests performable yes
CFLAGS = -g -O2 -Wall -Wwrite-strings
LDFLAGS =
The text was updated successfully, but these errors were encountered:
After #2207, configure script relies on
runstatedir
but it is not set in autoconf 2.69.socketdir
andsesmanruntimedir
are placed/xrdp
and/xrdp-sesman
.I think a workaround like this is needed:
troglobit/sysklogd#6
The text was updated successfully, but these errors were encountered: