Closed theseer closed 10 years ago
Thanks for your report.
As this package is now in the official EPEL repository, https://bugzilla.redhat.com/ is the correct place to report issues.
Hi,
thanks for the fast reply. Do you want me to move this to bugzilla.redhat.com?
Do you want me to move this to bugzilla.redhat.com?
Not required for now (mostly discussion). But you will be welcome later.
I'm still a bit unhappy with the apache centric thinking in many - if not most - web related packages.
I totally agree. I was thinking of splitting some packages for some time. We are probably going to work on this for Fedora 19, see https://fedoraproject.org/wiki/Features/WebserverDependency
Main issue, for now, is how to drop a config file somewhere and have a webapp working "out of the box" with nginx or lighttpd ?
I'm taking to Scott MacVicar and let you know.
Yes, please
Though only the library path is needed for profiling itself - which would be in the standard include path.
Yes, but which path under /usr/share/php ? xhprof ? xhprof_lib ? xjprof/lib ? other ?
XHProf Release: I didn't get any update from Sara yet (couldn't reach Scott) - so no news on the xhprof release yet.
Webserver: I don't see your issue? Nginx and lighttpd can include config snippets pretty much the same way as apache. So the same logic could be applied for those servers. Of course the config syntax would be different and i'm not convinced that all apache features can be mapped 1:1 for lighty and nginx. So the main issue is what technical dependencies there might be on apache specific features - or vice versa.
Library path: The default pear path in fedora is /usr/share/pear - which is also set in the default include_path of PHP. And the xhprof_lib would be a subdirectory of that. Why would you need to change it?
This is not a "pear" package, so file must not go in /usr/share/pear.
While you are technically correct, that's the location the pecl installer places the files when you install xhprof using "pecl install".
I dont plan to change current layout, as this package is available for a long time, and any change will break people configuration relying on this.
I will think to a better layout for uprofiler if it goes to pecl.
How about making the pear path a symlink? Just a thought...
Hi,
when installing named package from the fedora EPEL repository a customer did run into some issues I'd like to discuss first before making it a fedora/EPEL bug ;)