-----Original Message----- From: Stig Vig [mailto:lancer_irc@hotmail.com] Sent: Tuesday, April 23, 2002 1:36 PM To: wine-devel@winehq.com Subject: tools/wineinstall problems
Hi I love your wine except one thing. I cant install it proper. When I run tools/wineinstall and it asks for the root password, it says it's wrong password but I have entered the right. In the message it says that I shoudl email on this adress if its a problem of this sort. So now I be gratefull if you could help me solw my problem. //greets lancer
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
In the wineinstall script correct the following two lines: 1. Where it mentions "ldconfig" explicitly state "/sbin/ldconfig" 2. Where it says su -c"$sucommand" put su -c "$sucommand"
Then run it again and that should solve it.
Bill