[users@httpd] Apache 2.2.2 , apr and apu 1..7 and pre-6.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey Group;

I have completely gone through the apache2 docs on configuring. However, even with a second fresh source.tar I am unable to get passed server/error.c. It seems to reflect the wrong style of GCC /include brackets " <file.h> ". This may not be an issue but it does reflect the wrong directory location for " apr " after being defined in my ./configure script as "/usr/include/apr" I have included a very short portion of the failure. It even occurs by running ./configure without any input information. It may be an issue with apr but it's "make check" reports no errors. Does anyone see or heard of a cause of for this compile error?

--
73 de Donn Washburn
Ham Callsign N5XWB   Email: " n5xwb@xxxxxxxxxx "
307 Savoy St.        HAMs : " n5xwb@xxxxxxxx "
Sugar Land, TX 77478 BMW MOA #: 4146 - Ambassador
LL# 1.281.242.3256   VoIP via Skype: n5xwbg
      " http://counter.li.org " #279316
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux