Tip: Missing Libraries and Wineserver on RH 7.1

Brian Sutin wine_user at hotmail.com
Sun Oct 21 15:29:38 CDT 2001


I compiled up the most recent version of Wine, and needed to
run the script below.  Wine then works fine.

#
#  Wine on RH 7.1:
#
#  The following is required to run Wine under csh.
#  WB is the location of the build.
#  LD_LIBRARY_PATH tells the shell where the missing libraries are.
#  PATH tells the shell where to find wineserver.
#

setenv WB               /c/wine-2011021/wine
setenv LD_LIBRARY_PATH  ${LD_LIBRARY_PATH}:${WB}:${WB}/dlls
setenv PATH             ${PATH}:${WB}/server

**************************
Brian Sutin



More information about the wine-users mailing list