On Mon, Mar 6, 2023 at 5:40 AM <[email protected]> wrote: > > Hello, > > I get the error message below when running the make command during the > Guacamole installation. Has anyone come across this and how were they able > to fix it please: > > > ./configure: line 13839: syntax error near unexpected token `newline' > ./configure: line 13839: ` ''' > make: *** [Makefile:492: config.status] Error 2 > mailto:voy3062@t40Yvo:~/Downloads/guacamole-server-1.5.0$ ./configure: line > 13839: syntax error near unexpected token `newline' > > ./configure: line 13839: ` ''' > > make: *** [Makefile:492: config.status] Error 2 >
You might try to re-generate the configure script using the following command: autoreconf -fi The error you're seeing indicates that the configure script has some extra characters and lines in it Hopefully regenerating it will take care of it, as I don't think the original actually contains this. You also might want to check the hash of the download to make sure the source file you got was actually complete. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
