Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache compile error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Can anyone tell me what this compilation error means and what I need to do to fix it?


<=== src/modules/standard
<=== src/modules
gcc -c -I./os/unix -I./include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` modules.c
gcc -c -I./os/unix -I./include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` buildmark.c
gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o httpd buildmark.o modules.o modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a -lm
ap/libap.a(ap_checkpass.o): In function `ap_validate_password':
ap_checkpass.o(.text+0x7c): undefined reference to `crypt'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/home/wildmage/stuff/fairtunes/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/wildmage/stuff/fairtunes/apache_1.3.12'
make: *** [build] Error 2

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top