| Anonymous | Login | Signup for a new account | 2013-06-18 19:44 EDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0002091 | [Cacti] Database | minor | always | 2011-11-01 11:09 | 2011-11-07 20:24 | ||
| Reporter | ktdreyer | View Status | public | ||||
| Assigned To | rony | ||||||
| Priority | normal | Resolution | won't fix | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | Product Version | 0.8.7h | |||
| Target Version | Product Build | ||||||
| Summary | 0002091: allow unbundling of adodb | ||||||
| Description |
Thanks for your work on Cacti. A user at Fedora found that Cacti is bundling a very old version of adodb. The bug report is here: https://bugzilla.redhat.com/665773 [^] Since php-adodb is already in Fedora and EPEL, I plan to remove Cacti's bundled adodb and use the system version instead. The patch that I'm using is attached. In order for this patch to go into upstream 0.8.7, I imagine you'd also want to set_include_path() to incorporate $config["library_path"]. For example: set_include_path(get_include_path() . PATH_SEPARATOR . $config["library_path"]); In this way Cacti will first load the system adodb if it exists, and otherwise use the bundled version. |
||||||
| Steps To Reproduce | |||||||
| Additional Information |
Fedora's rationale for no bundled libraries is at https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries [^] |
||||||
| Tags | No tags attached. | ||||||
| Attached Files |
|
||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |