|
Hi all ,
is there any one out there that can help , I can
not get qmailadmin or sqwebmail to run on openbsd 3.2 , I have installed
qmailadmin on 3.1 and it works just fine. I keep getting the below
errors. I have checked the permitions in the cgi-bin and they are correct ,
I have also supplied the out put from gmake for all to see... ( I have used
make as well )
Thank you
Michael
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Apache/1.3.26 Server at john.southwestcc.net Port 80 error_log httpd Apache [Sun Nov 10 06:41:06 2002] [error] [client 203.244.152.21] File does not exist: /htdocs/scripts/..�../winnt/system32/cmd.exe [Sun Nov 10 06:41:08 2002] [error] [client 203.244.152.21] File does not exist: /htdocs/scripts/..%5c../winnt/system32/cmd.exe [Sun Nov 10 06:41:08 2002] [error] [client 203.244.152.21] File does not exist: /htdocs/scripts/..%2f../winnt/system32/cmd.exe [Sun Nov 10 11:28:12 2002] [error] [client 65.96.113.241] Client sent malformed Host header [Sun Nov 10 12:14:06 2002] [error] [client 61.133.119.66] Client sent malformed Host header No ld.so [Sun Nov 10 15:53:10 2002] [error] [client 203.51.184.129] Premature end of scri pt headers: /cgi-bin/qmailadmin No ld.so [Sun Nov 10 15:53:18 2002] [error] [client 203.51.184.129] Premature end of scri pt headers: /cgi-bin/qmailadmin [Sun Nov 10 16:11:03 2002] [error] [client 203.51.184.129] File does not exist: /htdocs/favicon.ico No ld.so [Sun Nov 10 16:21:27 2002] [error] [client 203.51.184.129] Premature end of scri pt headers: /cgi-bin/qmailadmin [Sun Nov 10 16:32:35 2002] [error] [client 194.143.204.66] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): / [Sun Nov 10 16:37:10 2002] [crit] (48)Address already in use: make_sock: could n ot bind to port 80 [Sun Nov 10 16:37:40 2002] [crit] (48)Address already in use: make_sock: could n ot bind to port 80 No ld.so [Sun Nov 10 16:38:01 2002] [error] [client 203.51.184.129] Premature end of scri pt headers: /cgi-bin/qmailadmin No ld.so [Sun Nov 10 17:33:11 2002] [error] [client 203.43.219.162] Premature end of scri pt headers: /cgi-bin/sqwebmail john# cd /home/src/qmail john# tar xzf qmailadmin-1.0.6.tar.gz john# cd qmailadmin-1.0.6 john# ./configure --enable-htmldir=/var/www/htdocs --enable-cgibindir=/var/www/cgi-bin creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... found checking host system type... i386-unknown-openbsd3.2 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ranlib... ranlib checking for strerror in -lcposix... no checking how to run the C preprocessor... gcc -E checking for AIX... no checking for crypt in -lcrypt... no checking for crypt in -lshadow... no checking for floor in -lm... yes checking for gethostbyaddr in -lnsl... no checking for getsockname in -lsocket... no checking whether we should prohibit caching... no checking whether to require ip authentication... yes checking whether to display user index... yes checking for ezmlm-idx... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for working const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for getcwd... yes checking for mkdir... yes checking for strdup... yes checking for strstr... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h john# gmake gmake all-recursive gmake[1]: Entering directory `/home/src/qmail/qmailadmin-1.0.6' gmake[2]: Entering directory `/home/src/qmail/qmailadmin-1.0.6' gcc -I. -I/home/vpopmail/include -g -O2 -c qmailadmin.c gcc -I. -I/home/vpopmail/include -g -O2 -c alias.c gcc -I. -I/home/vpopmail/include -g -O2 -c autorespond.c gcc -I. -I/home/vpopmail/include -g -O2 -c forward.c gcc -I. -I/home/vpopmail/include -g -O2 -c mailinglist.c gcc -I. -I/home/vpopmail/include -g -O2 -c user.c gcc -I. -I/home/vpopmail/include -g -O2 -c util.c gcc -I. -I/home/vpopmail/include -g -O2 -c auth.c gcc -I. -I/home/vpopmail/include -g -O2 -c template.c gcc -I. -I/home/vpopmail/include -g -O2 -c command.c gcc -I. -I/home/vpopmail/include -g -O2 -c show.c gcc -I. -I/home/vpopmail/include -g -O2 -c cgi.c gcc -I. -I/home/vpopmail/include -g -O2 -c limits.c gcc -I. -I/home/vpopmail/include -g -O2 -c dotqmail.c gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o mailinglist.o user.o util.o auth.o template.o command.o show.o cgi.o limits.o dotqmail.o -L/home/vpopmail/lib -lvpopmail -L/usr/local/lib/mysql -lmysqlclient -lz -lm gmake[2]: Leaving directory `/home/src/qmail/qmailadmin-1.0.6' gmake[1]: Leaving directory `/home/src/qmail/qmailadmin-1.0.6' john# gmake install-strip gmake AM_INSTALL_PROGRAM_FLAGS=-s install gmake[1]: Entering directory `/home/src/qmail/qmailadmin-1.0.6' gmake[2]: Entering directory `/home/src/qmail/qmailadmin-1.0.6' gmake[3]: Entering directory `/home/src/qmail/qmailadmin-1.0.6' /bin/sh ./mkinstalldirs /var/www/cgi-bin mkdir /var/www/cgi-bin /usr/bin/install -c -s qmailadmin /var/www/cgi-bin/qmailadmin chown vpopmail /var/www/cgi-bin/qmailadmin chgrp vchkpw /var/www/cgi-bin/qmailadmin chmod u+s,g+s /var/www/cgi-bin/qmailadmin /bin/sh ./mkinstalldirs /usr/local/share/qmailadmin/ /bin/sh ./mkinstalldirs /usr/local/share/qmailadmin//html cp -R html/* /usr/local/share/qmailadmin//html /bin/sh ./mkinstalldirs /var/www/htdocs/images /bin/sh ./mkinstalldirs /var/www/htdocs/images/qmailadmin cp -R images/* /var/www/htdocs/images/qmailadmin cp /usr/local/share/qmailadmin//html/en /usr/local/share/qmailadmin//html/en-us gmake[3]: Leaving directory `/home/src/qmail/qmailadmin-1.0.6' gmake[2]: Leaving directory `/home/src/qmail/qmailadmin-1.0.6' gmake[1]: Leaving directory `/home/src/qmail/qmailadmin-1.0.6' john# httpd john# |
- Re: [qmailadmin] Michael Christie
- Re: [qmailadmin] Sune Rievers
