I wanted to try and install Nero Burning Rom since I read posts stating that it worked under wine.
I launched the installer and got a number of errors during the process, but I read up and found a solution to them I think.
Problem is, I did a dist upgrade a few days ago and now wine won't start up anymore, I get this weird error
- Code: Select all
wine: relocation error: /usr/lib/wine/libntdll.dll.so: symbol __fork, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Anyone ever had this?
I found a webpage talking about that very same error message
http://www.winehq.org/fom-meta/cache/827.html
Ok, I've figured out my problem. Apparently, having the wine libraries "/usr/local/lib" and "/usr/local/lib/wine" in my ld.so.conf file on Linux was NOT enough. I had to set LD_LIBRARY_PATH to "/usr/local/lib:/usr/local/lib/wine:$LD_LIBRARY_PATH" and now my "wine --version" returns the correct version info.
but it doesn't make much sense, I tried adding the lines to my .bash_profile but it didn't work ....
Edit: fixed it, wine had some compatibility issue with my version of glibc, I uninstalled it, grabbed the latest wine version from Sourceforge and now I'm gonna enter my serial number for Nero Burning Rom

