From fc01b820ecf497c0b3bf4dbf82f83852d2c7aefd Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 20 Dec 2020 21:32:50 -0500 Subject: [tests] remove FastCGI test dependency on libfcgi - rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel package - merge fcgi-auth into fcgi-responder --- INSTALL | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d3b6cca2..62abb185 100644 --- a/INSTALL +++ b/INSTALL @@ -142,23 +142,11 @@ required packages to run test harness :: perl-LWP-MediaTypes perl-Tie-Function perl-TimeDate - php - php-cgi - -optional packages to run test harness :: - - fcgi-devel - - $ cd tests/ && make fcgi-auth fcgi-responder run test harness $ make check -run test harness with additional FastCGI tests (requires fcgi-devel package) - - $ cd tests/ && make check-am - static build using SCons ------------------------ @@ -193,7 +181,7 @@ build using CMake and Xcode on Mac OS X with MacPorts $ xcodebuild --license $ xcode-select --install $ sudo port selfupdate - $ sudo port install autoconf automake cmake libtool m4 pcre pkgconfig zlib brotli openssl libxml sqlite3 openldap fcgi p5-cgi libunwind libunwind-headers mysql57 libev gdbm openldap ossp-uuid + $ sudo port install autoconf automake cmake libtool m4 pcre pkgconfig zlib brotli openssl libxml sqlite3 openldap libunwind libunwind-headers mysql57 libev gdbm openldap ossp-uuid # Note: some of the above require more fiddling to configure with CMake... # cmake and build -- cgit v1.2.1