How does one sign up as a tester and or deugger

Steve

-----Original Message-----
From: The Doctor [mailto:[EMAIL PROTECTED] 
Sent: 14 March 2004 09:22 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: 2.0.49 (rc2) tarballs available


On Sat, Mar 13, 2004 at 01:32:53PM +0100, Sander Striker wrote:
> Hi,
> 
> There are 2.0.49-rc2 tarballs available at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> The differences with respect to the rc1 tarball are:
> 
>  - BeOS specific MPM fixes
>  - Netware specific rand.c fixes
>  - Documentation update
>  - Berkeley DB detection fix on FreeBSD
> 
> Furthermore the rc1 tarball was built using autoconf 2.57, while 2.59 
> was used for rc2.
> 
> Please inform us of any problems you encounter.  Thanks,
>

Failure again on BSD/OS 5.1

 
Script started on Sat Mar 13 09:16:35 2004
sh-2.02# make install
Making install in srclib
Making install in apr
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
Making all in threadproc/unix
Making all in misc/unix
Making all in locks/unix
Making all in time/unix
Making all in mmap/unix
Making all in shmem/unix
Making all in user/unix
Making all in memory/unix
Making all in atomic/unix
Making all in poll/unix
Making all in support/unix
Making all in dso/unix
if [ ! -d /usr/include/apache ]; then
/usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh
/usr/include/apache;  fi; cp -p
/usr/source/httpd-2.0.49-rc2/srclib/apr/include/*.h /usr/include/apache;
if test -n "/usr/source/httpd-2.0.49-rc2/srclib/apr"; then  cp -p
/usr/source/httpd-2.0.49-rc2/srclib/apr/include/*.h /usr/include/apache;
fi; if [ ! -d /usr/lib ]; then
/usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh /usr/lib;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install
cp libapr-0.la /usr/lib cp .libs/libapr-0.lai /usr/lib/libapr-0.la cp
.libs/libapr-0.a /usr/lib/libapr-0.a ranlib /usr/lib/libapr-0.a chmod
644 /usr/lib/libapr-0.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install
cp apr.exp /usr/lib cp apr.exp /usr/lib/apr.exp if [ ! -d /var/www/build
]; then  /usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh
/var/www/build;  fi; if [ -f libtool ]; then  /bin/bash
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install cp
libtool /var/www/build;  fi; cp libtool /var/www/build/libtool if [ -f
shlibtool ]; then  /bin/bash
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install cp
shlibtool /var/www/build;  fi; if [ -f build/apr_rules.mk ]; then  cp
build/apr_rules.mk /var/www/build;  fi; if [ ! -d /usr/bin ]; then
/usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install
cp apr-config /usr/bin cp apr-config /usr/bin/apr-config chmod 755
/usr/bin/apr-config Making install in apr-util Making all in buckets
Making all in crypto Making all in dbm Making all in sdbm Making all in
. Making all in encoding Making all in hooks Making all in ldap Making
all in uri Making all in xml Making all in expat Making all in misc
Making all in strmatch Making all in xlate if [ ! -d /usr/include/apache
]; then  /usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh
/usr/include/apache;  fi; cp -p
/usr/source/httpd-2.0.49-rc2/srclib/apr-util/include/*.h
/usr/include/apache if [ -n
"/usr/source/httpd-2.0.49-rc2/srclib/apr-util" ]; then  cp -p
/usr/source/httpd-2.0.49-rc2/srclib/apr-util/include/*.h
/usr/include/apache;  fi; if [ ! -d /usr/lib ]; then
/usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh /usr/lib;  fi;
list='xml/expat'; for i in $list; do  ( cd $i ; make DESTDIR= install );
done /bin/bash
/usr/source/httpd-2.0.49-rc2/srclib/apr-util/xml/expat/conftools/mkinsta
lldirs /usr/lib /usr/include/apache /bin/bash ../libtool  --mode=install
/usr/bin/install -c libexpat.la /usr/lib/libexpat.la /usr/bin/install -c
.libs/libexpat.lai /usr/lib/libexpat.la /usr/bin/install -c
.libs/libexpat.a /usr/lib/libexpat.a ranlib /usr/lib/libexpat.a chmod
644 /usr/lib/libexpat.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib
For the best in promotional products visit us at
http://www.artpromos.com


If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -m 644 expat.h /usr/include/apache /bin/bash
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install cp
libaprutil-0.la /usr/lib cp .libs/libaprutil-0.lai
/usr/lib/libaprutil-0.la cp .libs/libaprutil-0.a /usr/lib/libaprutil-0.a
ranlib /usr/lib/libaprutil-0.a chmod 644 /usr/lib/libaprutil-0.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --mode=install
cp aprutil.exp /usr/lib cp aprutil.exp /usr/lib/aprutil.exp if [ ! -d
/usr/bin ]; then  /usr/source/httpd-2.0.49-rc2/srclib/apr/build/mkdir.sh
/usr/bin;  fi; /bin/bash /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool
--mode=install cp apu-config /usr/bin cp apu-config /usr/bin/apu-config
chmod 755 /usr/bin/apu-config Making install in pcre Making install in
os Making install in unix Making install in server Making install in mpm
Making install in prefork Making install in modules Making install in
aaa /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent
--mode=install cp mod_access.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_access.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_auth.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_auth.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_auth_anon.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_auth_anon.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_auth_dbm.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_auth_dbm.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_auth_digest.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_auth_digest.la.
Assuming installing a .so rather than a libtool archive.
Making install in cache /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool
--silent --mode=install cp mod_file_cache.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_file_cache.la.
Assuming installing a .so rather than a libtool archive.
Making install in echo /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool
--silent --mode=install cp mod_echo.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_echo.la. Assuming
installing a .so rather than a libtool archive. Making install in
experimental /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent
--mode=install cp mod_charset_lite.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_charset_lite.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_cache.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_cache.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_disk_cache.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_disk_cache.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_mem_cache.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_mem_cache.la.
Assuming installing a .so rather than a libtool archive.
Making install in filters
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_ext_filter.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_ext_filter.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_include.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_include.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_deflate.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_deflate.la.
Assuming installing a .so rather than a libtool archive.
Making install in loggers
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_log_config.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_log_config.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_logio.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_logio.la. Assuming
installing a .so rather than a libtool archive. Making install in
metadata /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent
--mode=install cp mod_env.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_env.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_mime_magic.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_mime_magic.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_cern_meta.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_cern_meta.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_expires.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_expires.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_headers.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_headers.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_usertrack.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_usertrack.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_unique_id.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_unique_id.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_setenvif.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_setenvif.la.
Assuming installing a .so rather than a libtool archive.
Making install in ssl /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool
--silent --mode=install cp mod_ssl.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_ssl.la. Assuming
installing a .so rather than a libtool archive. Making install in test
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_bucketeer.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_bucketeer.la.
Assuming installing a .so rather than a libtool archive.
Making install in http /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool
--silent --mode=install cp mod_mime.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_mime.la. Assuming
installing a .so rather than a libtool archive. Making install in
dav/main /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent
--mode=install cp mod_dav.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_dav.la. Assuming
installing a .so rather than a libtool archive. Making install in
generators /usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent
--mode=install cp mod_status.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_status.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_autoindex.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_autoindex.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_asis.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_asis.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_info.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_info.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_suexec.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_suexec.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_cgi.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_cgi.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_cgid.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_cgid.la. Assuming
installing a .so rather than a libtool archive. Making install in dav/fs
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_dav_fs.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_dav_fs.la.
Assuming installing a .so rather than a libtool archive.
Making install in mappers
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_vhost_alias.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_vhost_alias.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_negotiation.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_negotiation.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_dir.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_dir.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_imap.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_imap.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_actions.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_actions.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_speling.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_speling.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_userdir.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_userdir.la.
Assuming installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_alias.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_alias.la. Assuming
installing a .so rather than a libtool archive.
/usr/source/httpd-2.0.49-rc2/srclib/apr/libtool --silent --mode=install
cp mod_rewrite.la /usr/libexec/apache/
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/libexec/apache

If you ever happen to want to link against installed libraries in a
given directory, LIBDIR, you must either use libtool, and specify the
full pathname of the library, or use the `-LLIBDIR' flag during linking
and do at least one of the following:
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for more
information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning!  dlname not found in /usr/libexec/apache/mod_rewrite.la.
Assuming installing a .so rather than a libtool archive.
Making install in support

Building shared: mod_access.la mod_auth.la mod_auth_anon.la
mod_auth_dbm.la mod_auth_digest.la Building shared: mod_file_cache.la
Building shared: mod_echo.la Building shared: mod_charset_lite.la
mod_cache.la mod_disk_cache.la mod_mem_cache.la Building shared:
mod_ext_filter.la mod_include.la mod_deflate.la Building shared:
mod_log_config.la mod_logio.la Building shared: mod_env.la
mod_mime_magic.la mod_cern_meta.la mod_expires.la mod_headers.la
mod_usertrack.la mod_unique_id.la mod_setenvif.la Building shared:
mod_ssl.la Building shared: mod_bucketeer.la Building shared:
mod_mime.la Building shared: mod_dav.la Building shared: mod_status.la
mod_autoindex.la mod_asis.la mod_info.la mod_suexec.la mod_cgi.la
mod_cgid.la Building shared: mod_dav_fs.la Building shared:
mod_vhost_alias.la mod_negotiation.la mod_dir.la mod_imap.la
mod_actions.la mod_speling.la mod_userdir.la mod_alias.la mod_rewrite.la

cd support && make suexec
`suexec' is up to date.
Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /var/www/htdocs] [PRESERVING
EXISTING ERROR SUBDIR: /var/www/error] [PRESERVING EXISTING ICONS
SUBDIR: /var/www/icons] [PRESERVING EXISTING CGI SUBDIR:
/var/www/cgi-bin] Installing header files Installing man pages and
online manual Installing build system files sh-2.02# apachectl start
Syntax error on line 232 of /var/www/conf/httpd.conf: Cannot load
/usr/libexec/apache/mod_access.so into server: Cannot open
"/usr/libexec/apache/mod_access.so"
sh-2.02# exit

Script done on Sat Mar 13 09:17:44 2004
> 
> Sander

-- 
Member - Liberal International  On 11 Sept 2001 the WORLD was violated.
This is [EMAIL PROTECTED]       Ici [EMAIL PROTECTED]
Society MUST be saved! Extremists must dissolve.  
Time to see the eternal relegation of Man U, Liverpool, Everton and
Millwall



Reply via email to