Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2008 17:43:31 -0800
From:      "Garrett Cooper" <yanefbsd@gmail.com>
To:        "Kim Culhan" <w8hdkim@gmail.com>
Cc:        FreeBSD Ports Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: 7.1-RC2 audio/x11amp missing symbol at startup
Message-ID:  <7d6fde3d0812261743l1b19dbbao33443c2f1077cb1d@mail.gmail.com>
In-Reply-To: <C115DC72-6ADF-44B4-B957-92EC6AD7DC15@gmail.com>
References:  <89dbfdc30812261253sd13d85fn9d2c079d644818b@mail.gmail.com> <54BC6DF8-BEC3-4133-8394-9FEF055E8A4A@gmail.com> <89dbfdc30812261603y20f262a8g7f6d3cb52605ec24@mail.gmail.com> <C115DC72-6ADF-44B4-B957-92EC6AD7DC15@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 26, 2008 at 5:35 PM, Garrett Cooper <yanefbsd@gmail.com> wrote:
> On Dec 26, 2008, at 16:03, "Kim Culhan" <w8hdkim@gmail.com> wrote:
>
>> On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper <yanefbsd@gmail.com>
>> wrote:
>>>
>>> On Dec 26, 2008, at 12:53, "Kim Culhan" <w8hdkim@gmail.com> wrote:
>>>
>>>> Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2
>>>>
>>>> At startup audio/x11amp returns:
>>>>
>>>> /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol
>>>> "effects_enabled"
>>>> /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol
>>>> "effects_enabled"
>>>> /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol
>>>> "effects_enabled"
>>>> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>>>> serial 82 error_code 8 request_code 2 minor_code 0
>>>>
>>>> Anyone else seeing this?
>>>
>>> How did you initially install freebsd? What version did you install? What
>>> versions were your ports compiled against?
>>
>> FreeBSD was newly installed directly from 7.1-RC2-i386-disc1.iso
>>
>> cvsup was installed as a package and was then run to bring the ports tree
>> up to the latest.
>>
>> The gnome2-lite port was then installed, followed by /audio/x11amp
>>
>> x11amp was then run and returned the result above.
>>
>> An attempt was made previously where the same iso was installed
>> followed by x11-wm/windowmaker. x11amp was installed next and run
>> with the same result.
>>
>> thanks
>> -kim
>
> Actually, let's try a better test -- do export
> LD_LIBRARY_PATH="/usr/local/lib"

Sorry, my iPhone cut off my last message. Let's try this again...

Do the following steps to see whether or not things work:

1. Open up a terminal.
2. Do:
export LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib/x11amp/Input/";
x11amp

does this work? If so, proceed to 3.
3. Do:
export LD_LIBRARY_PATH="/usr/local/lib";
x11amp

does this work?

    These are tests to eliminate potential runtime linker issues with
compiled apps.
Thanks,
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7d6fde3d0812261743l1b19dbbao33443c2f1077cb1d>