TECHNICAL SUPPORT / WEB APPs BUGS


uiWebPrevious1uiWebNext

#1 Report | Quote[en] 

The official linux client is a static 32bit client. Any 64bit linux clients out there so I don't need to use multilib? (32bit libraries on a 64bit linux)

Thank you :)
Happy holidays :D

#2 Report | Quote[en] 

Heya!

From experience, there is not much help on Linux questions on these forums. I think the Linux binaries are maintained by the Ryzom core community (might be mistaking). But I would check out #Ryzom on freenode. Helpful and nice people there (when available), might have to post a couple of times, just not make it into spamming :)

---

Ryztools

#3 Report | Quote[de] 

After our talk on IRC I made another attempt to create a more static binary. I didn't test the bundles myself on another machine, so I'm not sure how static they really are. You find them at the same place as before: http://bundles.openttdcoop.org/ryzom/nightlies/

Last edited by Rashiid (1 decade ago)

---

#4 Report | Quote[en] 

Sorry, I just see this topic...

In french forum with have work about linux. And static client in 64bit, last version here :
http://app.ryzom.com/app_forum/index.php?page=post/view/126551

Not official but tested and approuved.

In ubuntu, there are repository of kervala, too, I'm not sure but probably with 64bit client to...

---

Plus d'histoires ici.

#5 Report | Quote[en] 

As a side note: On linux, if someone wants to find out the names of all shared library an executable requires, one can enter (into a terminal window or command line shell):  ldd <filename>

ldd is a tool that takes an executable and tries to load it like the operating system would do in order to start it, and prints out all the shared libraries found (with path name) and those names that could not be found.

This would allow e.g. Rashiid to test with which shared libraries an executable would run.

On my 64 bit linux, with the standard Ryzom client, and an NVidia gfx card in use, the output looks like this:

$ ldd ryzom_client
    linux-gate.so.1 =>  (0xf7756000)
    libGL.so.1 => /usr/lib32/nvidia-313-updates/libGL.so.1 (0xf7648000)
    libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7511000)
    libXxf86vm.so.1 => /usr/lib/i386-linux-gnu/libXxf86vm.so.1 (0xf750a000)
    libXrandr.so.2 => /usr/lib/i386-linux-gnu/libXrandr.so.2 (0xf74ff000)
    libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xf74f5000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf74f0000)
    librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf74e7000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf74cb000)
    libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf73e2000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf739f000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf71eb000)
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf71ce000)
    libnvidia-tls.so.313.30 => /usr/lib32/nvidia-313-updates/tls/libnvidia-tls.so.313.30 (0xf71c9000)
    libnvidia-glcore.so.313.30 => /usr/lib32/nvidia-313-updates/libnvidia-glcore.so.313.30 (0xf5487000)
    libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xf5475000)
    libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf5453000)
    /lib/ld-linux.so.2 (0xf7757000)
    libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf544e000)
    libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf5447000)

As there's only "lib" and "lib32" shared libraries being referenced, it is relatively safe to assume that this is a 32bit executable and runs without any dedicated 64bit libs.

A different test would be to just ask the OS:
$ file ryzom_client
ryzom_client: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

A static executable would not need any loaded libraries and this ldd would print out a message to that regard and the file command would print "statically linked".

So, if you're on linux and ever in doubt what kind of client you have, you can use these two to check.

#6 Report | Quote[en] 

I'd advice against using Kervalla's ppa, at least currently.

It has a bug that makes it unable to enter indoors (apartment, guild hall, npc quarters)
And on my system it also had trouble rendering water and shadows.

---

The only sane man is the one who considers himself to be insane. Im sane, btw. }¦-)>

#7 Report | Quote[en] 

Laofa (atys)
Sorry, I just see this topic...

In french forum with have work about linux. And static client in 64bit, last version here :
http://app.ryzom.com/app_forum/index.php?page=post/view/126551

Not official but tested and approuved.

In ubuntu, there are repository of kervala, too, I'm not sure but probably with 64bit client to...

The 64bit static build you linked to randomly makes my computer crash (the standard 32bit build didn't).
I am downloading a build from http://bundles.openttdcoop.org/ryzom/nightlies/ right now to try.

#8 Report | Quote[en] 

@Hussam: I would recommend to build your own Ryzom client from the sources. If you need help, I'll be happy to help you.
Irfidel (atys)
ldd is a tool that takes an executable and tries to load it like the operating system would do in order to start it
Where the hell have you found this? :o C'mon, ldd just opens the file and reads the information, that's not a big deal.

---

Markanjio di Segafredo
Alkiane
Noble Gardien des Matis - Noble Matis Guardian
Fléau de l'Empire - Scourge of the Empire

#9 Report | Quote[en] 

@Markanijo: There's no need to involve hell here. I agree it's a totally inaccurate statement. The intention was to make its purpose clear and understandable for folks who do not know anything about developing computer software.

#10 Report | Quote[en] 

Irfidel (atys)
I agree it's a totally inaccurate statement.
actually 'tries to execute' statement is true. ldd is wrapper script for 'LD_TRACE_LOADED_OBJECTS=1 ./ryzom_client' (there is bit more magic involved).

The LD_TRACE_LOADED_OBJECTS=1 variable tells the linker to print out all the libraries and then exit the program.

---

Hello!

#11 Report | Quote[en] 

Hehe, thanks Karu for the rectification! It's funny to know that I've worked with the tool for almost 30 years now and never noticed that it's a shell script. Nor have I ever actually looked up how it determines the data it prints. "I didn't mean to say the truth" is always a good start in a Sunday ;-)

#12 Report | Quote[en] 

Karu (atys)
actually 'tries to execute' statement is true.
Gosh, I must admit you're right, thanx for the information ! *_* Even if the program does not run normally, it's still executed. I would never have thought it would be implemented this way. Even on FreeBSD and OpenBSD where it's written in C, it still execute the program.

---

Markanjio di Segafredo
Alkiane
Noble Gardien des Matis - Noble Matis Guardian
Fléau de l'Empire - Scourge of the Empire
uiWebPrevious1uiWebNext
 
Last visit Thursday, 28 March 21:08:05 UTC
P_:

powered by ryzom-api