Actions
User story #4726
closedReduce number of dependencies needed by rudder-agent on aix
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
on AIX rudder-agent needs 20 packages as dependencies to be installed
It most of them comes from Curl, which needs a dozen of packages (openldap, libssh2, etc etc)
We should instead trying to not use curl on aix by managing tcp requests by ourselves, or maybe using a perl dependencies used by fusion
Updated by Matthieu CERDA over 10 years ago
- Status changed from New to 8
First, we could use plain Perl to upload the inventory file using LWP, as we already have a Perl userland, if curl is not available: http://stackoverflow.com/questions/8463187/how-to-make-a-http-put-request-using-lwp
Updated by Matthieu CERDA over 10 years ago
Interesting note:
As of 6.04, LWP::UserAgent has a put helper, so you can now do: $ua->put( $url )
Updated by Jonathan CLARKE over 10 years ago
- Status changed from 12 to Pending release
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-June/000087.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog27
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions