Philip M. Gollucci <[EMAIL PROTECTED]> [13-09-2006 21:50]: > Radoslaw Zielinski wrote: >> Philip M. Gollucci <[EMAIL PROTECTED]> [07-09-2006 20:07]: >>> A release candidate for Apache-Test 1.29-RC1 is now available. >> $ make test >> [...] >> t/cookies................skipped >> all skipped: cannot find one of cgi or cgid >> t/next_available_port....skipped >> all skipped: cannot find one of cgi or cgid, cannot find module >> 'env' >> t/redirect...............skipped >> all skipped: cannot find module 'mod_alias.c' > Can you paste the Makefile.PL line ?
perl Makefile.PL INSTALLDIRS=vendor > And attach the generated t/conf/httpd.conf ? Sure. mod_alias is loaded alright: $ httpd -d $PWD -f t/conf/httpd.conf -t -D DUMP_MODULES Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) mime_module (shared) alias_module (shared) Syntax OK > Also, 'which apxs' output. $ which apxs /usr/sbin/apxs $ ls `apxs -q LIBEXECDIR` | xargs build httpd.exp mod_alias.so mod_asis.so mod_auth_basic.so mod_authn_file.so mod_authz_groupfile.so mod_authz_host.so mod_authz_user.so mod_autoindex.so mod_cern_meta.so mod_cgi.so mod_env.so mod_ident.so mod_include.so mod_log_config.so mod_mime_magic.so mod_mime.so mod_negotiation.so mod_perl.so mod_setenvif.so mod_speling.so mod_ssl.so mod_userdir.so mod_version.so This doesn't change anything: $ make distclean $ export APACHE_TEST_APXS=`which apxs` $ perl Makefile.PL -apxs `which apxs` $ make test -- Radosław Zieliński <[EMAIL PROTECTED]>
# WARNING: this file is generated, do not edit
# generated on Wed Sep 13 22:15:41 2006
# 01: lib/Apache/TestConfig.pm:953
# 02: lib/Apache/TestConfig.pm:971
# 03: lib/Apache/TestConfig.pm:1586
# 04: lib/Apache/TestRun.pm:507
# 05: lib/Apache/TestRun.pm:725
# 06: lib/Apache/TestRun.pm:725
# 07: /home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/TEST:52
<IfModule !mod_mime.c>
LoadModule mime_module "/usr/lib/apache/mod_mime.so"
</IfModule>
<IfModule !mod_alias.c>
LoadModule alias_module "/usr/lib/apache/mod_alias.so"
</IfModule>
User "radek"
Group "users"
ServerName localhost:8529
Listen 0.0.0.0:8529
ServerRoot "/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t"
DocumentRoot "/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/htdocs"
PidFile /home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/httpd.pid
ErrorLog /home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/error_log
LogLevel debug
<IfModule mod_log_config.c>
TransferLog
/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/access_log
</IfModule>
<IfModule mod_cgid.c>
ScriptSock /home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/cgisock
</IfModule>
ServerAdmin [EMAIL PROTECTED]
#needed for http/1.1 testing
KeepAlive On
HostnameLookups Off
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<IfModule worker.c>
LockFile
/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/accept.lock
StartServers 1
MinSpareThreads 1
MaxSpareThreads 1
ThreadsPerChild 1
MaxClients 2
MaxRequestsPerChild 0
</IfModule>
<IfModule perchild.c>
LockFile
/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/accept.lock
NumServers 1
StartThreads 1
MinSpareThreads 1
MaxSpareThreads 1
MaxThreadsPerChild 2
MaxRequestsPerChild 0
</IfModule>
<IfModule prefork.c>
LockFile
/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/accept.lock
StartServers 1
MinSpareServers 1
MaxSpareServers 1
MaxClients 2
MaxRequestsPerChild 0
</IfModule>
<IfDefine APACHE1>
LockFile
/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/logs/accept.lock
StartServers 1
MinSpareServers 1
MaxSpareServers 1
MaxClients 2
MaxRequestsPerChild 0
</IfDefine>
<IfModule mpm_winnt.c>
ThreadsPerChild 50
MaxRequestsPerChild 0
</IfModule>
<Location /server-info>
SetHandler server-info
</Location>
<Location /server-status>
SetHandler server-status
</Location>
<IfModule mod_alias.c>
Alias /getfiles-binary-perl /usr/bin/perl5.8.8
Alias /getfiles-perl-pod /usr/share/perl5/5.8.8/pod
Alias /getfiles-binary-httpd /usr/sbin/httpd.prefork
</IfModule>
<IfModule mod_mime.c>
TypesConfig
"/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/conf/mime.types"
</IfModule>
Include "/home/users/radek/rpm/BUILD/Apache-Test-1.29-rc1/t/conf/extra.conf"
pgponbhJ7bmQ2.pgp
Description: PGP signature
