Skip to content
Discussion options

You must be logged in to vote

Hi @tetebueno

You really shouldn't be building software with privilege. The only times you need to use sudo are:-

  1. To install dependencies
  2. To install the software itself (i.e. with sudo make install)

Your commands are otherwise fine, I think. Remove the directory you've created (for which you'll need to use sudo rm -rf!), and try again without the sudo commands, i.e.:-

$ git clone -b v0.10.3 https://github.com/neutrinolabs/xrdp.git --recursive
$ cd xrdp
$  ./bootstrap
$ ./configure --enable-fuse --enable-jpeg --enable-rfxcodec --enable-mp3lame --enable-vsock --enable-painter --enable-openh264
$ make

If you're still getting the same error, refer to this link for a solution. I can't clain…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tetebueno
Comment options

@matt335672
Comment options

Answer selected by tetebueno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3550 on June 30, 2025 08:45.