Hi all
I have some problems with my config file. I used the guide from winehq to
configure it. Here is the error message I get.
[root@snort-par-office .wine]# wine -v
Line 27: Unrecognized input 'Path=/usr/local/lib/win'
Line 28: Unrecognized input 'Type=hd '
Line 29: Unrecognized input 'Label=Windows'
Line 30: Unrecognized input 'Filesystem=win95'
Line 33: Unrecognized input 'Path=/usr/local/lib/temp '
Line 34: Unrecognized input 'Type=hd '
Line 35: Unrecognized input 'Label=Temp '
Line 36: Unrecognized input 'Filesystem=win95'
Wine version 20020122
Here is the relevant part of my config file.
[Drive C]
Path=/usr/local/lib/win
Type=hd
Label=Windows
Filesystem=win95
[Drive E]
Path=/usr/local/lib/temp
Type=hd
Label=Temp
Filesystem=win95
[wine]
"Windows" = "C:\\windows"
"System" = "C:\\windows\system"
"Temp" = "e:\\temp"
"Path" = "C:\\windows;C:\\windows\system;e:\\temp"
"SymbolTableFile" = "./wine.sym"
Here is the direcory strucure.
[root@snort-par-office lib]# ls
temp/ win/
[root@snort-par-office lib]# pwd
/usr/local/lib
Any help would be great.
Thanks, Gisli.