Problem with building the GNOME gftp from GIT repository :(

Gftp is looking for two macros AM_PATH_GLIB and AM_PATH_GTK when it wants to compile. Unfortunately, these are not available on my system (Debian testing). To find a solution to this I looked in /usr/share/aclocal and found that there existed two macros AM_PATH_GLIB_2_0 and AM_PATH_GTK_2_0 instead.

Now, replacing AM_PATH_GLIB with AM_PATH_GLIB_2_0 and and AM_PATH_GTK with AM_PATH_GTK_2_0 in configure.in in the gftp source makes it get past these problems.

I also got an error saying that support for automatic de-ANSI-fication support had been removed. I got past this by commenting out AM_C_PROTOTYPES in configure.in. With these changes gftp now compiles for me.

Hope this helps,
Anders

Source: Problem with building the GNOME gftp from GIT repository 🙁

Problem with building the GNOME gftp from GIT repository 🙁 was last modified: March 31st, 2020 by Jovan Stosic

Jazzmeia Horn

Jazzmeia Horn (born April 16, 1991) is an American jazz singer and songwriter of African ancestry. She won the Thelonious Monk Institute International Jazz Competition in 2015. Horn’s repertoire includes jazz standards and covers of song from other genres and artists such as Stevie Wonder. She has been compared to jazz vocalists such as Betty Carter, Sarah Vaughan, and Nancy Wilson. By age 23, Jazzmeia “Jazz” Horn had earned a reputation in New York City as a dynamic music artist.

https://en.m.wikipedia.org/wiki/Jazzmeia_Horn

Jazzmeia Horn was last modified: March 29th, 2020 by Jovan Stosic

Reverse Proxy Configuration — Nextcloud 11 Server Administration Manual 11 alpha documentation

<?php
$CONFIG = array (
  "trusted_proxies"   => ['10.0.0.1'],
  "overwritehost"     => "ssl-proxy.tld",
  "overwriteprotocol" => "https",
  "overwritewebroot"  => "/domain.tld/nextcloud",
  "overwritecondaddr" => "^10\.0\.0\.1$",
);

https://docs.nextcloud.com/server/11/admin_manual/configuration_server/reverse_proxy_configuration.html#example

Reverse Proxy Configuration — Nextcloud 11 Server Administration Manual 11 alpha documentation was last modified: March 29th, 2020 by Jovan Stosic