Re: [qmailadmin] Re: problem with qmailadmin

2007-04-20 Thread Nevruz Mesut Sahin


[EMAIL PROTECTED] wrote:  I tried it  but didnot get success. Can you specify 
what permissions
 for do
 i need to change in the html and images folders  to get the icons

First of all check apache's error logs to see what is the path that the
qmailadmin expects to look for the image files.

After that recompile an build the script again until it works...

issue the command ./configure --help to see all available parameters that
you can configure.

Or you can take the easy way and move the files in the path that the
current build of qmailadmin you have expects to find them.


First  I wrote below command

./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd 
--enable-clear-passwd --disable-many-domains --enable-auth-logging 
--enable-sql-logging --enable-valias --disable-mysql-limits 
--enable-incdir=/usr/lib/mysql 
--enable-qmail-newu=/usr/src/qmail/qmail-1.03/qmail-newu.c 
--enable-qmail-inject=/usr/src/qmail/qmail-1.03/qmail-inject.c 
--enable-qmail-newmrh=/usr/src/qmail/qmail-1.03/qmail-newmrh.c
checking for a BSD-compatible install... /usr/bin/install -c




checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for crypt in -lcrypt... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether closedir returns void... no
checking return type of signal handlers... void
checking whether utime accepts a null argument... yes
checking for bzero... yes
checking for dup2... yes
checking for fdatasync... yes
checking for getcwd... yes
checking for gethostname... yes
checking for getpass... yes
checking for getspnam... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for rmdir... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for utime... yes
checking vpopmail configure options... ok
checking whether we can locate the qmail directory... yes
checking whether we can locate the qmail-newu program... yes
checking whether we can locate the qmail-inject 

Re: [qmailadmin] Re: problem with qmailadmin

2007-04-20 Thread daniel


 [EMAIL PROTECTED] wrote:  I tried it  but didnot get success. Can you
 specify what permissions
 for do
 i need to change in the html and images folders  to get the icons

 First of all check apache's error logs to see what is the path that the
 qmailadmin expects to look for the image files.

 After that recompile an build the script again until it works...

 issue the command ./configure --help to see all available parameters that
 you can configure.

 Or you can take the easy way and move the files in the path that the
 current build of qmailadmin you have expects to find them.


 First  I wrote below command

 ./configure --enable-logging=p --enable-auth-module=mysql --disable-passwd
 --enable-clear-passwd --disable-many-domains --enable-auth-logging
 --enable-sql-logging --enable-valias --disable-mysql-limits
 --enable-incdir=/usr/lib/mysql
 --enable-qmail-newu=/usr/src/qmail/qmail-1.03/qmail-newu.c
 --enable-qmail-inject=/usr/src/qmail/qmail-1.03/qmail-inject.c
 --enable-qmail-newmrh=/usr/src/qmail/qmail-1.03/qmail-newmrh.c
 checking for a BSD-compatible install... /usr/bin/install -c




 checking whether build environment is sane... yes
 checking for gawk... gawk
 checking whether make sets ${MAKE}... yes
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking for gawk... (cached) gawk
 checking for gcc... gcc
 checking for C compiler default output... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for style of include used by make... GNU
 checking dependency style of gcc... none
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ranlib... ranlib
 checking for strerror in -lcposix... no
 checking for crypt in -lcrypt... yes
 checking for dirent.h that defines DIR... yes
 checking for library containing opendir... none required
 checking how to run the C preprocessor... gcc -E
 checking for ANSI C header files... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking arpa/inet.h usability... yes
 checking arpa/inet.h presence... yes
 checking for arpa/inet.h... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking for memory.h... (cached) yes
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.h... yes
 checking shadow.h usability... yes
 checking shadow.h presence... yes
 checking for shadow.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking sys/param.h usability... yes
 checking sys/param.h presence... yes
 checking for sys/param.h... yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking syslog.h usability... yes
 checking syslog.h presence... yes
 checking for syslog.h... yes
 checking for unistd.h... (cached) yes
 checking utime.h usability... yes
 checking utime.h presence... yes
 checking for utime.h... yes
 checking crypt.h usability... yes
 checking crypt.h presence... yes
 checking for crypt.h... yes
 checking for gcc option to accept ANSI C... none needed
 checking for an ANSI C-conforming const... yes
 checking for uid_t in sys/types.h... yes
 checking for inline... inline
 checking for mode_t... yes
 checking for off_t... yes
 checking for pid_t... yes
 checking for size_t... yes
 checking whether struct tm is in sys/time.h or time.h... time.h
 checking whether closedir returns void... no
 checking return type of signal handlers... void
 checking whether utime accepts a null argument... yes
 checking for bzero... yes
 checking for dup2... yes
 checking for fdatasync... yes
 checking for getcwd... yes
 checking for gethostname... yes
 checking for getpass... yes
 checking for getspnam... yes
 checking for memset... yes
 checking for mkdir... yes
 checking for putenv... yes
 checking for rmdir... yes
 checking for socket... yes
 checking for strchr... yes
 checking for strdup... yes
 checking for strerror... yes
 checking for strncasecmp... yes
 checking for strrchr... yes
 checking for strspn... yes
 checking for strstr... yes
 checking for utime... yes
 checking vpopmail configure options... ok
 checking whether we can locate the qmail directory...