Run: export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH" nm -g -C <mod dir>/bin/server_i486.so | grep " U " | grep -v GLIBC
And see what undefined symbols remain. You may also be having a GLIBC versioning problem, you need at least 2.3.2 to run your mod, and you should compile your mod on a machine with 2.3.2 installed. - Alfred -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Casey Bodley Sent: Tuesday, April 26, 2005 12:52 PM To: [email protected] Subject: Re: [hlcoders] Compiling under Linux for BSD I'm having the same problem. I'm compiling my mod in gentoo linux (Linux 2.6.11-gentoo-r5), and running srcds in freebsd (FreeBSD 5.3-RELEASE with linux_base-rh-9). In freebsd, srcds runs fine with hl2dm, but fails to load my mod with the following message: Auto detecting CPU Using AMD Optimised binary. Console initialized. Network: IP 127.0.0.1, mode MP, dedicated Yes, ports 27015 SV / 27005 CL Failed to load server_i486.so Failed to load server binary couldn't exec valve.rc In linux, I compared 'ldd server_i486.so' between hl2dm and my mod, and the output was identical. It would be wonderful if we could get native freebsd binaries for srcds, and compile the sdk natively.. but I'd love some help in getting it to run my linux binary. Not sure if the hlds_linux mailing list would be a better place for this, but while the thread is here.. =] Thanks! Casey epicar at dystopia-mod.com On 4/26/05, Jonathan Dance <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I was wondering if anyone knew anything about compiling for BSD--when > we distributed our server SO's for linux, some guys are running > FreeBSD with linux emulation and it wouldn't work for them. They can > run CS:S just fine though. Is there anything we can do to make the SOs > compile under BSD? > > Thanks, > > --JD > > _______________________________________________ > 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 _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

