Guest_imported
New member
- Jan 1, 1970
- 0
Hi all I am using on Linux 2.0.36 to compile Apache the following configuration:
./configure --prefix=/usr/local/apache --enable-module=so --disable-module=imap --disable-module=actions --disable-module=alias --disable-module=asis --disable-module=auth --disable-module=cgi --disable-module=env --disable-module=include --disable-module=setenvif --disable-module=status --disable-module=userdir
However when I do a "make" the following error shows up after sometime:
----------------------------------
gcc -DLINUX=20 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` -rdynamic -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
./os/unix/libos.a(os.o): In function `ap_os_dso_load':
os.o(.text+0x1d): undefined reference to `dlopen'
./os/unix/libos.a(os.o): In function `ap_os_dso_unload':
os.o(.text+0x38): undefined reference to `dlclose'
./os/unix/libos.a(os.o): In function `ap_os_dso_sym':
os.o(.text+0x54): undefined reference to `dlsym'
./os/unix/libos.a(os.o): In function `ap_os_dso_error':
os.o(.text+0x6c): undefined reference to `dlerror'
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/apache/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache/apache_1.3.22'
make: *** [build] Error 2
-------------------------------
What'sup with this? Any help would be greatly appreciated!!
./configure --prefix=/usr/local/apache --enable-module=so --disable-module=imap --disable-module=actions --disable-module=alias --disable-module=asis --disable-module=auth --disable-module=cgi --disable-module=env --disable-module=include --disable-module=setenvif --disable-module=status --disable-module=userdir
However when I do a "make" the following error shows up after sometime:
----------------------------------
gcc -DLINUX=20 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` -rdynamic -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
./os/unix/libos.a(os.o): In function `ap_os_dso_load':
os.o(.text+0x1d): undefined reference to `dlopen'
./os/unix/libos.a(os.o): In function `ap_os_dso_unload':
os.o(.text+0x38): undefined reference to `dlclose'
./os/unix/libos.a(os.o): In function `ap_os_dso_sym':
os.o(.text+0x54): undefined reference to `dlsym'
./os/unix/libos.a(os.o): In function `ap_os_dso_error':
os.o(.text+0x6c): undefined reference to `dlerror'
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/src/apache/apache_1.3.22/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache/apache_1.3.22'
make: *** [build] Error 2
-------------------------------
What'sup with this? Any help would be greatly appreciated!!