Modify ↓
Opened at 2011-06-15T16:25:59Z
Closed at 2011-11-25T07:48:15Z
#799 closed defect (invalid)
libintl.so.8 missing while inslalling 3.0.3 port on Freebsd 7.2-RELEASE-p4
Reported by: | Mad_Dud | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | Unlisted == unsupported. |
Keywords: | libintl | Cc: | |
IRC client+version: | Client-independent | Operating System: | FreeBSD |
OS version/distro: | 7.2-RELEASE-p4 |
Description
gnome-config: not found WARNING: Your version of make (BSD make?) does not support BitlBee's makefiles. BitlBee needs GNU make to build properly. On most systems GNU make is available under the name 'gmake'. gmake is not installed (or not working). Please try to install it. Architecture: FreeBSD Configuration done: Debugging disabled. Binary stripping disabled. Off-the-Record (OTR) Messaging disabled. systemd disabled. Using event handler: glib Using SSL library: openssl Building with these protocols: msn jabber oscar yahoo twitter ===> Building for bitlbee-3.0.3 /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "gmake" *** Error code 1 Stop in /usr/ports/irc/bitlbee. *** Error code 1 Stop in /usr/ports/irc/bitlbee.
my fix:
# ln /usr/local/lib/libintl.so.9 /usr/local/lib/libintl.so.8
Attachments (0)
Change History (1)
comment:1 Changed at 2011-11-25T07:48:15Z by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hrmm, that sounds like a problem with gmake, not with BitlBee..