Search Criteria
Package Details: webalizer 2.23.08.20210401-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/webalizer.git (read-only, click to copy) |
|---|---|
| Package Base: | webalizer |
| Description: | A web server log file analysis program producing HTML reports |
| Upstream URL: | http://www.webalizer.com/ |
| Licenses: | GPL |
| Submitter: | ilpianista |
| Maintainer: | victor3d |
| Last Packager: | victor3d |
| Votes: | 17 |
| Popularity: | 0.000000 |
| First Submitted: | 2010-11-13 15:34 (UTC) |
| Last Updated: | 2025-04-24 21:18 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
MarsSeed commented on 2023-07-26 20:46 (UTC) (edited on 2023-07-26 20:47 (UTC) by MarsSeed)
All source links and mirrors listed on the new website are defunct now.
However, the last released sources from 2013 via official FTP are still available from web.archive.org.
It's easiest to get the tarball links for the files from the archived page itself:
https://web.archive.org/web/20221209190821/https://webalizer.net/download.html
cl0ne commented on 2023-05-02 15:14 (UTC)
https://webalizer.net/ is the correct upstream URL
df8oe commented on 2022-06-30 05:02 (UTC)
It looks like url of sources has changed...
user20159 commented on 2021-04-21 17:27 (UTC) (edited on 2021-04-21 17:28 (UTC) by user20159)
Another option is to use static declarations for the affected variables, however the
externdeclaration is probably closer to the original.user20159 commented on 2021-04-21 16:36 (UTC) (edited on 2021-04-21 17:26 (UTC) by user20159)
I was able to compile again by removing the
buffer,tmp_buf,utsnameandhost_tabledefinitions from dns_resolv.c, and adding them withextern-declarations towebalizer.h. I don't know if using a central buffer is possible here or if this will break things, I'll need to test it yet.host_tableactually was alreadyexterndeclared inhashtab.h, so I don't know whydns_resolv.ccreated it's own instance.Apparently the error is caused by GCC 10, which changed the default from
-fcommonto-fno-common, so the fix is close to the pre-GCC-10-behaviour: https://gcc.gnu.org/gcc-10/porting_to.html Adding-fcommonto theCFLAGSshould also fix the issue, though.user20159 commented on 2021-04-21 14:56 (UTC) (edited on 2021-04-21 14:57 (UTC) by user20159)
I'm also getting the
multiple definitionerrors when compiling. Any ideas?Furthermore,
does not exist anymore. One may use the most recent version to the current date:
(just set
_geodbver=20210401in thePKGBUILD)craig commented on 2021-02-25 18:11 (UTC)
I'm getting the same error. Any solutions? Thanks.
SunDoctor commented on 2020-09-21 19:39 (UTC) (edited on 2020-09-24 08:19 (UTC) by SunDoctor)
Can't build this:
foxxx0 commented on 2019-01-16 16:54 (UTC)
Hey, thanks for notifying me about this and providing the patch!
I have updated the package accordingly.
1 2 3 4 Next › Last »