-----Original Message----- From: Rikard Björklind [mailto:olof(a)linux.nu] Sent: Saturday, April 20, 2002 5:38 AM To: wine-devel(a)winehq.com Subject: bug?
Hi, I tried to use ./tools/wineinstall:
Performing 'make install' as root to install binaries, enter root password Password: [here I wrote the password] /bin/bash: - : unrecognized option
What's wrong?
Probably failed to run the ldconfig. Check the /etc/ld.so.conf to see that the location of the wine lib directory is included (probably /usr/local/lib) and su root and run /sbin/ldconfig. Bill
actually its a typo in wineinstall, find the line that says: if ! su root -c"$sucommand" and put a space between -c and "$sucommand" i.e. make it: if ! su root -c "$sucommand" --- "Medland, Bill" <Bill.Medland(a)accpac.com> wrote:
-----Original Message----- From: Rikard Bj�rklind [mailto:olof(a)linux.nu] Sent: Saturday, April 20, 2002 5:38 AM To: wine-devel(a)winehq.com Subject: bug?
Hi, I tried to use ./tools/wineinstall:
Performing 'make install' as root to install binaries, enter root password Password: [here I wrote the password] /bin/bash: - : unrecognized option
What's wrong?
Probably failed to run the ldconfig.
Check the /etc/ld.so.conf to see that the location of the wine lib directory is included (probably /usr/local/lib) and su root and run /sbin/ldconfig.
Bill
__________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
participants (2)
-
Medland, Bill -
Speeddymon