Results 1 to 3 of 3
What does this mean after I made install?
Code:
The installed Wine libraries will not be found!
You can either:
Add the line '/usr/local/wine/lib' to /etc/ld.so.conf and run /sbin/ldconfig
export ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-11-2003 #1Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
I have finished compliing and installed WINE, but
What does this mean after I made install?
Code:The installed Wine libraries will not be found! You can either: Add the line '/usr/local/wine/lib' to /etc/ld.so.conf and run /sbin/ldconfig export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/wine/lib
Signature removed by moderator - please see forum rules
- 07-11-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
do a
Code:echo "/usr/local/wine/lib" >> /etc/ld.so.conf && /sbin/ldconfig
- 07-11-2003 #3Linux User
- Join Date
- May 2003
- Location
- Hong Kong, China
- Posts
- 256
that's it? so i can finish the configurations now right? cheers mate! jes, tired, sleep now(4am), ta ta
Signature removed by moderator - please see forum rules


Reply With Quote
