linux:~/srcds/orangebox/bin> ldd -r sourceop_i486.so
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib/libdl.so.2 (0x40212000)
        tier0_i486.so => ./tier0_i486.so (0x40216000)
        vstdlib_i486.so => ./vstdlib_i486.so (0x40250000)
        vstdlib_s_i486.so => ./vstdlib_s_i486.so (0x40279000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x402eb000)
        libm.so.6 => /lib/tls/libm.so.6 (0x403cd000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x403f3000)
        libc.so.6 => /lib/tls/libc.so.6 (0x403fe000)
        /lib/ld-linux.so.2 (0x80000000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4051d000)
        tier0_s_i486.so => ./tier0_s_i486.so (0x4052f000)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ondrej Hošek
Sent: Sunday, January 20, 2008 2:05 AM
To: [email protected]
Subject: Re: [hlcoders] Linux TF2 Plugin Issues

Might be the legendary Absolute Linking Path Crash.

"ldd <plugin>_i486.so", please.

~~ Ondra

On 20.01.08 9:04 Uhr, Tony Paloma wrote:
> This is a multipart message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> I'm having trouble getting a Linux TF2 plugin to work. Everything compiles
> fine, but when the server starts, I get something like this:
>
> http://www.sourceop.com/randomimages/linuxcrash.jpg
>
>
>
> It does it even if I strip everything from the plugin. The server will start
> fine if I disable the plugin.
>
>
>
> Has anyone seen anything like this before? Could it be something in the
> Makefile? I thought it might be because memoverride.cpp but I still get the
> error if I exclude it from compilation. Could it be because I have g++ 4.1.2
> and not 3.x?
>

_______________________________________________
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