GoldenEye: Source Forums

  • March 28, 2024, 12:49:13 pm
  • Welcome, Guest
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Ubuntu Server - Segmentation Fault  (Read 4591 times)

0 Members and 1 Guest are viewing this topic.

UKZz HELLRAISER

  • Agent
  • *
  • Posts: 9
  • Reputation Power: 2
  • UKZz HELLRAISER has no influence.
  • Offline Offline
Ubuntu Server - Segmentation Fault
« on: October 27, 2016, 09:17:02 pm »

I've just had another attempt at running a server on Linux, seeing that files have been officially released.
I still get a segmentation fault, although I now know what dependencies are missing (thanks to ldd).

Output of ldd:
Quote
linux-gate.so.1 =>  (0xf7720000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf62c5000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf62c0000)
libldap_r-2.4.so.2 => not found
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf62b6000)
libutil.so.1 => /lib/i386-linux-gnu/libutil.so.1 (0xf62b2000)
libnsl.so.1 => /lib/i386-linux-gnu/libnsl.so.1 (0xf6297000)
steam_api_i486.so => not found
tier0_i486.so => not found
vstdlib_i486.so => not found
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf611f000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf60ca000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf60ad000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf5ef6000)
/lib/ld-linux.so.2 (0x56623000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf5ed9000)

As you can see, I'm missing libldap_r-2.4.so.2 (I've seen to ignore the other three).
I've done plenty of searching but I can't find how to get this.
Any help?
Logged

soupcan

  • Lead Systems Administrator
  • 00 Agent
  • *****
  • Posts: 279
  • Reputation Power: 214
  • soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!soupcan is awe-inspiring!
  • Offline Offline
    • Steam Profile
Re: Ubuntu Server - Segmentation Fault
« Reply #1 on: October 27, 2016, 10:13:42 pm »

Try installing libldap-2.4-2:i386
Logged

UKZz HELLRAISER

  • Agent
  • *
  • Posts: 9
  • Reputation Power: 2
  • UKZz HELLRAISER has no influence.
  • Offline Offline
Re: Ubuntu Server - Segmentation Fault
« Reply #2 on: October 28, 2016, 01:02:24 am »

Thank you very much.
She's up and running.
That makes me a permanent hoster \o/
Logged
Pages: [1]   Go Up