> >James McKenzie wrote: >> Pro_D wrote: >> >> > OK, so I found openssl binaries for windows, installed them (and the VC++ 2008 redistributables) and tested ssl with openssl. I know I was using the windows version as the windows and linux version I have are different. >> > >> > Test worked. >> > >> > So I tried uninstalling and reinstalling newsleecher again, now it works EXCEPT it still starts SLOWLY. >> > >> > So, original problem remains with no solution: wine-pthread needed (well, some way to force pthread in wine). I did find one entry where someone made a backup copy of wine-pthread from an older wine install and that works for them but I am not that good with linux yet. I suppose I could uninstall wine, disable wine repositories for latest version, and lock myself in on whatever version comes with 8.04 from official repositories. >> > >> > >> Wine pthread is dead, gone and not going to return because Linux and >> UNIX both do not support it anymore. If you really, really, really need >> it, get Wine 1.0.1 for now. >> >> James McKenzie > > >mkay, back I go! > >btw: If pthreads is dead in linux, how come it still works? Also it wasn't long ago that I did development for >parallel applications and we used the pthread library (linux machines). What method of threading is >replacing pthreads in linux? My mistake. With the most recent Linux kernels, pthreads is the ONLY thread method supported. Thus, there is no need for wine-pthreads anymore. I don't know how to access the current Wine threading methods, but they are all pthread based. James McKenzie