添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
寂寞的手电筒  ·  Ma5608t Ftth Gpon Olt ...·  1 周前    · 
开心的足球  ·  Can't reach ...·  2 月前    · 
飘逸的企鹅  ·  MWC ...·  4 月前    · 
Post by Len Conrad
FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0
portsnap'd today
running ver 1.2.8 of
rdiff-backup
ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1"
The intl library is installed by the port gettext.
--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
Post by Len Conrad
FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0
portsnap'd today
running ver 1.2.8 of
rdiff-backup
ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1"
thanks
Len
This is installed by the devel/gettext port. It is probably installed
in your machine (most ports depend on it) but something may have gone
wrong during a portupgrade.

/usr/ports/UPDATING states the following for gettext upgrades:

As a result of the upgrade to gettext-0.17, the shared library version
of libintl has changed, so you will need to rebuild all ports that
depend on gettext:

# portupgrade -rf gettext
# portmaster -r gettext

I suggest you try one of these commands. (Check with 'pkg_info -Ix
gettext' first to see what gettext you are running)