- 论坛徽章:
- 0
|
expat2 我都安装卸载了N遍了. 还是提示 expat.5 - not found
--------------------------------------------------------------------------------------------------------
hello# make install
===> php5-gd-5.1.4 depends on executable: phpize - found
===> php5-gd-5.1.4 depends on file: /usr/local/bin/autoconf259 - found
===> php5-gd-5.1.4 depends on shared library: freetype.9 - found
===> php5-gd-5.1.4 depends on shared library: png.5 - found
===> php5-gd-5.1.4 depends on shared library: jpeg.9 - found
===> php5-gd-5.1.4 depends on shared library: t1.5 - not found
===> Verifying install for t1.5 in /usr/ports/devel/t1lib
===> t1lib-5.1.0_1,1 depends on executable: gmake - found
===> t1lib-5.1.0_1,1 depends on file: /usr/local/bin/libtool - found
===> t1lib-5.1.0_1,1 depends on shared library: X11.6 - not found
===> Verifying install for X11.6 in /usr/ports/x11/xorg-libraries
===> xorg-libraries-6.8.2 depends on executable: imake - found
===> xorg-libraries-6.8.2 depends on shared library: freetype.9 - found
===> xorg-libraries-6.8.2 depends on shared library: fontconfig.1 - not found
===> Verifying install for fontconfig.1 in /usr/ports/x11-fonts/fontconfig
===> fontconfig-2.2.3,1 depends on executable: gmake - found
===> fontconfig-2.2.3,1 depends on executable: pkg-config - found
===> fontconfig-2.2.3,1 depends on shared library: freetype.9 - found
===> fontconfig-2.2.3,1 depends on shared library: expat.5 - not found
===> Verifying install for expat.5 in /usr/ports/textproc/expat2
===> Returning to build of fontconfig-2.2.3,1
Error: shared library "expat.5" does not exist
*** Error code 1
Stop in /usr/ports/x11-fonts/fontconfig.
*** Error code 1
Stop in /usr/ports/x11/xorg-libraries.
*** Error code 1
Stop in /usr/ports/devel/t1lib.
*** Error code 1
Stop in /usr/ports/graphics/php5-gd.
---------------------------------------------------------------------------------------------
expat2 安装完毕显示,是不是问题出在这呢?
hello# make install
===> Installing for expat-2.0.0_1
===> Generating temporary packing list
===> Checking if textproc/expat2 already installed
/bin/sh ./conftools/mkinstalldirs /usr/local/lib /usr/local/include
/bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g wheel libexpat.la /usr/local/lib/libexpat.la
/usr/bin/install -c -o root -g wheel .libs/libexpat.so.6 /usr/local/lib/libexpat.so.6
(cd /usr/local/lib && { ln -s -f libexpat.so.6 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.6 libexpat.so; }; })
(cd /usr/local/lib && { ln -s -f libexpat.so.6 libexpat.so || { rm -f libexpat.so && ln -s libexpat.so.6 libexpat.so; }; })
/usr/bin/install -c -o root -g wheel .libs/libexpat.lai /usr/local/lib/libexpat.la
/usr/bin/install -c -o root -g wheel .libs/libexpat.a /usr/local/lib/libexpat.a
chmod 644 /usr/local/lib/libexpat.a
ranlib /usr/local/lib/libexpat.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
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( manual pages.
----------------------------------------------------------------------
for FN in ./lib/expat.h ./lib/expat_external.h ; do install -o root -g wheel -m 444 $FN /usr/local/include ; done
/bin/sh ./conftools/mkinstalldirs /usr/local/bin /usr/local/man/man1
/bin/sh ./libtool --mode=install install -s -o root -g wheel -m 555 xmlwf/xmlwf /usr/local/bin/xmlwf
install -o root -g wheel -m 555 -s xmlwf/.libs/xmlwf /usr/local/bin/xmlwf
install -o root -g wheel -m 444 ./doc/xmlwf.1 /usr/local/man/man1
===> Compressing manual pages for expat-2.0.0_1
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for expat-2.0.0_1 |
|