You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Matt Gregory <ma...@skyleach.com> on 2003/06/18 15:13:25 UTC

[users@httpd] Apache / WebDAV / LDAP server

I have been asked to build out an apache installation running a secure
WebDAV filesystem from a coda file share.  My configure options are as
follows:

./configure \
--prefix=/www \
--enable-rewrite \
--enable-proxy \
--enable-headers \
--enable-environment \
--enable-ldap \
--enable-auth_ldap \
--enable-dav \
--enable-dav_fs \
--enable-so \
--with-ldap \
--enable-ssl

However, even though everything configures ok I get the following error
on make:

/bin/sh /usr/src/apache/srclib/apr/libtool --silent --mode=link gcc -g
-O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I./include -I../include
-version-info -o libapr-.la -rpath /www/lib strings/apr_cpystrn.lo
strings/apr_fnmatch.lo strings/apr_snprintf.lo strings/apr_strings.lo
strings/apr_strnatcmp.lo strings/apr_strtok.lo passwd/apr_getpass.lo
tables/apr_hash.lo tables/apr_tables.lo file_io/unix/copy.lo
file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo
file_io/unix/filepath.lo file_io/unix/filepath_util.lo
file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo
file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo
file_io/unix/readwrite.lo file_io/unix/seek.lo
network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo
network_io/unix/sendrecv.lo network_io/unix/sockaddr.lo
network_io/unix/sockets.lo network_io/unix/sockopt.lo
threadproc/unix/proc.lo threadproc/unix/procsup.lo
threadproc/unix/signals.lo threadproc/unix/thread.lo
threadproc/unix/threadpriv.lo misc/unix/charset.lo misc/unix/env.lo
misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo
misc/unix/rand.lo misc/unix/start.lo misc/unix/version.lo
locks/unix/global_mutex.lo locks/unix/proc_mutex.lo
locks/unix/thread_cond.lo locks/unix/thread_mutex.lo
locks/unix/thread_rwlock.lo time/unix/time.lo time/unix/timestr.lo
mmap/unix/common.lo mmap/unix/mmap.lo shmem/unix/shm.lo
user/unix/groupinfo.lo user/unix/userinfo.lo memory/unix/apr_pools.lo
atomic/unix/apr_atomic.lo poll/unix/pollacc.lo poll/unix/poll.lo
support/unix/waitio.lo dso/unix/dso.lo
libtool: link: you must specify an output file
Try `libtool --help --mode=link' for more information.
make[3]: *** [libapr-.la] Error 1
make[3]: Leaving directory `/usr/src/httpd-2.0.45/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/httpd-2.0.45/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/httpd-2.0.45/srclib'
make: *** [all-recursive] Error 1


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org