| Summary: | ðÒÏÂÌÅÍÁ ÐÒÉ ÕÓÔÁÎÏ×ËÅ ÐÏÒÔÁ | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Владимир <fvv> |
| Component: | Individual Port(s) | Assignee: | Archie Cobbs <archie> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Владимир
2004-01-18 21:10:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->archie Looks like an mpd Bugreport... Translation: When I try to update mpd-3.15 to mpd 3.16 I've got... Fix: copy files libradius* from /usr/lib into /usr/local/lib. -- Sem. Hi, Why does the "-rpath" and "-L/usr/local/lib" appear in your build? These are not part of the normal mpd build and are breaking the link. Have you customized the mpd port somehow? -Archie __________________________________________________________________________ Archie Cobbs * Halloo Communications * http://www.halloo.com State Changed From-To: open->closed Probem seems specific to reporter's machine; no response from query. Date: Wed, 28 Jul 2004 19:46:23 +0400 From: Alexey Popov <lollypop@flexuser.ru> Hello archie, The problem is that mpd links to libradius installed by freeradius port into /usr/local/lib. Removing LDADD=-L${OPENSSLLIB} from /usr/ports/net/mpd/Makefile solves the problem for me. This is probably not correct patch, but this removes -L/usr/local/lib from mpd linker options and everything goes OK. This system has openssl-0.9.7c in /var/db/pkg. May be it was installed from ports a long time ago. Another similiar system with mpd and freeradius doesnt have openssl in /var/db/pkg, and mpd compiles without problems there. Cvsuped ports today, FreeBSD 4.10-STABLE. |