You are viewing a plain text version of this content. The canonical link for it is here.
Posted to current-testers@httpd.apache.org by Sander Striker <st...@apache.org> on 2004/03/09 18:02:03 UTC

2.0.49 (rc1) tarballs available for testing

Hi,

There are 2.0.49-rc1 tarballs available for testing at:

  http://httpd.apache.org/dev/dist/

Please report your results to dev@httpd.apache.org.

Thanks in advance,

Sander

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Jeff Trawick <tr...@attglobal.net>.
The Doctor wrote:
> On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> 
>>Hi,
>>
>>There are 2.0.49-rc1 tarballs available for testing at:
>>
>>  http://httpd.apache.org/dev/dist/
>>
>>Please report your results to dev@httpd.apache.org.
>>
>>Thanks in advance,
>>
>>Sander
> 
> 
> Fails in BSD/OS 5.1

> sh-2.02# apace hectl 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
> exit
> 
> Script done on Wed Mar 10 10:53:17 2004

What got installed into /usr/libexec/apache by make install?  Did the DSOs get 
installed with unexpected names?

Second, does 2.0.48 built in exactly the same way fail in a similar manner?


Re: 2.0.49 (rc1) tarballs available for testing

Posted by The Doctor <do...@doctor.nl2k.ab.ca>.
On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> Hi,
> 
> There are 2.0.49-rc1 tarballs available for testing at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> Please report your results to dev@httpd.apache.org.
> 
> Thanks in advance,
> 
> Sander

Fails in BSD/OS 5.1


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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;
if test -n "/usr/source/httpd-2.0.49-rc1/srclib/apr"; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/srclib/apr/build/mkdir.sh /usr/lib;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /var/www/build;  fi;
if [ -f libtool ]; then  /bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache
if [ -n "/usr/source/httpd-2.0.49-rc1/srclib/apr-util" ]; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr-util/xml/expat/conftools/mkinstalldirs /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

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-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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
mkdir /usr/man/man8
Installing build system files
sh-2.02# apace hectl 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
exit

Script done on Wed Mar 10 10:53:17 2004
-- 
Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.  
Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Sander Striker <st...@apache.org>.
On Wed, 2004-03-10 at 18:46, Jeff Trawick wrote:
> Sander Striker wrote:
> > Hi,
> > 
> > There are 2.0.49-rc1 tarballs available for testing at:
> > 
> >   http://httpd.apache.org/dev/dist/
> > 
> > Please report your results to dev@httpd.apache.org.
> 
> +1 for release (AIX 5.1, AIX 5.2; no time for other platforms :( )

This is our required third +1.  However, David solved an issue for
BeOS already solved for other platforms, and Andre has updated a
number of docs that can go in.  Note that I'll tag rc1 + those
changes as rc2 first, get it up on minotaur and if that goes ok, do
the final release monday.

Thoughts?  Objections?

Sander

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Jeff Trawick <tr...@attglobal.net>.
Sander Striker wrote:
> Hi,
> 
> There are 2.0.49-rc1 tarballs available for testing at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> Please report your results to dev@httpd.apache.org.

+1 for release (AIX 5.1, AIX 5.2; no time for other platforms :( )


Re: 2.0.49 (rc1) tarballs available for testing

Posted by The Doctor <do...@doctor.nl2k.ab.ca>.
On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> Hi,
> 
> There are 2.0.49-rc1 tarballs available for testing at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> Please report your results to dev@httpd.apache.org.
> 
> Thanks in advance,
> 
> Sander

Fails in BSD/OS 5.1


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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;
if test -n "/usr/source/httpd-2.0.49-rc1/srclib/apr"; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/srclib/apr/build/mkdir.sh /usr/lib;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /var/www/build;  fi;
if [ -f libtool ]; then  /bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache
if [ -n "/usr/source/httpd-2.0.49-rc1/srclib/apr-util" ]; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr-util/xml/expat/conftools/mkinstalldirs /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

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-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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
mkdir /usr/man/man8
Installing build system files
sh-2.02# apace hectl 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
exit

Script done on Wed Mar 10 10:53:17 2004
-- 
Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.  
Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Aaron Bannert <aa...@clove.org>.
On Wed, Mar 10, 2004 at 07:53:03AM +0000, Joe Orton wrote:
> There was an httpd-test issue causing segfaults in t/http11/chunked.t
> (fixed yesterday) - was that it or was there something else?

That wasn't it, it was a more general problem getting the test suite
to run (and get all its dependencies installed), which was probably my
own fault. I'll pound on it some more when I get a minute.

-aaron

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Joe Orton <jo...@redhat.com>.
On Tue, Mar 09, 2004 at 05:07:52PM -0800, Aaron Bannert wrote:
> On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> > There are 2.0.49-rc1 tarballs available for testing...
> 
> +1
> 
> Looks good over here (though I had trouble running the testsuite on x86_64).

There was an httpd-test issue causing segfaults in t/http11/chunked.t
(fixed yesterday) - was that it or was there something else?

joe

Re: 2.0.49 (rc1) tarballs available for testing

Posted by Aaron Bannert <aa...@clove.org>.
On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> There are 2.0.49-rc1 tarballs available for testing...

+1

Looks good over here (though I had trouble running the testsuite on x86_64).

FWIW, x86_64/Linux on my 1.2Ghz Opteron with NPTL enabled runs worker
about 40% faster than prefork for static pages (prefork does approx.
1050 req/sec while worker does approx. 1480 req/sec). Woohoo!

-aaron

Re: 2.0.49 (rc1) tarballs available for testing

Posted by The Doctor <do...@doctor.nl2k.ab.ca>.
On Tue, Mar 09, 2004 at 06:02:03PM +0100, Sander Striker wrote:
> Hi,
> 
> There are 2.0.49-rc1 tarballs available for testing at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> Please report your results to dev@httpd.apache.org.
> 
> Thanks in advance,
> 
> Sander

Fails in BSD/OS 5.1


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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;
if test -n "/usr/source/httpd-2.0.49-rc1/srclib/apr"; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/srclib/apr/build/mkdir.sh /usr/lib;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /var/www/build;  fi;
if [ -f libtool ]; then  /bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/include/apache;  fi;
cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache
if [ -n "/usr/source/httpd-2.0.49-rc1/srclib/apr-util" ]; then  cp -p /usr/source/httpd-2.0.49-rc1/srclib/apr-util/include/*.h /usr/include/apache;  fi;
if [ ! -d /usr/lib ]; then  /usr/source/httpd-2.0.49-rc1/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-rc1/srclib/apr-util/xml/expat/conftools/mkinstalldirs /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

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-rc1/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-rc1/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-rc1/srclib/apr/build/mkdir.sh /usr/bin;  fi;
/bin/bash /usr/source/httpd-2.0.49-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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-rc1/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
mkdir /usr/man/man8
Installing build system files
sh-2.02# apace hectl 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
exit

Script done on Wed Mar 10 10:53:17 2004
-- 
Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.  
Time to see the eternal relegation of Man U, Liverpool, Everton and Millwall

Re: 2.0.49 (rc1) tarballs available for testing

Posted by André Malo <nd...@perlig.de>.
* Sander Striker <st...@apache.org> wrote:

> There are 2.0.49-rc1 tarballs available for testing at:
> 
>   http://httpd.apache.org/dev/dist/
> 
> Please report your results to dev@httpd.apache.org.

Please include the recent docs changes (sorry for being so late).

Thanks, nd