aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001394 | aMule | Misc | public | 2008-08-25 00:22 | 2008-08-26 11:45 |
Reporter | mr_hyde | ||||
Assigned To | Wuischke | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | SVN | ||||
Target Version | Fixed in Version | ||||
Fixed in Revision | |||||
Operating System | Any | ||||
Summary | 0001394: When configured with --program-suffix/--program-prefix amule cannot launch amuleweb | ||||
Description | Tested with amule 2.2.2 AND amule SVN. If you configure amule with --program-prefix and/or --program-suffix amule is not able to launch amuleweb. If you use --program-prefix=XXX_ then amuleweb it is _INSTALLED_ as "XXX_amuleweb", but in amule.cpp the code used to launch amuleweb on startup considers the name "amuleweb" only. In amule.cpp you can read: // Run webserver? if (thePrefs::GetWSIsEnabled()) { wxString aMuleConfigFile = ConfigDir + wxT("amule.conf"); wxString amulewebPath = wxT("amuleweb"); [...] wxString cmd = wxT("'") + amulewebPath + wxT("' '--amule-config-file=") + aMuleConfigFile + wxT("'"); CTerminationProcessAmuleweb *p = new CTerminationProcessAmuleweb(cmd, &webserver_pid); webserver_pid = wxExecute(cmd, wxEXEC_ASYNC, p); I suppose that it should be necessary to create some macros with the arguments of --program-prefix and --program-suffix to compose the right name, but this goes beyond my poor knowledge of automake/autoconf tools, sorry :-) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-08-25 00:22 | mr_hyde | New Issue | |||
2008-08-25 00:22 | mr_hyde | Operating System | => Any | ||
2008-08-26 11:45 | Wuischke | Status | new => resolved | ||
2008-08-26 11:45 | Wuischke | Resolution | open => fixed | ||
2008-08-26 11:45 | Wuischke | Assigned To | => Wuischke | ||
2008-08-26 11:45 | Wuischke | Note Added: 0002929 |
Notes | |||||
|
|||||
|
|