Forums
problem in ubuntu dapper amd64 - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: problem in ubuntu dapper amd64 (/showthread.php?tid=253)



problem in ubuntu dapper amd64 - dragoncool - 06-30-2006

Hi guys!

I have this problem when I run the "./configure"

checking for alutInit in -lopenal... no
configure: error: *** OpenAL 1.0 library not found!



Ok, but I have installed this lib in /usr/lib.

but, the name is not the same, so I don't know if this library is the correct. The name of the library is:
libopenal0a or liboal

What's happen in this case?
Someone can help me?

thanks a lot!

Joao


- thelusiv - 06-30-2006

Hmmm, that's strange...VDrift doesn't use ./configure, unless you got a really old version. we use scons


- dragoncool - 06-30-2006

Hi!

This is true, my version was very old(2005), but I got the new version and the same error appears:

You do not have the openal library installed. Exiting.

What is the correct name of the library to install in ubuntu dapper adm64?

thanks a lot for help me!

Joao


- FFuser - 06-30-2006

libopenala
libopenal-dev
libalut0
libalut-dev

Are the packages I have installed, but I'm not using amd64 but an Intel Pentium 4 32 bits


- clytle374 - 06-30-2006

are you running 64 bit? I had the problem with 64 bit libopenal.so.0 in the /lib. It gave a elf format error. Mine is in /lib64. which works for me, not sure on your distro.

cory


- dragoncool - 06-30-2006

Hello again!

Yes, I running 64 bits(AMD64) and in my /usr/lib or /usr/lib64 I have this libs:

libopenal.so.0 libopenal.so.0.0.0 libalut.a libalut.la libalut.so libalut.so.0 libalut.so.0.0.0

Ok, I trying find the packages of this 4 libraries by apt-get:

libopenala
libopenal-dev
libalut0
libalut-dev

And this libraries doesn't exist in apt-get.
Another test was opened the SConstruct and change the /lib to /lib64, but still doesn't work
Any other idea?

Thanks
Joao


- clytle374 - 06-30-2006

Well I'm checking my system (FC5) and i don't see that file called, also
ldd -v vdrift returns (cut for space)

libopenal.so.0 => /usr/lib64/libopenal.so.0 (0x000000312e900000)
libalut.so.0 => /usr/lib64/libalut.so.0 (0x00002aaaaaac4000)
Version information:
/usr/lib64/libopenal.so.0:
libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6
libdl.so.2 (GLIBC_2.2.5) => /lib64/libdl.so.2
libc.so.6 (GLIBC_2.3) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.3.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
libpthread.so.0 (GLIBC_2.2.5) => /lib64/libpthread.so.0
/usr/lib64/libalut.so.0:
libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.3.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6

[/list][/code]

libopenal-devel is in openal-devel
alut and alut-devel look to be needed

ALSO you could try to use the old openal system
scons old_openal=1

When you said you have the new version did you mean svn? if not try it, as the release won't build on mine either.

Cory


- dragoncool - 07-01-2006

Hello again guys!

Look, I tried using this command : scons old_openal=1

But, the same error appears.
This command didn't work in my computer: ldd -v vdrift

Someone run this game in 64 Bits? Because I think the problem is exactly this! There are no libraries to run the game in 64 bits.

I still try running the game, but with no sucess!
Sad

Thanks for your help!

João


- dragoncool - 07-01-2006

sorry, I forgot in ask:

How I can get the SVN version? I enter in the link above, but wich version I need get?
When I enter in Vdrift link, there are 3 other options(branch, tags, trunck) but I think is neither of this options, correct?

Thanks!

João


- thelusiv - 07-01-2006

You want the trunk. To check out the trunk so you can compile it on your computer (assuming you're not running Windows) do this:

Code:
svn co http://svn.vdrift.net/repos/vdrift/trunk vdrift

It will take a while to download everything but once done you will have the latest development version.

To do the above of course you will need the subversion client installed on your computer.


- alex25 - 07-07-2006

dragoncool Wrote:Someone run this game in 64 Bits? Because I think the problem is exactly this! There are no libraries to run the game in 64 bits.

i run it on an amd64 under debian linux. no problems whatsoever. i am not sure what you mean by there are no 64-bit libraries to run the game.

--alex--