Rommel G Custodio writes:
 > Hello, everyone,
 > 
 > --- Loic Dachary <[EMAIL PROTECTED]> wrote:
 > 
 > > 
 > >         Do you reckon this is a python-mysql issue ?
 > 
 > Yup it is an issue with python-mysql being compiled
 > against an earlier verion of mysql. Due to the ABI
 > change, which was not properly documented in mysql
 > release notes, applications compiled against say
 > mysql-5.0.22 will not run properly on a system running
 > mysql-5.0.24. This is documented in mysql's bug
 > database.

        Please forgive my ignorance but, how does your distribution
cope with these issues ? It looks like a binary packaging issue (the
packager should have created another python-mysql package because of
this problem). This is not essential but I'm curious to know how
distributions other than Debian cope with the ABI / sonames
etc. nightmare.

 > >         Wow. Could you post the exact line you're
 > > using + the full output ?
 > > 
 > 
 > I'm running the example files and I'm following the
 > instructions from the HACKING file.

        I almost forgot the existence of this file. I've
updated it as follows (can be found in the CVS):

Running and debugging the server and the client from the source tree.

A test server with bots can be run as follows:

$ cd examples
$ sh run-pokerserver

You must first make sure the MySQL database administrative user
is root and no password is set. Also make sure the database
is not listening on incoming connections from the internet or
you will be in trouble. Hopefully this is the default MySQL setup
when you first install the server. The database is
wiped out each time run-pokerserver is run. The server runs on ports
19480 and above (instead of 19380 and above for an installed server
so that both a test server and an installed server can run on the
same machine).

The test-pokerweb script will launch run-pokerserver also link the
pokerweb directory to /var/www/test-poker-web (if it is not already
there). If your web server has php5, you should then be able to access
the web part of the poker server at http://localhost/test-poker-web/.
Part of the web pages will work with php4 but some require php5.

The logs of the server and the bots can be found in pokerserver.log
and pokerbot.log.

The 2D client can be run as follows:

$ cd pokerclient2d
$ GTK2_RC_FILES=data/Aero/gtkrc python poker2d poker2d-test.xml


 > I'll try to resolve the dependencies. I have
 > python-gtk2 installed, not sure of glade2 and pixbuf.
 > Though, there were no errors during the build.

        Because it's interpreted you will only get errors
when it runs. I'm concerned by the fact that it dumps core.
If glade was not here, it would stop with an error message
saying that it does not find the glade modules.

        The pixbuf engine may be the source of the problem as it's
hidden from the application (it's the theme engine that allows you to
skin the gtk applications).

        Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to