Building Apache on 10.1 Errors

cmasters

Registered
OK, I just reinstalled 10.1 after formatting, and also the 10.1 dev tools. I decided to rebuild apache and update it to 1.3.22 (directions on stepwise are updated...) I can configure ok, but when I do make, I get an error after a while and this is what it looks like:

/usr/bin/ld: -undefined: unknown argument: -lbundle1.o
make[4]: *** [libproxy.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [build-std] Error 2
make: *** [build] Error 2

any ideas on how to fix this??
 
Hmm...I did that and all I got was problems. I have since blown away my install and redid from scratch. Now I have Apache with Virtual Hosts and other goodies turned on, Sendmail with POP3 and IMAP, and other webhosting goodies :) ...I am very happy.

Sorry I can't help you with your problem....the current version of Apache works very well and there's really no to upgrade.

If you decide to "reinstall" again and you need help getting any of the programs mentioned above working, let me know.
 
if you followed the stepwise instructions then

there should be something that sets

LDFLAGS = -flat_namespace -undefined suppress


Search your Makefile(s) for one or the other of those

there is a space between -undefined and suppress

first, do a "make clean" and then run the configure script again. follow the Stepwise directions carefully.
try "setenv LDFLAGS -flat_namespace"
Also read the "10.1 Gotchas" page while you are at it.

there are some reasons to upgrade...do you have any?
 
Back
Top