Hello, My proxy server show windows client hostname on report. But it don't show proxy server hostname, only IP. It's becaus it's linux server? It's because it don't know hostname because dns ? Thks stephane
In french sarg on centos https://www.linuxhelp.com/how-to-install-sarg-on-centos-7 yum install -y gcc gd gd-devel make perl-GD httpd wget https://sourceforge.net/projects/sarg/files/sarg/sarg-2.4.0/sarg-2.4.0.tar.gz aller sur https://sourceforge.net/projects/sarg/files/ et vérifiez la version. en fonction de celle ci, remplacez le lien. decompresser tar -xvf sarg-2.4.0.tar.gz # adapter en fonction du nom de fichier cd sarg-2.4.0 lancer dans ce repertoire: ./configure a ce moment des soucis peuvent...
In french make des soucis peuvent intervenir https://sourceforge.net/p/sarg/discussion/234318/thread/af50038505/?limit=25#0b1e probleme index.c:622:43: error: la sortie de la directive « %04d » peut être tronquée en écrivant 4 octets dans une région dont la taille est comprise entre 1 et 5 [-Werror=format-truncation=] snprintf(yearnum,sizeof(yearnum),"%04d-%04d",year>>10,year & 0x3FF); Résolution: modifier des valeurs dans index.c: You can change sarg-2.4.0/index.c to resolve this problem: To compile...
thks for help
IN FRENCH make des soucis peuvent intervenir https://sourceforge.net/p/sarg/discussion/234318/thread/af50038505/?limit=25#0b1e probleme index.c:622:43: error: la sortie de la directive « %04d » peut être tronquée en écrivant 4 octets dans une région dont la taille est comprise entre 1 et 5 [-Werror=format-truncation=] snprintf(yearnum,sizeof(yearnum),"%04d-%04d",year>>10,year & 0x3FF); Résolution: modifier des valeurs dans index.c: You can change sarg-2.4.0/index.c to resolve this problem: To compile...
it s possible you have problems with userinfo.c after first debug change at line 81 "char cstr" for have value more 10 (i putted 15). I found answers on the web and in part on sarg sourceforge help. i saw other people had problems in 2020. it s possible to find answers quicker that me
https://sourceforge.net/p/sarg/discussion/234318/thread/af50038505/?limit=25
sorry for delay.. i reply help in french probleme: configure: lzma.h was not found so it won't be possible to process xz files solution yum install -y xz-devel xz-devel.x86_64 : Devel libraries & headers for liblzma probleme: configure: pcre.h was not found so the regexp won't be available in hostalias solution yum install pcre-devel -y && yum install gd-devel -y gd-devel étant déjà installé