On 11/27/24 7:06 AM, David Lomas wrote:
Hi,

I tried grabbing the staging/1.6.0 repo and building it, but after following the instructions in the README, supplemented by the notes from Vincent (I didn't see a reply to his question about adding this to the README):

$ libtoolize --force $ aclocal $ autoheader $ automake --force-missing --add-missing $ autoconf $ ./configure

I get this error:

configure: error: "libjpeg is required for writing jpeg messages"

Do I need to pass something to configure for this option? I'm pretty sure it is installed:

$ apt list --installed | grep libjpeg
libjpeg-turbo-official/any,now 3.0.90-20240914 amd64 [installed]
libjpeg-turbo8/jammy,now 2.1.2-0ubuntu1 amd64 [installed,automatic]
libjpeg8/jammy,now 8c-2ubuntu10 amd64 [installed,automatic]


Under Debian/Ubuntu, you need to install the relevant "-dev" package for a library to be usable for building software from source. See:

https://guacamole.apache.org/doc/gug/installing-guacamole.html#required-dependencies

https://askubuntu.com/questions/921888/when-should-i-install-dev-package

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to