#54 closed task (wontfix)
Installing XML-RPC plug-in in the utgb server
Reported by: | leo | Owned by: | leo |
---|---|---|---|
Priority: | major | Milestone: | UTGB Core 1.0 |
Component: | Administration | Version: | |
Keywords: | Cc: |
Description (last modified by )
Necessary Modules
- python2.5
- python setuptools http://peak.telecommunity.com/DevCenter/setuptools
- XML Rpc-plugin http://trac-hacks.org/wiki/XmlRpcPlugin
Installation Notes
Python Installation (in 64-bit Intel, Fedora Core3)
- Python2.5
> ./configure --enabled-shared > export LD_RUN_PATH=/usr/lib64; make # make install
Change History (7)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
Owner: | changed from somebody to leo |
---|---|
Status: | new → assigned |
comment:3 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
comment:7 Changed 18 years ago by
Milestone: | Genome Browser 0.1 → UTGB Core 1.0 |
---|
Milestone Genome Browser 0.1 deleted
Note: See
TracTickets for help on using
tickets.
Python crashes because of the version mismatch of the expat library used in python2.5 and httpd server.
To fix this, apache server should be recompiled (source install), and it probably makes difficult to maintain some RPM dependencies, so I gave it up this task.