- 論壇徽章:
- 0
|
在一臺(tái)FreeBSD5.4上安裝了Apache 2.0.54
想再裝個(gè)mod_deflate來實(shí)現(xiàn)內(nèi)容的壓縮,但是通過apxs安裝卻報(bào)錯(cuò)
代碼:
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /usr/local/apache2/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
- See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
復(fù)制代碼
這個(gè)問題怎么解決啊? |
|