http://bugs.winehq.org/show_bug.cgi?id=20042
--- Comment #17 from Erich Hoover ehoover@mines.edu 2009-11-01 15:27:19 --- (In reply to comment #16)
"Ok, I think there's a bit of a miscommunication here - my response was intended to touch on the comment "even after I've added a 32 bit version of libmpg123-0 to the ia32-libs package." I was trying to say that my ia32-libs already had a 32-bit libmpg123."
Just to clarify, I was responsible for actually putting libmpg123-0 into the distribution ia32-libs package. You have it because I added and uploaded it earlier.
Sorry I wasted all of those comments then, I was not aware that you had corrected that for all of us. Since you have the power, you could compile a 32-bit libmpg123-0 that uses 32-bit file offsets: CFLAGS="-m32" ./configure --disable-largefile
If you do that then the compiled library will have the expected symbols (ie. mpg123_feedseek instead of mpg123_feedseek_64).