Thanks for the previous tip about the symlinks Justin.  That fixes that.

Now for the next one, I know I can fix this if I just put the apr, apr-util in 
httpd2.0/srclib, but I remember quite a bit of discussion/effort on this list 
to make buildconf and configure work with apr and apr-util outside of the 
source tree. 
OS is FreeBSD 5.0-CURRENT

In my case

   ./buildconf --with-apr=$DIR_SRC/apr --with-apr-util=$DIR_SRC/apr-util
   ./configure --prefix=$DIR_INSTALL/apache2-$HTTPD2_MPM --with-perl=$PERL \ 
                  --with-mpm=$HTTPD2_MPM --enable-mods-shared=all \
                  --enable-maintainer-mode --enable-debug  \
                  --with-port=$HTTPD2_PORT  \
                  --with-apr=$DIR_SRC/apr --with-apr-util=$DIR_SRC/apr-util

FYI: this directory is $DIR_SRC
ls -d
apr
apr-util
httpd2.0
   srclib
       pcre

Eventually I get this in the prefork directory  

tmp=export_files_unsorted.txt;  rm -f $tmp && touch $tmp;  for dir in 
/usr/home/philip/Developement/src/httpd2-HEAD-dev/include 
/usr/home/philip/Developement/src/httpd2-HEAD-dev/os/unix 
/usr/home/philip/Developement/src/apr/include 
/usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr/include 
/usr/home/philip/Developement/src/apr-util/include 
/usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr-util/include 
/usr/home/philip/Developement/src/httpd2-HEAD-dev/modules/http; do  ls 
$dir/*.h >> $tmp;  done;  sort -u $tmp > export_files;  rm -f $tmp
ls: /usr/home/philip/Developement/src/httpd2-HEAD-dev/srclib/apr/include/*.h: 
No such file or directory
*** Error code 1

Stop in /usr/home/philip/Developement/src/httpd2-HEAD-dev/server.
*** Error code 1

Stop in /usr/home/philip/Developement/src/httpd2-HEAD-dev/server.
*** Error code 1



-- 
END 
------------------------------------------------------------------------------ 
Philip M. Gollucci [EMAIL PROTECTED] 301.474.9294 301.646.3011 (cell) 

Science, Discovery, & the Universe (UMCP) 
Webmaster & Webship Teacher 
URL: http://www.sdu.umd.edu 

eJournalPress 
Database/PERL Programmer & System Admin 
URL : http://www.ejournalpress.com 

Resume : http://p6m7g8.net/Resume 

Reply via email to