Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem in ubuntu dapper amd64
06-30-2006, 12:03 PM,
#1
problem in ubuntu dapper amd64
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
Reply
06-30-2006, 12:49 PM,
#2
 
Hmmm, that's strange...VDrift doesn't use ./configure, unless you got a really old version. we use scons
Reply
06-30-2006, 01:03 PM,
#3
 
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
Reply
06-30-2006, 02:30 PM,
#4
 
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
Reply
06-30-2006, 05:12 PM,
#5
 
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
Reply
06-30-2006, 06:06 PM,
#6
 
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
Reply
06-30-2006, 07:53 PM,
#7
 
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
Reply
07-01-2006, 01:56 PM,
#8
 
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
Reply
07-01-2006, 02:01 PM,
#9
 
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
Reply
07-01-2006, 06:59 PM,
#10
 
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.
Reply
07-07-2006, 06:08 PM,
#11
 
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--
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)