Code: Show/Hide have_bdb := no |
Code: Show/Hide DB_HOME = /usr # these probably won't have to change: DB_INC = $(DB_HOME)/include DB_LIB = $(DB_HOME)/lib DB_CFLAGS = -I$(DB_INC) ifneq ($(link_db_statically),yes) # you might have to change -ldb-4 to -ldb4 in the next line: DB_LDFLAGS = -L$(DB_LIB) -Wl,-rpath,$(DB_LIB) -ldb-4 else DB_LDFLAGS = $(DB_LIB)/libdb.a endif |
Code: Show/Hide # you might have to change -ldb-4 to -ldb4 in the next line: |
i88gerbils wrote: |
ASSSHOME |
Code: Show/Hide *** asss started
asss 1.4.0 built at Sep 27 2005 14:03:47 Loading modules... I <cmod> loading C module 'unixsignal' from 'internal' I <cmod> loading C module 'deadlock' from 'internal' I <cmod> loading C module 'prng' from 'internal' I <cmod> loading C module 'logman' from 'internal' Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named os ImportError: No module named cPickle ImportError: No module named exec Unrecoverable error (5): Error in loading module '<py> exec' *** asss exited: error loading modules |
Code: Show/Hide root@fliggle [/home/jcgreen/public_html/as3/asss-1.4.0]# ./scripts/run-asss
*** asss started asss 1.4.0 built at Sep 27 2005 14:03:47 Loading modules... I <cmod> loading C module 'unixsignal' from 'internal' I <cmod> loading C module 'deadlock' from 'internal' I <cmod> loading C module 'prng' from 'internal' I <cmod> loading C module 'logman' from 'internal' Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named os ImportError: No module named cPickle I <cmod> loading C module 'mainloop' from 'internal' I <cmod> loading C module 'config' from 'internal' I <cmod> loading C module 'playerdata' from 'internal' I <cmod> loading C module 'lagdata' from 'internal' I <cmod> loading C module 'bw_default' from 'internal' I <cmod> loading C module 'net' from 'internal' D <net> listening on 0.0.0.0:5000 (0) I <cmod> loading C module 'chatnet' from 'internal' I <cmod> loading C module 'arenaman' from 'internal' I <cmod> loading C module 'mapdata' from 'internal' I <cmod> loading C module 'capman' from 'internal' I <cmod> loading C module 'mapnewsdl' from 'internal' I <cmod> loading C module 'core' from 'internal' I <cmod> loading C module 'clientset' from 'internal' I <cmod> loading C module 'persist' from 'scoring' I <cmod> loading C module 'idle' from 'internal' I <cmod> loading C module 'cmdman' from 'internal' I <cmod> loading C module 'chat' from 'internal' I <cmod> loading C module 'stats' from 'scoring' I <cmod> loading C module 'basicstats' from 'scoring' I <cmod> loading C module 'log_console' from 'internal' I <cmod> loading C module 'log_file' from 'internal' I <cmod> loading C module 'log_sysop' from 'internal' I <cmod> loading C module 'log_staff' from 'internal' I <cmod> loading C module 'auth_file' from 'internal' I <cmod> loading C module 'security' from 'security' I <cmod> loading C module 'auth_ban' from 'internal' I <cmod> loading C module 'banners' from 'internal' I <cmod> loading C module 'game_timer' from 'internal' I <cmod> loading C module 'flagcore' from 'internal' I <cmod> loading C module 'balls' from 'internal' I <cmod> loading C module 'bricks' from 'internal' I <cmod> loading C module 'koth' from 'internal' I <cmod> loading C module 'fm_normal' from 'internal' I <cmod> loading C module 'game' from 'internal' I <cmod> loading C module 'lagaction' from 'internal' I <cmod> loading C module 'cfghelp' from 'internal' I <cmod> loading C module 'filetrans' from 'internal' I <cmod> loading C module 'quickfix' from 'internal' I <cmod> loading C module 'playercmd' from 'internal' I <cmod> loading C module 'admincmd' from 'internal' I <cmod> loading C module 'help' from 'internal' I <cmod> loading C module 'sendfile' from 'internal' I <cmod> loading C module 'autowarp' from 'funky' I <cmod> loading C module 'bricklayer' from 'funky' I <cmod> loading C module 'buy' from 'internal' I <cmod> loading C module 'fake' from 'internal' I <cmod> loading C module 'autoturret' from 'funky' I <cmod> loading C module 'record' from 'funky' I <cmod> loading C module 'enc_cont' from 'security' I <cmod> loading C module 'enc_vie' from 'internal' I <cmod> loading C module 'pymod' from 'pymod' E <pymod> can't import cPickle D <main> entering main loop D <mapnewsdl> news file 'news.txt' reread |
Code: Show/Hide root@fliggle [/home/jcgreen/public_html/as3/asss-1.4.0/bin]# ./bin/asss
asss 1.4.0 built at Sep 27 2005 14:03:47 Loading modules... Unrecoverable error (5): Error in modules.conf: Can't open file 'conf/modules.conf' for reading |
Code: Show/Hide *** asss started
asss 1.4.0 built at Sep 27 2005 14:03:47 Loading modules... I <cmod> loading C module 'unixsignal' from 'internal' I <cmod> loading C module 'deadlock' from 'internal' I <cmod> loading C module 'prng' from 'internal' I <cmod> loading C module 'logman' from 'internal' Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named os ImportError: No module named cPickle ImportError: No module named fm_password Unrecoverable error (5): Error in loading module '<py> fm_password' *** asss exited: error loading modules |
Code: Show/Hide root@fliggle [/home/jcgreen/public_html/as3/asss-1.4.0]# ./scripts/run-asss
*** asss started asss 1.4.0 built at Sep 27 2005 14:03:47 Loading modules... I <cmod> loading C module 'unixsignal' from 'internal' I <cmod> loading C module 'deadlock' from 'internal' I <cmod> loading C module 'prng' from 'internal' I <cmod> loading C module 'logman' from 'internal' I <cmod> loading C module 'mainloop' from 'internal' I <cmod> loading C module 'config' from 'internal' I <cmod> loading C module 'playerdata' from 'internal' I <cmod> loading C module 'lagdata' from 'internal' I <cmod> loading C module 'bw_default' from 'internal' I <cmod> loading C module 'net' from 'internal' D <net> listening on 0.0.0.0:5000 (0) I <cmod> loading C module 'chatnet' from 'internal' I <cmod> loading C module 'arenaman' from 'internal' I <cmod> loading C module 'mapdata' from 'internal' I <cmod> loading C module 'capman' from 'internal' I <cmod> loading C module 'mapnewsdl' from 'internal' I <cmod> loading C module 'core' from 'internal' I <cmod> loading C module 'clientset' from 'internal' I <cmod> loading C module 'persist' from 'scoring' I <cmod> loading C module 'idle' from 'internal' I <cmod> loading C module 'cmdman' from 'internal' I <cmod> loading C module 'chat' from 'internal' I <cmod> loading C module 'stats' from 'scoring' I <cmod> loading C module 'basicstats' from 'scoring' I <cmod> loading C module 'log_console' from 'internal' I <cmod> loading C module 'log_file' from 'internal' I <cmod> loading C module 'log_sysop' from 'internal' I <cmod> loading C module 'log_staff' from 'internal' I <cmod> loading C module 'auth_file' from 'internal' I <cmod> loading C module 'security' from 'security' I <cmod> loading C module 'auth_ban' from 'internal' I <cmod> loading C module 'banners' from 'internal' I <cmod> loading C module 'game_timer' from 'internal' I <cmod> loading C module 'flagcore' from 'internal' I <cmod> loading C module 'balls' from 'internal' I <cmod> loading C module 'bricks' from 'internal' I <cmod> loading C module 'koth' from 'internal' I <cmod> loading C module 'fm_normal' from 'internal' I <cmod> loading C module 'game' from 'internal' I <cmod> loading C module 'lagaction' from 'internal' I <cmod> loading C module 'cfghelp' from 'internal' I <cmod> loading C module 'filetrans' from 'internal' I <cmod> loading C module 'quickfix' from 'internal' I <cmod> loading C module 'playercmd' from 'internal' I <cmod> loading C module 'admincmd' from 'internal' I <cmod> loading C module 'help' from 'internal' I <cmod> loading C module 'sendfile' from 'internal' I <cmod> loading C module 'autowarp' from 'funky' I <cmod> loading C module 'bricklayer' from 'funky' I <cmod> loading C module 'buy' from 'internal' I <cmod> loading C module 'fake' from 'internal' I <cmod> loading C module 'autoturret' from 'funky' I <cmod> loading C module 'record' from 'funky' I <cmod> loading C module 'enc_cont' from 'security' I <cmod> loading C module 'enc_vie' from 'internal' D <main> entering main loop D <mapnewsdl> news file 'news.txt' reread D <persist> collecting all persistent data and syncing to disk D <persist> collecting all persistent data and syncing to disk D <persist> collecting all persistent data and syncing to disk D <persist> collecting all persistent data and syncing to disk |
Syrus wrote: |
3) why? |