Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
error durring make
Goto page 1, 2  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  ball phasing Post :: Post NoXRadar  View next topic  
Author Message
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Tue Sep 27, 2005 3:06 pm    Post subject: error durring make Reply to topic Reply with quote

/usr/bin/ld: cannot find -ldb-4
collect2: ld returned 1 exit status
make: *** [../build/dbtool] Error 1
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Tue Sep 27, 2005 4:12 pm    Post subject: Reply to topic Reply with quote

This looks like it cannot find Berkeley DB. Can you check to see what directory it is in? Or if you don't want to build in the db utilities for BDB you can skip them (it's all optional i believe). Just make sure that:

Code: Show/Hide

have_bdb := no


My system.mk file:
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


You'll want to change DB_HOME to wherever it bdb is.
_________________
Oldbie Server Help
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Tue Sep 27, 2005 7:10 pm    Post subject: Reply to topic Reply with quote

Windows or Linux?
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Tue Sep 27, 2005 7:14 pm    Post subject: Reply to topic Reply with quote

Looks like Linux. sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List
Grelminar
Creator of Asss


Joined: Feb 26 2003
Posts: 378
Offline

PostPosted: Wed Sep 28, 2005 3:10 am    Post subject: Reply to topic Reply with quote

Note this line in system.mk:

Code: Show/Hide
# you might have to change -ldb-4 to -ldb4 in the next line:


The name of the library varies on different systems. If you're confident that berkeley db 4.x is actually installed, try changing the name. If you're not confident, then figure out how to install it.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Wed Sep 28, 2005 8:08 am    Post subject: Reply to topic Reply with quote

Loading modules...
Unrecoverable error (5): Error in modules.conf: Can't open file 'conf/modules.conf' for reading

My frist instinct was to chmod the directory and file, didn't work.
Back to top
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Wed Sep 28, 2005 8:52 am    Post subject: Reply to topic Reply with quote

How are you starting ASSS?
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Thu Sep 29, 2005 4:52 am    Post subject: Reply to topic Reply with quote

./asss
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Thu Sep 29, 2005 8:39 am    Post subject: Reply to topic Reply with quote

Try running it from the base directory.. Remember to edit ASSSHOME.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
Maverick
broken record


Age:41
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Thu Sep 29, 2005 10:04 am    Post subject: Reply to topic Reply with quote

i88gerbils wrote:
ASSSHOME

That sounds like a whole other thing. haha icon_lol.gif
You friggin ASSSHOME!
_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu Sep 29, 2005 10:32 am    Post subject: Reply to topic Reply with quote

If you don't care about recycles, you can do bin/asss.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Thu Sep 29, 2005 2:27 pm    Post subject: Reply to topic Reply with quote

I edited ASSSHOME to /home/jcgreen/public_html/as3/asss-1.4.0 then ran ./scripts/run-asss
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
Back to top
View users profile Send private message Add User to Ignore List Send email
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu Sep 29, 2005 3:55 pm    Post subject: Reply to topic Reply with quote

Just remove <py> exec from modules.conf for now, you probably won't be using it. (It allows you to run python commands in-game.)
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Fri Sep 30, 2005 4:27 pm    Post subject: Reply to topic Reply with quote

Commented '<py> exec' from modules.conf, ran ./scripts/run-asss:
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
it hung there, didn't show up on the zone list, nothing. Ctrl C shut it down, then I tried to run bin/asss and
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
Back to top
View users profile Send private message Add User to Ignore List Send email
Muskrat
Server Help Squatter


Age:38
Joined: Aug 24 2004
Posts: 829
Location: Swamp
Offline

PostPosted: Fri Sep 30, 2005 4:29 pm    Post subject: Reply to topic Reply with quote

For a quick fix, uncomment all the <py> modules and pymod, I'm not sure why, but that is the problem.

Python version problem perhaps?
Back to top
View users profile Send private message Add User to Ignore List AIM Address
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Fri Sep 30, 2005 4:57 pm    Post subject: Reply to topic Reply with quote

Uncomment? ok...
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

How do I figure which verson of Pyhon Im running?
Back to top
View users profile Send private message Add User to Ignore List Send email
Muskrat
Server Help Squatter


Age:38
Joined: Aug 24 2004
Posts: 829
Location: Swamp
Offline

PostPosted: Fri Sep 30, 2005 5:35 pm    Post subject: Reply to topic Reply with quote

I meant comment them all, sorry. icon_redface.gif
Back to top
View users profile Send private message Add User to Ignore List AIM Address
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Fri Sep 30, 2005 6:02 pm    Post subject: Reply to topic Reply with quote

Uncommented <py> lines:
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
I'm not even sure if the server is up at this point. It doesn't show in the zone directory though, so I assume not. All it does is spam 'D <persist> collecting all persistent data and syncing to disk' over and over untill I ctrl C to kill it.
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Fri Sep 30, 2005 7:57 pm    Post subject: Reply to topic Reply with quote

Congratulations. You're running ASSS.

This recent thread is pretty much relevant to where you are at right now. It also contains a link to the Server Setup page (in need of beautification & reorganization).

Tip: follow the links.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Fri Sep 30, 2005 9:36 pm    Post subject: Reply to topic Reply with quote

Word. This thread can be closed. Thanks guys.
Back to top
View users profile Send private message Add User to Ignore List Send email
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Fri Sep 30, 2005 11:16 pm    Post subject: Reply to topic Reply with quote

Do you have Python24 installed? Believe me, you'll want to get pymod running.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Sat Oct 01, 2005 8:15 am    Post subject: Reply to topic Reply with quote

a) wtf is python24
b) how do i figure it out?
3) why?
Back to top
View users profile Send private message Add User to Ignore List Send email
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:38
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Sat Oct 01, 2005 9:08 am    Post subject: Reply to topic Reply with quote

By "Python24" Cyan means "Python 2.4" where 2.4 would be the version number.

Type "python -V", this will print the version of the current python installaton on your system.

Where are questions 1 and 2?
Back to top
View users profile Send private message Add User to Ignore List
SyrusMX
Wub me, everyone!
or I'll wub your ...


Age:43
Gender:Gender:Male
Joined: Jun 24 2003
Posts: 314
Offline

PostPosted: Sat Oct 01, 2005 9:26 am    Post subject: Reply to topic Reply with quote

2.2.3, where do I get 2.4?
Back to top
View users profile Send private message Add User to Ignore List Send email
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Sat Oct 01, 2005 9:32 am    Post subject: Reply to topic Reply with quote

http://python.org/2.4/
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Questions All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 53 page(s) served in previous 5 minutes.

phpBB Created this page in 0.546279 seconds : 49 queries executed (85.7%): GZIP compression disabled