[users@httpd] Please!! OSX/Unix 1.3 -> 2.0 start from scratch ( Uninstall remove)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
Sys:
OS 10.4
Apache (current) 1.3.3
PHP 5
MySQL 4
root access


Details:
I attempted to install Apace 2 and it worked but now it has reset to 1.3. I want to start from scratch (i don't have any important data), get rid of apache all together and reinstall.
I have deleted the apache 1 folder (/usr/local/apache)
When attempting to $ sudo make clean install i get;
...........
make[2]: *** No rule to make target `install'.  Stop.
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

Let me know what i'm doing wrong.
Below in the terminal output (for checking)

Thanks in advance, Haali

Last login: Sat Sep 17 22:09:17 on ttyp1
Welcome to Darwin!
Haali-Goodsells-Computer:~ haaligoodsell$ cd /apps/httpd-2.0.50/
Haali-Goodsells-Computer:/apps/httpd-2.0.50 haaligoodsell$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... powerpc-apple-darwin8.2.0
checking host system type... powerpc-apple-darwin8.2.0
checking target system type... powerpc-apple-darwin8.2.0

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... powerpc-apple-darwin8.2.0
checking host system type... powerpc-apple-darwin8.2.0
checking target system type... powerpc-apple-darwin8.2.0
Configuring APR library
Platform: powerpc-apple-darwin8.2.0
checking for working mkdir -p... yes
APR Version: 0.9.5
checking for chosen layout... apr
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 ANSI C... none needed
Applying APR hints file rules for powerpc-apple-darwin8.2.0
setting CPPFLAGS to "-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no- cpp-precomp"
  setting apr_posixsem_is_global to "yes"
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking for a sed that does not truncate output... /usr/bin/sed
checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin8.2.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool

Check for compiler flags...
checking for res_init in -lresolv... yes
checking for gethostbyname in -lnsl... no
checking for library containing gethostname... none required
checking for socket in -lsocket... no
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for library containing modf... none required
checking for library containing sqrt... none required

Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads... none
checking for LIBS needed for pthreads... -lpthread
  adding "-lpthread" to LIBS
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
checking for pthread_rwlock_t... no
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...
checking for library containing shm_open... none required
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... no
checking sys/mutex.h presence... no
checking for sys/mutex.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... yes
checking for mmap that can map /dev/zero... no
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for alloca... no
checking for calloc... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for setsid... yes
checking for isinf... yes
checking for isnan... yes
checking for getenv... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfilev in -lsendfile... no
checking for sendfile... no
checking for send_file... no
checking for sendfilev... no
checking for utime... yes
checking for utimes... yes
checking for sigaction... yes
checking whether sys_siglist is declared... yes
checking for fork... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for strerror_r... yes
checking for type of return code from strerror_r... int
checking for crypt_r... no
checking for mmap... (cached) yes
checking for memmove... yes
checking for getpass... yes
checking for getpassphrase... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for hstrerror... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for inode member of struct dirent... d_fileno
checking for file type member of struct dirent... d_type
checking for ANSI C header files... (cached) yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking ByteOrder.h usability... no
checking ByteOrder.h presence... no
checking for ByteOrder.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.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 dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) 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 grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking osreldate.h usability... no
checking osreldate.h presence... no
checking for osreldate.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
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 stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... 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 sysapi.h usability... no
checking sysapi.h presence... no
checking for sysapi.h... no
checking sysgtime.h usability... no
checking sysgtime.h presence... no
checking for sysgtime.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking tpfeq.h usability... no
checking tpfeq.h presence... no
checking for tpfeq.h... no
checking tpfio.h usability... no
checking tpfio.h presence... no
checking for tpfio.h... no
checking for unistd.h... (cached) yes
checking unix.h usability... no
checking unix.h presence... no
checking for unix.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/sctp.h usability... no
checking netinet/sctp.h presence... no
checking for netinet/sctp.h... no
checking netinet/sctp_uio.h usability... no
checking netinet/sctp_uio.h presence... no
checking for netinet/sctp_uio.h... no
checking for sys/file.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking sys/sendfile.h usability... no
checking sys/sendfile.h presence... no
checking for sys/sendfile.h... no
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/syslimits.h usability... yes
checking sys/syslimits.h presence... yes
checking for sys/syslimits.h... 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 for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking whether setpgrp takes no argument... no
checking for socklen_t... yes
checking whether system defines INADDR_NONE... yes
checking for void*... yes
checking size of void*... 4
checking for char... yes
checking size of char... 1
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for long double... yes
checking size of long double... 8
checking for long long... yes
checking size of long long... 8
checking for INT64_C... yes
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 8
checking which type to use for apr_off_t... off_t
checking size of pid_t... 4
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes
checking for strtoll... yes

Checking for DSO...
checking for NSLinkModule... yes

Checking for Processes...
checking for waitpid... yes
checking for Variable Length Arrays... yes
checking struct rlimit... yes

Checking for Locking...
checking for semget... yes
checking for semctl... yes
checking for flock... yes
checking for semaphore.h... (cached) yes
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for working sem_open... yes
checking for union semun in sys/sem.h... yes
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... no
decision on apr_lock implementation method... POSIX sem_open()
checking if all interprocess locks affect threads... no
checking if POSIX sems affect threads in the same process... yes
checking if SysV sems affect threads in the same process... no
checking if fcntl locks affect threads in the same process... no
checking if flock locks affect threads in the same process... no
checking for entropy source... /dev/random

Checking for Time Support...
checking for tm_gmtoff in struct tm... yes

Checking for Networking support...
checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking if TCP_NODELAY setting is inherited from listening sockets... yes checking if O_NONBLOCK setting is inherited from listening sockets... yes
checking for TCP_CORK in netinet/tcp.h... no
checking for TCP_NOPUSH in netinet/tcp.h... yes
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking whether SCTP is supported... no
checking for set_h_errno... no
checking for presence of retrans/retry fields in res_state/ resolv.h ... no

Checking for IPv6 Networking support...
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... no
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking if APR supports IPv6... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for usable fstat64... no

Restore user-defined environment settings...
  restoring CPPFLAGS to ""
setting EXTRA_CPPFLAGS to "-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2"
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lresolv  -lpthread"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
configure: creating ./config.status
config.status: creating Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating strings/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating passwd/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating tables/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating build/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating file_io/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating network_io/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating threadproc/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating misc/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating locks/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating time/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating mmap/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating shmem/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating user/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating memory/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating atomic/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating poll/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating support/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating dso/unix/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating test/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating test/internal/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating include/apr.h
./config.status: fork: Resource temporarily unavailable
config.status: creating build/apr_rules.mk
./config.status: fork: Resource temporarily unavailable
config.status: creating apr-config
./config.status: fork: Resource temporarily unavailable
config.status: creating include/arch/unix/apr_private.h
config.status: executing default commands
srclib/apr configured properly
  setting CC to ""
  setting CPP to ""
  setting CFLAGS to ""
  setting CPPFLAGS to ""
  setting LDFLAGS to ""
  setting INCLUDES to ""

Configuring Apache Portable Runtime Utility library...

checking for APR-util... reconfig
configuring package in srclib/apr-util now
checking build system type... powerpc-apple-darwin8.2.0
checking host system type... powerpc-apple-darwin8.2.0
checking target system type... powerpc-apple-darwin8.2.0
checking for working mkdir -p... yes
APR-util Version: 0.9.5
checking for chosen layout... apr-util
Applying apr-util hints file rules for powerpc-apple-darwin8.2.0
checking for APR... yes
  setting CC to ""
  setting CPP to ""
  setting CFLAGS to ""
  setting CPPFLAGS to ""
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 for ldap support...
checking gdbm.h usability... no
checking gdbm.h presence... no
checking for gdbm.h... no
checking for Berkeley DB 4.2 in the standard places...
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.2... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db42/db.h usability... no
checking db42/db.h presence... no
checking for db42/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2... directory not found
checking for Berkeley DB 4.2 in /boot/home/config... directory not found
checking for Berkeley DB 4.1 in the standard places...
checking db41/db.h usability... no
checking db41/db.h presence... no
checking for db41/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.1... no
checking db41/db.h usability... no
checking db41/db.h presence... no
checking for db41/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db41/db.h usability... no
checking db41/db.h presence... no
checking for db41/db.h... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.1 in /usr/local/BerkeleyDB.4.1... directory not found
checking for Berkeley DB 4.1 in /boot/home/config... directory not found
checking for Berkeley DB 4.0 in the standard places...
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.0... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.0 in /usr/local...
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb-4.0... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb4... no
checking db4/db.h usability... no
checking db4/db.h presence... no
checking for db4/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 4.0 in /usr/local/BerkeleyDB.4.0... directory not found
checking for Berkeley DB 4.0 in /boot/home/config... directory not found
checking for Berkeley DB 3 in the standard places...
checking db3/db.h usability... no
checking db3/db.h presence... no
checking for db3/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb3... no
checking db3/db.h usability... no
checking db3/db.h presence... no
checking for db3/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for -ldb... no
checking for Berkeley DB 2 in the standard places...
checking db2/db.h usability... no
checking db2/db.h presence... no
checking for db2/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db_open in -ldb2... no
checking db2/db.h usability... no
checking db2/db.h presence... no
checking for db2/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db_open in -ldb... no
checking for Berkeley DB 1.0.0 in the standard places...
checking db1/db.h usability... no
checking db1/db.h presence... no
checking for db1/db.h... no
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for dbopen in -ldb1... no
checking for Berkeley DB 1 in the standard places...
checking db_185.h usability... no
checking db_185.h presence... no
checking for db_185.h... no
checking for Berkeley DB... not found
checking for default DBM... sdbm (default)
checking for Expat in /usr... no
checking for Expat in /usr/local... no
checking for Expat in xml/expat-cvs... no
checking for Expat in xml/expat... yes
configuring package in xml/expat now
checking build system type... powerpc-apple-darwin8.2.0
checking host system type... powerpc-apple-darwin8.2.0
checking target system type... powerpc-apple-darwin8.2.0
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 ANSI C... none needed
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin8.2.0 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memmove... yes
checking for bcopy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/expat.h
config.status: creating config.h
config.status: config.h is unchanged
xml/expat configured properly
setting APRUTIL_EXPORT_LIBS to "/apps/httpd-2.0.50/srclib/apr-util/ xml/expat/lib/libexpat.la" setting APRUTIL_INCLUDES to "-I/apps/httpd-2.0.50/srclib/apr-util/ xml/expat/lib" setting APRUTIL_LDFLAGS to "-L/apps/httpd-2.0.50/srclib/apr-util/ xml/expat/lib" setting APRUTIL_LIBS to "/apps/httpd-2.0.50/srclib/apr-util/xml/ expat/lib/libexpat.la"
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
  setting LIBS to "-liconv"
  adding "-liconv" to APRUTIL_LIBS
  adding "-liconv" to APRUTIL_EXPORT_LIBS
  nulling LIBS
checking for type of inbuf parameter to iconv... const char **
checking for iconv.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for CODESET in langinfo.h... yes
checking for library containing crypt... none required
checking if system crypt() function is threadsafe... no
checking for crypt_r... no
cp: /Users/haaligoodsell/apr_rules.mk: No such file or directory
configure: creating ./config.status
config.status: creating export_vars.sh
config.status: creating apu-config
config.status: creating include/private/apu_select_dbm.h
config.status: creating include/apr_ldap.h
config.status: creating include/apu.h
config.status: creating include/apu_want.h
config.status: creating Makefile
config.status: creating buckets/Makefile
config.status: creating crypto/Makefile
config.status: creating dbm/Makefile
config.status: creating dbm/sdbm/Makefile
config.status: creating encoding/Makefile
config.status: creating hooks/Makefile
config.status: creating ldap/Makefile
config.status: creating uri/Makefile
config.status: creating xml/Makefile
config.status: creating misc/Makefile
config.status: creating strmatch/Makefile
config.status: creating xlate/Makefile
config.status: creating test/Makefile
config.status: creating include/private/apu_config.h
config.status: include/private/apu_config.h is unchanged
config.status: executing default commands
srclib/apr-util configured properly
setting LDFLAGS to " -L/apps/httpd-2.0.50/srclib/apr-util/xml/ expat/lib" setting INCLUDES to " -I/apps/httpd-2.0.50/srclib/apr-util/include -I/apps/httpd-2.0.50/srclib/apr-util/xml/expat/lib"
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E

Configuring PCRE regular expression library ...

configuring package in srclib/pcre now
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 ANSI C... none needed
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre.h
config.status: creating pcre-config
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
srclib/pcre configured properly

Configuring Apache httpd ...

  adding "-I." to INCLUDES
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES
  adding "-I$(top_srcdir)/modules/http" to INCLUDES
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES

Applying OS-specific hints for httpd ...

./configure: line 1: --version: command not found
  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
  setting NOTEST_CPPFLAGS to "-DAP_HAVE_DESIGNATED_INITIALIZER"
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for prctl... no
checking for timegm... yes
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_access... yes (default)
checking whether to enable mod_auth... yes (default)
checking whether to enable mod_auth_anon... no
checking whether to enable mod_auth_dbm... no
checking whether to enable mod_auth_digest... no
  setting LT_LDFLAGS to "-export-dynamic"
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... no
checking whether to enable mod_echo... no
checking whether to enable mod_charset_lite... no
checking whether to enable mod_cache... no
checking whether to enable mod_disk_cache... no
checking whether to enable mod_mem_cache... no
checking whether to enable mod_example... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_ldap... no
checking whether to enable mod_auth_ldap... no
checking whether to enable mod_ext_filter... no
checking whether to enable mod_include... yes (default)
checking whether to enable mod_deflate... no
checking whether to enable mod_log_config... yes (default)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... no
checking whether to enable mod_env... yes (default)
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... no
checking whether to enable mod_headers... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... no
checking whether to enable mod_setenvif... yes (default)
checking whether to enable mod_proxy... no
checking whether to enable mod_proxy_connect... no
checking whether to enable mod_proxy_ftp... no
checking whether to enable mod_proxy_http... no
checking whether to enable mod_ssl... no
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking whether to enable mod_bucketeer... no
checking for target platform... unix
checking for rlim_t... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/sem.h... (cached) yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking for setsid... yes
checking for killpg... yes
checking bstring.h usability... no
checking bstring.h presence... no
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for times... yes
checking which MPM to use... prefork
checking whether to enable mod_http... yes
checking whether to enable mod_mime... yes (default)
checking for extra modules... no extra modules
checking whether to enable mod_dav... no
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... yes (default)
checking whether to enable mod_autoindex... yes (default)
checking whether to enable mod_asis... yes (default)
checking whether to enable mod_info... no
checking whether to enable mod_suexec... no
checking whether to enable mod_cgi... yes (default)
checking whether to enable mod_cgid... no
checking whether to enable mod_dav_fs... no
checking whether to enable mod_vhost_alias... no
checking whether to enable mod_negotiation... yes (default)
checking whether to enable mod_dir... yes (default)
checking whether to enable mod_imap... yes (default)
checking whether to enable mod_actions... yes (default)
checking whether to enable mod_speling... no
checking whether to enable mod_userdir... yes (default)
checking whether to enable mod_alias... yes (default)
checking whether to enable mod_rewrite... no
checking whether to enable mod_so... no
checking whether byte ordering is bigendian... yes

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to ""
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to ""
  restoring CXXFLAGS to ""
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to ""
setting EXTRA_LDFLAGS to " -L/apps/httpd-2.0.50/srclib/apr-util/ xml/expat/lib"
  restoring LIBS to ""
  setting EXTRA_LIBS to ""
  restoring INCLUDES to ""
setting EXTRA_INCLUDES to " -I/apps/httpd-2.0.50/srclib/apr-util/ include -I/apps/httpd-2.0.50/srclib/apr-util/xml/expat/lib -I. -I$ (top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$ (MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/ modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/dav/main"

Construct makefiles and header files...

creating config_vars.mk
configure: creating ./config.status
creating modules/aaa/Makefile
creating modules/arch/win32/Makefile
creating modules/cache/Makefile
creating modules/echo/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/loggers/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating server/mpm/Makefile
creating server/mpm/prefork/Makefile
creating modules/http/Makefile
creating modules/dav/main/Makefile
creating modules/generators/Makefile
creating modules/dav/fs/Makefile
creating modules/mappers/Makefile
creating Makefile
creating modules/Makefile
creating srclib/Makefile
creating os/beos/Makefile
creating os/os2/Makefile
creating os/Makefile
creating os/unix/Makefile
creating server/Makefile
creating support/Makefile
creating srclib/pcre/Makefile
creating test/Makefile
config.status: creating docs/conf/httpd-std.conf
config.status: creating docs/conf/ssl-std.conf
config.status: creating include/ap_config_layout.h
config.status: creating support/apxs
config.status: creating support/apachectl
config.status: creating support/dbmmanage
config.status: creating support/envvars-std
config.status: creating support/log_server_status
config.status: creating support/logresolve.pl
config.status: creating support/phf_abuse_log.cgi
config.status: creating support/split-logfile
config.status: creating build/rules.mk
config.status: creating include/ap_config_auto.h
config.status: executing default commands
Haali-Goodsells-Computer:/apps/httpd-2.0.50 haaligoodsell$ sudo make clean
Password:
Making clean in test
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in srclib
Making clean in apr-util
Making clean in buckets
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in crypto
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in dbm
Making clean in sdbm
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in .
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in encoding
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in hooks
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in ldap
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in uri
rm -f *.o *.lo *.a *.la *.so *.obj gen_uri_delims uri_delims.h
rm -rf .libs autom4te.cache
Making clean in xml
Making clean in expat
rm -f libexpat.la *.o *.lo *~
rm -rf .libs _libs
rm -f core *~
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in misc
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in strmatch
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in xlate
rm -f *.o *.lo *.a *.la *.so *.obj xlate
rm -rf .libs autom4te.cache
Making clean in test
rm -f *.o *.lo *.a *.la *.so *.obj testdbm testdate testmd4 testmd5 testxml testrmm teststrmatch testuuid testreslist testqueue testuri testpass
rm -rf .libs autom4te.cache
rm -f *.o *.lo *.a *.la *.so *.obj exports.c export_vars.h aprutil.exp
rm -rf .libs autom4te.cache
Making clean in apr
make[2]: *** No rule to make target `clean'.  Stop.
Making clean in pcre
rm -f *.o *.lo *.slo *.obj *.a *.la dftables chartables.c libpcre.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in os
Making clean in unix
rm -f *.o *.lo *.slo *.obj *.a *.la  libos.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in server
Making clean in mpm
Making clean in prefork
rm -f *.o *.lo *.slo *.obj *.a *.la  libprefork.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la gen_test_char test_char.h gen_uri_delims uri_delims.h ApacheCoreOS2.def delete-exports libmain.la export_vars.h httpd.exp
rm -rf .libs
Making clean in modules
Making clean in arch/win32
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in cache
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in echo
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in experimental
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in proxy
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in ssl
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in test
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in dav/main
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in dav/fs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in aaa
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_access.la mod_auth.la
rm -rf .libs
Making clean in filters
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_include.la
rm -rf .libs
Making clean in loggers
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_log_config.la
rm -rf .libs
Making clean in metadata
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_env.la mod_setenvif.la
rm -rf .libs
Making clean in http
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_http.la mod_mime.la
rm -rf .libs
Making clean in generators
rm -f *.o *.lo *.slo *.obj *.a *.la mod_status.la mod_autoindex.la mod_asis.la mod_cgi.la
rm -rf .libs
Making clean in mappers
rm -f *.o *.lo *.slo *.obj *.a *.la mod_negotiation.la mod_dir.la mod_imap.la mod_actions.la mod_userdir.la mod_alias.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in support
rm -f *.o *.lo *.slo *.obj *.a *.la suexec htpasswd htdigest rotatelogs logresolve ab checkgid htdbm
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la  httpd
rm -rf .libs
Haali-Goodsells-Computer:/apps/httpd-2.0.50 haaligoodsell$ sudo make clean install
Making clean in test
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in srclib
Making clean in apr-util
Making clean in buckets
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in crypto
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in dbm
Making clean in sdbm
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in .
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in encoding
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in hooks
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in ldap
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in uri
rm -f *.o *.lo *.a *.la *.so *.obj gen_uri_delims uri_delims.h
rm -rf .libs autom4te.cache
Making clean in xml
Making clean in expat
rm -f libexpat.la *.o *.lo *~
rm -rf .libs _libs
rm -f core *~
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in misc
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in strmatch
rm -f *.o *.lo *.a *.la *.so *.obj
rm -rf .libs autom4te.cache
Making clean in xlate
rm -f *.o *.lo *.a *.la *.so *.obj xlate
rm -rf .libs autom4te.cache
Making clean in test
rm -f *.o *.lo *.a *.la *.so *.obj testdbm testdate testmd4 testmd5 testxml testrmm teststrmatch testuuid testreslist testqueue testuri testpass
rm -rf .libs autom4te.cache
rm -f *.o *.lo *.a *.la *.so *.obj exports.c export_vars.h aprutil.exp
rm -rf .libs autom4te.cache
Making clean in apr
make[2]: *** No rule to make target `clean'.  Stop.
Making clean in pcre
rm -f *.o *.lo *.slo *.obj *.a *.la dftables chartables.c libpcre.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in os
Making clean in unix
rm -f *.o *.lo *.slo *.obj *.a *.la  libos.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in server
Making clean in mpm
Making clean in prefork
rm -f *.o *.lo *.slo *.obj *.a *.la  libprefork.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la gen_test_char test_char.h gen_uri_delims uri_delims.h ApacheCoreOS2.def delete-exports libmain.la export_vars.h httpd.exp
rm -rf .libs
Making clean in modules
Making clean in arch/win32
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in cache
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in echo
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in experimental
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in proxy
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in ssl
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in test
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in dav/main
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in dav/fs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in aaa
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_access.la mod_auth.la
rm -rf .libs
Making clean in filters
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_include.la
rm -rf .libs
Making clean in loggers
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_log_config.la
rm -rf .libs
Making clean in metadata
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_env.la mod_setenvif.la
rm -rf .libs
Making clean in http
rm -f *.o *.lo *.slo *.obj *.a *.la  mod_http.la mod_mime.la
rm -rf .libs
Making clean in generators
rm -f *.o *.lo *.slo *.obj *.a *.la mod_status.la mod_autoindex.la mod_asis.la mod_cgi.la
rm -rf .libs
Making clean in mappers
rm -f *.o *.lo *.slo *.obj *.a *.la mod_negotiation.la mod_dir.la mod_imap.la mod_actions.la mod_userdir.la mod_alias.la
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la
rm -rf .libs
Making clean in support
rm -f *.o *.lo *.slo *.obj *.a *.la suexec htpasswd htdigest rotatelogs logresolve ab checkgid htdbm
rm -rf .libs
rm -f *.o *.lo *.slo *.obj *.a *.la  httpd
rm -rf .libs
Making install in srclib
Making install in apr
make[2]: *** No rule to make target `install'.  Stop.
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Haali-Goodsells-Computer:/apps/httpd-2.0.50 haaligoodsell$

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux