mod_gzip都装不上啊。
是我弱还是2.x烂啊?
make install "s/need_relink=yes/need_relink=no/" APXS=/etc/httpd/bin/apxs
/etc/httpd/bin/apxs -i mod_gzip.la
/etc/httpd/build/instdso.sh SH_LIBTOOL='/etc/httpd/build/libtool' mod_gzip.la /etc/httpd/modules
/etc/httpd/build/libtool --mode=install cp mod_gzip.la /etc/httpd/modules/
cp .libs/mod_gzip.lai /etc/httpd/modules/mod_gzip.la
cp .libs/mod_gzip.a /etc/httpd/modules/mod_gzip.a
ranlib /etc/httpd/modules/mod_gzip.a
chmod 644 /etc/httpd/modules/mod_gzip.a
PATH="$PATH:/sbin" ldconfig -n /etc/httpd/modules
----------------------------------------------------------------------
Libraries have been installed in:
/etc/httpd/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Warning! dlname not found in /etc/httpd/modules/mod_gzip.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /etc/httpd/modules/mod_gzip.so
chmod: 无法取得 ‘/etc/httpd/modules/mod_gzip.so’ 的属性: 没有那个文件或目录
apxs:Error: Command failed with rc=65536
.
make: *** [install] Error 1
[ Last edited by up1m on 2003-11-19 at 11:29 PM ] |