Hey Group;
I have both apr and apu install in /usr/include/apr/apr*.h and
/usr/include/apu/apu*.h
The error below has been shortened so as not to cause NET problems
However; the last set of line is seen over and over
--
73 de Donn Washburn
Ham Callsign N5XWB Email: " [EMAIL PROTECTED] "
307 Savoy St. HAMs : " [EMAIL PROTECTED] "
Sugar Land, TX 77478 BMW MOA #: 4146 - Ambassador
LL# 1.281.242.3256 VoIP via Skype: n5xwbg
" http://counter.li.org " #279316
Error txt-------------------------------
for dir in /mnt/hdb1/h/httpd-2.2.2/include
/mnt/hdb1/h/httpd-2.2.2/os/unix /mnt/hdb1/h/httpd-2.2.2/modules/http; do \
ls $dir/*.h >> $tmp; \
done; \
for dir in /usr/include/apr /usr/include/apu; do \
(ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \
done; \
sort -u $tmp > export_files; \
rm -f $tmp
gawk -f /mnt/hdb1/h/httpd-2.2.2/build/make_exports.awk `cat
export_files` > exports.c
/usr/share/build-1/libtool --silent --mode=compile gcc -pg -pthread
-DHAVE_MMX -DHAVE_MMX2 -DHAVE_3DNOW -march=athlon-xp -mfpmath=sse -m32
-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I.
-I/mnt/hdb1/h/httpd-2.2.2/os/unix
-I/mnt/hdb1/h/httpd-2.2.2/server/mpm/prefork
-I/mnt/hdb1/h/httpd-2.2.2/modules/http
-I/mnt/hdb1/h/httpd-2.2.2/modules/filters
-I/mnt/hdb1/h/httpd-2.2.2/modules/proxy
-I/mnt/hdb1/h/httpd-2.2.2/include
-I/mnt/hdb1/h/httpd-2.2.2/modules/generators
-I/mnt/hdb1/h/httpd-2.2.2/modules/mappers
-I/mnt/hdb1/h/httpd-2.2.2/modules/database -I/usr/include/apr
-I/usr/include/apu -I/usr/lib/include -I/mnt/hdb1/h/httpd-2.2.2/server
-I/mnt/hdb1/h/httpd-2.2.2/modules/proxy/../generators
-I/usr/include/ssl/include -I/mnt/hdb1/h/httpd-2.2.2/modules/ssl
-I/mnt/hdb1/h/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c
exports.c && touch exports.lo
exports.c:1585: error: redefinition of p_hack_apr_base64_encode_lenfor
dir in /mnt/hdb1/h/httpd-2.2.2/include /mnt/hdb1/h/httpd-2.2.2/os/unix
/mnt/hdb1/h/httpd-2.2.2/modules/http; do \
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]