Re: [vchkpw] vpopmail 5.5.0 compile error

2010-06-08 Thread powell murlene
am using openbsd 4.7 and vpopmail 5.5.0 ,
i have found all my lib directories and ran ldconfig but still the same error,
my query still focuses on the compilation of the cdb/uint32.h,
as far as i understand header files are not compiled but included in a c file.
---

gcc -shared -o libvpopmail.so md5.o bigdir.o vauth.o file_lock.o vpalias.o
seek.o vlimits.o maildirquota.o vutil.o vlistlib.o client.o conf.o ippp.o
backfill.o vpopmail.o quota.o group.o cdb/uint32.h cdb/cdb_hash.o
cdb/cdbmake_add.o cdb/cdbmake_hash.o cdb/cdbmake_pack.o cdb/cdb_seek.o
cdb/cdb_unpack.o

gcc: compilation of header file requested
gmake: *** [libvpopmail.so] Error 1

On 8 June 2010 03:13, Remo Mattei r...@italy1.com wrote:

 What OS are you using? I guess that's openbsd :) by looking at the logs: What 
 version of vpopmail is this 5.5? did you do an ldconfig?

 On Jun 7, 2010, at 8:09 PM, powell murlene wrote:

 hi everyone
 i've been searching the net for a solution to my problem,
 the following is the output of the configure and make steps to compile 
 vpopmail,
 i assume that the problem has to do with trying to compile cdb/uint32.h
 how do i solve the problem

 shadrock


 =
 ./configure
 =
 checking build system type... i386-unknown-openbsd4.7
 checking host system type... i386-unknown-openbsd4.7
 checking for gawk... gawk
 checking for gcc... gcc
 checking for C compiler default output file name... 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 gcc option to accept ISO C89... none needed
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ranlib... ranlib
 checking for library containing strerror... none required
 checking preferred make binary... gmake
 checking for crypt in -lcrypt... no
 checking for dlopen in -ldl... no
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /usr/bin/grep
 checking for egrep... /usr/bin/grep -E
 checking for ANSI C header files... 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 assert.h usability... yes
 checking assert.h presence... yes
 checking for assert.h... yes
 checking byteswap.h usability... no
 checking byteswap.h presence... no
 checking for byteswap.h... no
 checking crypt.h usability... no
 checking crypt.h presence... no
 checking for crypt.h... no
 checking ctype.h usability... yes
 checking ctype.h presence... yes
 checking for ctype.h... yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking machine/endian.h usability... yes
 checking machine/endian.h presence... yes
 checking for machine/endian.h... yes
 checking sys/endian.h usability... yes
 checking sys/endian.h presence... yes
 checking for sys/endian.h... yes
 checking endian.h usability... no
 checking endian.h presence... no
 checking for endian.h... no
 checking err.h usability... yes
 checking err.h presence... yes
 checking for err.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.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 pwd.h usability... yes
 checking pwd.h presence... yes
 checking for pwd.h... yes
 checking shadow.h usability... no
 checking shadow.h presence... no
 checking for shadow.h... no
 checking signal.h usability... yes
 checking signal.h presence... yes
 checking for signal.h... yes
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for stdint.h... (cached) yes
 checking stdio.h usability... yes
 checking stdio.h presence... yes
 checking for stdio.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking syslog.h usability... yes
 checking syslog.h presence... yes
 checking for syslog.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 

Re: [vchkpw] vpopmail 5.5.0 compile error

2010-06-07 Thread Remo Mattei
What OS are you using? I guess that's openbsd :) by looking at the logs: What 
version of vpopmail is this 5.5? did you do an ldconfig?


On Jun 7, 2010, at 8:09 PM, powell murlene wrote:

 hi everyone 
 i've been searching the net for a solution to my problem,
 the following is the output of the configure and make steps to compile 
 vpopmail,
 i assume that the problem has to do with trying to compile cdb/uint32.h
 how do i solve the problem
 
 shadrock
 
 
 =
 ./configure
 =
 checking build system type... i386-unknown-openbsd4.7
 checking host system type... i386-unknown-openbsd4.7
 checking for gawk... gawk
 checking for gcc... gcc
 checking for C compiler default output file name... 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 gcc option to accept ISO C89... none needed
 checking for a BSD-compatible install... /usr/bin/install -c
 checking for ranlib... ranlib
 checking for library containing strerror... none required
 checking preferred make binary... gmake
 checking for crypt in -lcrypt... no
 checking for dlopen in -ldl... no
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /usr/bin/grep
 checking for egrep... /usr/bin/grep -E
 checking for ANSI C header files... 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 assert.h usability... yes
 checking assert.h presence... yes
 checking for assert.h... yes
 checking byteswap.h usability... no
 checking byteswap.h presence... no
 checking for byteswap.h... no
 checking crypt.h usability... no
 checking crypt.h presence... no
 checking for crypt.h... no
 checking ctype.h usability... yes
 checking ctype.h presence... yes
 checking for ctype.h... yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking machine/endian.h usability... yes
 checking machine/endian.h presence... yes
 checking for machine/endian.h... yes
 checking sys/endian.h usability... yes
 checking sys/endian.h presence... yes
 checking for sys/endian.h... yes
 checking endian.h usability... no
 checking endian.h presence... no
 checking for endian.h... no
 checking err.h usability... yes
 checking err.h presence... yes
 checking for err.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.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 pwd.h usability... yes
 checking pwd.h presence... yes
 checking for pwd.h... yes
 checking shadow.h usability... no
 checking shadow.h presence... no
 checking for shadow.h... no
 checking signal.h usability... yes
 checking signal.h presence... yes
 checking for signal.h... yes
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for stdint.h... (cached) yes
 checking stdio.h usability... yes
 checking stdio.h presence... yes
 checking for stdio.h... yes
 checking for stdlib.h... (cached) yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking sys/file.h usability... yes
 checking sys/file.h presence... yes
 checking for sys/file.h... yes
 checking syslog.h usability... yes
 checking syslog.h presence... yes
 checking for syslog.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 for sys/stat.h... (cached) yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking for sys/types.h... (cached) yes
 checking sys/uio.h usability... yes
 checking sys/uio.h presence... yes
 checking for sys/uio.h... yes
 checking sys/un.h usability... yes
 checking sys/un.h presence... yes
 checking for sys/un.h... yes
 checking sys/wait.h usability... yes
 checking sys/wait.h presence... yes
 checking for sys/wait.h... yes
 checking time.h usability... yes
 checking time.h presence... yes
 checking for time.h... yes
 checking for unistd.h... (cached) yes
 checking utime.h