Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mutual dependency - can't install
11-21-2006, 04:17 PM,
#1
Mutual dependency - can't install
I'm trying to install under Ubuntu (specifically, Dapper). When I try to install the main VDrift package, it reports that it needs vdrift-data, but when I try to install vdrift-data, it refuses to install and reports that it needs vdrift! Can someone help me, bearing in mind I'm a Linux n00b?
Reply
11-21-2006, 04:26 PM,
#2
 
It sounds like you're trying to install different versions of vdrift and vdrift-data. Where did you get your packages?
Reply
11-21-2006, 04:30 PM,
#3
 
I got them from http://vdrift.net/article.php/vdrift-200...ntu-breezy - that's the first result for +ubuntu +vdrift in Google.
Reply
11-21-2006, 04:44 PM,
#4
 
Alright, that version is pretty old. You can use the 2006-10-06 version, just download the .deb file from sourceforge on our downloads page. Then, to install it:
Code:
sudo dpkg -i vdrift-data_0.0.2006.10.06-1_all.deb
Reply
11-22-2006, 11:59 AM,
#5
 
OK, I've got that installed, now what? (Again, you're dealing with a Linux n00b here Smile )
Reply
11-22-2006, 12:58 PM,
#6
 
Now you can run VDrift. There are a few ways to do this. I think that the package adds a menu entry under games, first of all. Second you can press alt+F2 (Run command) and then enter "vdrift" and click OK. This will also run the game. Finally you can run it from a console by opening one and then typing the command
Code:
vdrift
That's it! Smile
Reply
11-22-2006, 01:06 PM,
#7
 
When I try that, I get:
Code:
bash: vdrift: command not found

and there's no menu entry.
Reply
11-22-2006, 01:52 PM,
#8
 
What do you get if you open a terminal and type "which vdrift"?
Reply
11-22-2006, 02:39 PM,
#9
 
There's no output for which vdrift.
Reply
11-22-2006, 05:47 PM,
#10
 
cd / ; find . -name vdrift

post the output to that?
Reply
11-23-2006, 08:43 AM,
#11
 
hum... are you guys sure this deb file contains the binary, or just the data ?

"locate vdrift" should work under Ubuntu (it's just faster than the find command above)
Reply
11-23-2006, 09:42 AM,
#12
 
true, since so much time has passed since it was installed. On most flavors of unix it updates the locate database once a day, so sometimes right after an install, locate won't provide any information.
Reply
11-23-2006, 10:58 AM,
#13
 
cotharyus Wrote:true, since so much time has passed since it was installed. On most flavors of unix it updates the locate database once a day, so sometimes right after an install, locate won't provide any information.

Correct. And `which` only works for binaries in your $PATH.

`find / -name vdrift -print` should "find" it.
Reply
11-23-2006, 01:42 PM,
#14
 
`find / -name vdrift -print` returns a bunch of listings like this:

Code:
find: /proc/4515/task/4515/fd: Permission denied
find: /proc/4515/fd: Permission denied

and then
Code:
bash: /usr/share/games/vdrift: is a directory
Reply
11-23-2006, 01:59 PM,
#15
 
Footix Wrote:`find / -name vdrift -print` returns a bunch of listings like this:

Code:
find: /proc/4515/task/4515/fd: Permission denied
find: /proc/4515/fd: Permission denied

and then
Code:
bash: /usr/share/games/vdrift: is a directory

Ok, so you are doing this as a non-root user. Good job.

Now, I've never installed vdrift under Linux but I'd expect that if you

Code:
cd /usr/share/games/vdrift

and then

Code:
./vdrift &

that'll get you up an running.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)