I compiled 2 versions of server_i486.so :

First : Release Mode without modification in MakeFile, i have this :

         linux-gate.so.1 =>  (0xb7f34000)
         libm.so.6 => /lib/tls/libm.so.6 (0xb71eb000)
         libdl.so.2 => /lib/libdl.so.2 (0xb71e7000)
         /root/source/bin/tier0_i486.so (0xb71b1000)
         /root/source/bin/vstdlib_i486.so (0xb719d000)
         libc.so.6 => /lib/tls/libc.so.6 (0xb7072000)
         /lib/ld-linux.so.2 (0x001d7000)
         libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7060000)
         tier0_i486.so => not found


And a version with this modification  
(http://www.opensubscriber.com/message/hlcoders@list.valvesoftware.com/6630880.html)
  
in MakeFile, i have this :

         linux-gate.so.1 =>  (0xb7fe4000)
         libm.so.6 => /lib/tls/libm.so.6 (0xb729b000)
         libdl.so.2 => /lib/libdl.so.2 (0xb7297000)
         tier0_i486.so => not found
         vstdlib_i486.so => not found
         libc.so.6 => /lib/tls/libc.so.6 (0xb716c000)
         /lib/ld-linux.so.2 (0x001d7000)


Omega, How I see what is missing with the 'nm' command ?

> Can you run "ldd server_i486.so" and post the output? I've got a hunch
> it might have to do with linker paths again.
>
> ~~ Ondra
>
> On 15.04.08 23:14 Uhr, vivoli wrote:
>> Hi,
>>
>> I have a problem to run Linux Librairies of my Source Engine Mod.
>> I use the Half Life 2 Episode One Engine and Fedora Core 3 with gcc  
>> 3.4.4
>> and xerces-C 2.6.0.
>> I compiled the source code without problems, and i have the librairy
>> 'server_i486.so'.
>> I installed Source Dedicated Server with Counter-Strike Source.
>> But when I run my mod with srcds, I have a crash immediately :(
>> with the message "Program terminated with signal 11, Segmentation  
>> fault."
>>
>> Someone already have the same problem ?
>>
>> Thank you for the help.
>>
>> <megasnip>
>>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,  
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to