Results 11 to 20 of 25
Hehe...forgot to do su then make install......
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-08-2003 #11Just Joined!
- Join Date
- Sep 2003
- Location
- Between keyboard and chair.
- Posts
- 79
Hehe...forgot to do su then make install...
- 10-08-2003 #12Just Joined!
- Join Date
- Sep 2003
- Location
- Between keyboard and chair.
- Posts
- 79
It's telling me this:
The installed Wine libraries will not be found!
You can either:
Add the line '/usr/local/lib' to /etc/ld.so.conf and run /sbin/ldconfig
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- 10-08-2003 #13Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Go ahead and do it...
Originally Posted by Ghost
Jason
- 10-09-2003 #14Just Joined!
- Join Date
- Sep 2003
- Location
- Between keyboard and chair.
- Posts
- 79
But that's what I don't understand. I found the etc directory but I don't see the ld.so.conf anywhere. I'm trying to figure this thing out but I'm not understanding...
- 10-09-2003 #15Just Joined!
- Join Date
- Sep 2003
- Location
- Between keyboard and chair.
- Posts
- 79
i did the export one and now im lost. it doesn't give me an error and I don't know whats going on. I'm so frustrated...
- 10-09-2003 #16Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
i had problems compiling wine by hand myself... i read the instructions and realized i had left out one command.. so this is the command to use to build wine:
'su -c' tells it to execute a command as root... just make sure you put the part after the -c in single quotes so that bash won't think that the whole thing is separate args for su.... the && is the conditional AND statement for bash.. basically if one of those commands fail, all the others after it will *not* be executed.... and fyi || (pipe-pipe) is the conditional OR statement..Code:su -c './configure <config options> && make depend && make && make install'
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 10-09-2003 #17
--
Just do aand you should be fineCode:echo "/usr/local/lib" >> /etc/ld.so.conf && ldconfig
- 10-09-2003 #18Linux Newbie
- Join Date
- Jun 2003
- Location
- 55 (degrees) north 7 west
- Posts
- 126
is it me or are people having serious trouble installing wine?
there is about twenty (could be slight exacceration there) posts dedicated to it.
just a thoughtThanks v much
\"Anything bigger than my ego i want it caught and killed\"- Zaphod Beeblebrox
Multi boot:
Win xp home, SuSE 8.2 and Slackware 9.1
- 10-09-2003 #19
Wine? I "installed" a glass of wine last night...and had no trouble at all.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 10-11-2003 #20Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
i gave up hand-compiling most stuff... portage rules...
oh, btw, sarumont, what kind of wine/vintage were you drinkin'? and why didn't you share? :PTheir code will be beautiful, even if their desks are buried in 3 feet of crap. - esr


Reply With Quote
