Search Criteria
Package Details: gatling 0.16-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/gatling.git (read-only, click to copy) |
---|---|
Package Base: | gatling |
Description: | A high performance http and ftp server |
Upstream URL: | https://www.fefe.de/gatling |
Licenses: | GPL |
Conflicts: | gatling-bin |
Submitter: | None |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2006-10-16 18:48 (UTC) |
Last Updated: | 2024-06-10 21:38 (UTC) |
Dependencies (2)
- dietlibcAUR (dietlibc-cvsAUR) (make)
- libowfatAUR (libowfat-cvsAUR) (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2023-03-15 15:03 (UTC)
Sugestion:
Compile with
SUPPORT_HTTPS
(needs the packageopenssl
as dependency) to enable TLS support.According to
README.polarssl
, there can also be variants compiled against polarssl, but experimental.dreieck commented on 2023-03-15 14:54 (UTC) (edited on 2023-03-15 14:55 (UTC) by dreieck)
Using up to date version 0.16 the build error
/usr/bin/ld: http.o:(.bss+0x2088): multiple definition of `ifd'; gatling.o:(.bss+0x580): first defined here
and subsequent to not appear anymore and build succeeds, only warnings are left over:Regards!
dreieck commented on 2023-03-15 14:51 (UTC)
I also get (kind of) this build error:
Regards!
dreieck commented on 2023-03-15 14:50 (UTC)
Upstram provides a signature: http://www.fefe.de/gatling/gatling-0.16.tar.xz.sig -- can you add signature verification to your
PKGBUILD
?Regards!
mrxx commented on 2020-11-05 21:57 (UTC)
Any ideas?
qwivan commented on 2020-11-05 15:24 (UTC)
/usr/bin/diet -Os gcc -s gatling.o mime.o ftp.o http.o smb.o common.o connstat.o httpstream.o dirfd.o -o gatling -lowfat -lz
cat libsocket libiconv libcrypt
cat md5lib
/usr/bin/ld: http.o:(.bss+0x2088): multiple definition ofifd'; gatling.o:(.bss+0x580): first defined here /usr/bin/ld: common.o:(.bss+0x0): multiple definition of
ifd'; gatling.o:(.bss+0x580): first defined here /usr/bin/ld: dirfd.o:(.bss+0x28): multiple definition ofifd'; gatling.o:(.bss+0x580): first defined here /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libowfat.a(io_fd.o):(.bss+0xb0): multiple definition of
first_deferred'; /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libowfat.a(io_close.o):(.data+0x0): first defined here /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../lib/libowfat.a(io_sendfile.o): in functionio_sendfile': (.text+0x6b): warning: sendfile is not portable /usr/bin/ld: gatling.o: in function
handle_read_misc': gatling.c:(.text+0xfda): warning: warning: your code still has assertions enabled! /usr/bin/ld: /opt/diet/lib-x86_64/libc.a(stdin.o): in function__fflush_stdin': (.text+0x34): warning: warning: your code uses stdio (7+k bloat). /usr/bin/ld: /opt/diet/lib-x86_64/libc.a(vsnprintf.o): in function
vsnprintf': (.text+0x9c): warning: warning: the printf functions add several kilobytes of bloat. collect2: error: ld returned 1 exit status make: *** [GNUmakefile:99: gatling] Error 1Mic92 commented on 2012-04-10 16:16 (UTC)
Mic92 commented on 2012-04-10 15:04 (UTC)
haagch commented on 2011-10-10 22:04 (UTC)
1 2 Next › Last »