I am having an exercise in frustration trying to load serverplugin_empty. I have tweaked the makefiles, linux_sdk/Makefile and linux_sdk/Makefile.plugin.
I can compile serverplugin_empty.cpp cleanly. However, when I try plugin_load, I get the following: "Unable to load plugin: serverplugin_empty" The "docs" http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html is no help. I've also been searching google all day trying to find ANY kind of relief. No avail. serverplugin_empty_i486.so _IS_ confirmed to be located in cstrike/addons/ /* ldd */ ldd serverplugin_empty_i486_so : " libm.so.6 => /lib/libm.so.6 (0x4002d000) libdl.so.2 => /lib/libdl.so.2 (0x40050000) /home/ken/local/srcds/bin/tier0_i486.so (0x40055000) # yeah, I know it's hard coded /home/ken/local/srcds/bin/vstdlib_i486.so (0x40085000) # same libc.so.6 => /lib/libc.so.6 (0x40099000) /lib/ld-linux.so.2 (0x80000000) " /* strace */ An "strace srcds_run" shows: " open("/local/ken/srcds/cstrike/addons/serverplugin_empty_i486.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260Q\0"..., 512) = 512 . . . open("/home/ken/local/srcds/bin/tier0_i486.so", O_RDONLY) = 4 . . . open("/home/ken/local/srcds/bin/vstdlib_i486.so", O_RDONLY) = 4 . . . open("cstrike/addons/serverplugin_empty_i486.so", O_RDONLY) = 4 . . . write(1, "Unable to load plugin \"cstrike/a"..., 49) = 49 . . . " Any help would be appreciated. (I can link to the makefiles if needed) THanks in advanced (as I pull my hair out), ken _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

