-----Original Message-----
>From: James Mckenzie <[email protected]>
>Sent: Dec 30, 2010 10:38 AM
>To: Susan Cragin <[email protected]>, Marcus Meissner
><[email protected]>
>Cc: Wine Developers <[email protected]>, Eric Pouech
><[email protected]>
>Subject: Re: 64-bit Notepad2 crashes
>
>Susan Cragin <[email protected]> wrote:
>>Sent: Dec 30, 2010 8:30 AM
>>To: Marcus Meissner <[email protected]>
>>Cc: Wine Developers <[email protected]>, Eric Pouech
>><[email protected]>
>>Subject: Re: 64-bit Notepad2 crashes
>>
>>>On Thu, Dec 30, 2010 at 07:22:31AM -0500, Susan Cragin wrote:
>>>> >> ELF 7f3aa090b000- 7f3aa0c3d000 Export
>>>> >> libwine.so.1
>>>> >>if you've compiled wine yourself, it's strange that libwine.so doesn't
>>>> >>contain any dwarf information
>>>> >>maybe you're loading another instance of libwine?
>>>> >>A+
>>>> >>
>>>> >>--
>>>> >>Eric Pouech
>>>> >
>>>> >I did a search of the file system.
>>>> >
>>>> >Under /usr/local/lib64 I have
>>>> >libwine.so (link)
>>>> >libwine.so.1 (link)
>>>> >libwine.so.1.0
>>>> >wine [folder}
>>
>>Then I ran ldconfig on the 64-bit, and then tried wine notepad.
>>I got the following error:
>>wine: error while loading shared libraries: libwine.so.1: cannot open shared
>>object file: No such file or directory
>
>Does this 'path' exist in LD_LIBRARY_PATH or equivilent?
>
>Otherwise ld might not be able to 'find' it when starting the program.
>
>James McKenzie
>
su...@ubuntu:~$ ldd /usr/local/bin/wine
linux-gate.so.1 => (0xf77c6000)
libwine.so.1 => not found
libpthread.so.0 => /lib32/libpthread.so.0 (0xf778c000)
libc.so.6 => /lib32/libc.so.6 (0xf762f000)
/lib/ld-linux.so.2 (0xf77c7000)
Eureka, I think.