{"id":1909,"date":"2019-09-18T14:59:35","date_gmt":"2019-09-18T20:59:35","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=1909"},"modified":"2019-09-18T15:23:33","modified_gmt":"2019-09-18T21:23:33","slug":"ocs-instalacion-agente-ubuntu-17-10","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=1909","title":{"rendered":"OCS: Instalacion Agente Ubuntu 17.10"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>Ingresamos como el usuario \u00abroot\u00bb<\/li><li>Instalamos dependencias<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update &amp;&amp; sudo apt-get install libssl-dev read-edid ipmitool nmap libmodule-install-perl pciutils dmidecode ipmitool rpcbind systemd ureadahead man-db libtirpc1 irssi pacman -y<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos dependencias<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>cpan -i CPAN\ncpan Digest::MD5 XML::Simple Net::IP LWP Mac::SysProfile Crypt::SSLeay LWP::Protocol::https  Net::CUPS Net::SNMP Net::Netmask Net::Ping Nmap::Parser Data::UUID Proc::Daemon Proc::PID::File nvidia::ml Parse::EDID Compress::Zlib Module::Install<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Descargamos el archivo<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/github.com\/OCSInventory-NG\/UnixAgent\/releases\/download\/2.3\/Ocsinventory-Unix-Agent-2.3.tar.gz<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Descomprimimos el archivo<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>tar -xvf Ocsinventory-Unix-Agent-2.3.tar.gz<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Ingresamos a la carpeta<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>cd Ocsinventory-Unix-Agent-2.3<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Instalamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>perl Makefile.PL<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Si da el error:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Can't locate lib\/Ocsinventory\/Agent\/Config.pm in @INC (you may need to install the lib::Ocsinventory::Agent::Config module) (@INC contains: inc \/etc\/perl \/usr\/local\/lib\/x86_64-linux-gnu\/perl\/5.26.0 \/usr\/local\/share\/perl\/5.26.0 \/usr\/lib\/x86_64-linux-gnu\/perl5\/5.26 \/usr\/share\/perl5 \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26 \/usr\/share\/perl\/5.26 \/usr\/local\/lib\/site_perl \/usr\/lib\/x86_64-linux-gnu\/perl-base) at Makefile.PL line 19<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>abrimos el archivo y remplazamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano MakeFile.PL<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>require 'lib\/Ocsinventory\/Agent\/Config.pm';\nX\nrequire '\/usr\/share\/perl5\/Ocsinventory\/Agent\/Config.pm';<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Creamos el archivo o lo descargamos <a rel=\"noreferrer noopener\" href=\"https:\/\/ugit.blog.siua.ac.cr\/Archivos\/ocs\/Makefile\" target=\"_blank\">aqu\u00ed<\/a><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano Config.pm<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Agregamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"># This Makefile is for the Ocsinventory::Unix::Agent extension to perl.<br>#<br># It was generated automatically by MakeMaker version<br># 7.24 (Revision: 72400) from the contents of<br># Makefile.PL. Don't edit this file, edit Makefile.PL instead.<br>#<br># ANY CHANGES MADE HERE WILL BE LOST!<br>#<br># MakeMaker ARGV: ()<br>#<br><br># MakeMaker Parameters:<br><br># ABSTRACT =&gt; q[OCS Inventory unified Agent for UNIX, Linux and MacOSX]<br># AUTHOR =&gt; [q[OCS Inventory Team]]<br># BUILD_REQUIRES =&gt; { ExtUtils::MakeMaker=&gt;q[6.59] }<br># CONFIGURE_REQUIRES =&gt; { }<br># DISTNAME =&gt; q[Ocsinventory-Unix-Agent]<br># EXE_FILES =&gt; [q[ocsinventory-agent], q[ipdiscover]]<br># LICENSE =&gt; q[gpl]<br># MIN_PERL_VERSION =&gt; q[5.006]<br># NAME =&gt; q[Ocsinventory::Unix::Agent]<br># NO_META =&gt; q[1]<br># PREREQ_PM =&gt; { Data::UUID=&gt;q[0], Digest::MD5=&gt;q[0], ExtUtils::MakeMaker=&gt;q[6.59], File::Temp=&gt;q[0], LWP=&gt;q[0], XML::Simple=&gt;q[0] }<br># TEST_REQUIRES =&gt; { }<br># VERSION =&gt; q[2.0.5]<br># dist =&gt; { }<br># realclean =&gt; { FILES=&gt;q[MYMETA.yml] }<br><br># --- MakeMaker post_initialize section:<br><br><br># --- MakeMaker const_config section:<br><br># These definitions are from config.sh (via \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26\/Config.pm).<br># They may have been overridden via Makefile.PL or on the command line.<br>AR = ar<br>CC = x86_64-linux-gnu-gcc<br>CCCDLFLAGS = -fPIC<br>CCDLFLAGS = -Wl,-E<br>DLEXT = so<br>DLSRC = dl_dlopen.xs<br>EXE_EXT = <br>FULL_AR = \/usr\/bin\/ar<br>LD = x86_64-linux-gnu-gcc<br>LDDLFLAGS = -shared -L\/usr\/local\/lib -fstack-protector-strong<br>LDFLAGS = -fstack-protector-strong -L\/usr\/local\/lib<br>LIBC = libc-2.26.so<br>LIB_EXT = .a<br>OBJ_EXT = .o<br>OSNAME = linux<br>OSVERS = 4.9.0<br>RANLIB = :<br>SITELIBEXP = \/usr\/local\/share\/perl\/5.26.0<br>SITEARCHEXP = \/usr\/local\/lib\/x86_64-linux-gnu\/perl\/5.26.0<br>SO = so<br>VENDORARCHEXP = \/usr\/lib\/x86_64-linux-gnu\/perl5\/5.26<br>VENDORLIBEXP = \/usr\/share\/perl5<br><br><br># --- MakeMaker constants section:<br>AR_STATIC_ARGS = cr<br>DIRFILESEP = \/<br>DFSEP = $(DIRFILESEP)<br>NAME = Ocsinventory::Unix::Agent<br>NAME_SYM = Ocsinventory_Unix_Agent<br>VERSION = 2.0.5<br>VERSION_MACRO = VERSION<br>VERSION_SYM = 2_0_5<br>DEFINE_VERSION = -D$(VERSION_MACRO)=\\\"$(VERSION)\\\"<br>XS_VERSION = 2.0.5<br>XS_VERSION_MACRO = XS_VERSION<br>XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\\\"$(XS_VERSION)\\\"<br>INST_ARCHLIB = blib\/arch<br>INST_SCRIPT = blib\/script<br>INST_BIN = blib\/bin<br>INST_LIB = blib\/lib<br>INST_MAN1DIR = blib\/man1<br>INST_MAN3DIR = blib\/man3<br>MAN1EXT = 1p<br>MAN3EXT = 3pm<br>INSTALLDIRS = site<br>DESTDIR = <br>PREFIX = $(SITEPREFIX)<br>PERLPREFIX = \/usr<br>SITEPREFIX = \/usr\/local<br>VENDORPREFIX = \/usr<br>INSTALLPRIVLIB = \/usr\/share\/perl\/5.26<br>DESTINSTALLPRIVLIB = $(DESTDIR)$(INSTALLPRIVLIB)<br>INSTALLSITELIB = \/usr\/local\/share\/perl\/5.26.0<br>DESTINSTALLSITELIB = $(DESTDIR)$(INSTALLSITELIB)<br>INSTALLVENDORLIB = \/usr\/share\/perl5<br>DESTINSTALLVENDORLIB = $(DESTDIR)$(INSTALLVENDORLIB)<br>INSTALLARCHLIB = \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26<br>DESTINSTALLARCHLIB = $(DESTDIR)$(INSTALLARCHLIB)<br>INSTALLSITEARCH = \/usr\/local\/lib\/x86_64-linux-gnu\/perl\/5.26.0<br>DESTINSTALLSITEARCH = $(DESTDIR)$(INSTALLSITEARCH)<br>INSTALLVENDORARCH = \/usr\/lib\/x86_64-linux-gnu\/perl5\/5.26<br>DESTINSTALLVENDORARCH = $(DESTDIR)$(INSTALLVENDORARCH)<br>INSTALLBIN = \/usr\/bin<br>DESTINSTALLBIN = $(DESTDIR)$(INSTALLBIN)<br>INSTALLSITEBIN = \/usr\/local\/bin<br>DESTINSTALLSITEBIN = $(DESTDIR)$(INSTALLSITEBIN)<br>INSTALLVENDORBIN = \/usr\/bin<br>DESTINSTALLVENDORBIN = $(DESTDIR)$(INSTALLVENDORBIN)<br>INSTALLSCRIPT = \/usr\/bin<br>DESTINSTALLSCRIPT = $(DESTDIR)$(INSTALLSCRIPT)<br>INSTALLSITESCRIPT = \/usr\/local\/bin<br>DESTINSTALLSITESCRIPT = $(DESTDIR)$(INSTALLSITESCRIPT)<br>INSTALLVENDORSCRIPT = \/usr\/bin<br>DESTINSTALLVENDORSCRIPT = $(DESTDIR)$(INSTALLVENDORSCRIPT)<br>INSTALLMAN1DIR = \/usr\/share\/man\/man1<br>DESTINSTALLMAN1DIR = $(DESTDIR)$(INSTALLMAN1DIR)<br>INSTALLSITEMAN1DIR = \/usr\/local\/man\/man1<br>DESTINSTALLSITEMAN1DIR = $(DESTDIR)$(INSTALLSITEMAN1DIR)<br>INSTALLVENDORMAN1DIR = \/usr\/share\/man\/man1<br>DESTINSTALLVENDORMAN1DIR = $(DESTDIR)$(INSTALLVENDORMAN1DIR)<br>INSTALLMAN3DIR = \/usr\/share\/man\/man3<br>DESTINSTALLMAN3DIR = $(DESTDIR)$(INSTALLMAN3DIR)<br>INSTALLSITEMAN3DIR = \/usr\/local\/man\/man3<br>DESTINSTALLSITEMAN3DIR = $(DESTDIR)$(INSTALLSITEMAN3DIR)<br>INSTALLVENDORMAN3DIR = \/usr\/share\/man\/man3<br>DESTINSTALLVENDORMAN3DIR = $(DESTDIR)$(INSTALLVENDORMAN3DIR)<br>PERL_LIB =<br>PERL_ARCHLIB = \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26<br>PERL_ARCHLIBDEP = \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26<br>LIBPERL_A = libperl.a<br>FIRST_MAKEFILE = Makefile<br>MAKEFILE_OLD = Makefile.old<br>MAKE_APERL_FILE = Makefile.aperl<br>PERLMAINCC = $(CC)<br>PERL_INC = \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26\/CORE<br>PERL_INCDEP = \/usr\/lib\/x86_64-linux-gnu\/perl\/5.26\/CORE<br>PERL = \"\/usr\/bin\/perl\" \"-Iinc\"<br>FULLPERL = \"\/usr\/bin\/perl\" \"-Iinc\"<br>ABSPERL = $(PERL)<br>PERLRUN = $(PERL)<br>FULLPERLRUN = $(FULLPERL)<br>ABSPERLRUN = $(ABSPERL)<br>PERLRUNINST = $(PERLRUN) \"-I$(INST_ARCHLIB)\" \"-Iinc\" \"-I$(INST_LIB)\"<br>FULLPERLRUNINST = $(FULLPERLRUN) \"-I$(INST_ARCHLIB)\" \"-Iinc\" \"-I$(INST_LIB)\"<br>ABSPERLRUNINST = $(ABSPERLRUN) \"-I$(INST_ARCHLIB)\" \"-Iinc\" \"-I$(INST_LIB)\"<br>PERL_CORE = 0<br>PERM_DIR = 755<br>PERM_RW = 644<br>PERM_RWX = 755<br><br>MAKEMAKER = \/usr\/share\/perl\/5.26\/ExtUtils\/MakeMaker.pm<br>MM_VERSION = 7.24<br>MM_REVISION = 72400<br><br># FULLEXT = Pathname for extension directory (eg Foo\/Bar\/Oracle).<br># BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)<br># PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)<br># DLBASE = Basename part of dynamic library. May be just equal BASEEXT.<br>MAKE = make<br>FULLEXT = Ocsinventory\/Unix\/Agent<br>BASEEXT = Agent<br>PARENT_NAME = Ocsinventory::Unix<br>DLBASE = $(BASEEXT)<br>VERSION_FROM = <br>OBJECT = <br>LDFROM = $(OBJECT)<br>LINKTYPE = dynamic<br>BOOTDEP = <br><br># Handy lists of source code files:<br>XS_FILES = <br>C_FILES = <br>O_FILES = <br>H_FILES = <br>MAN1PODS = ocsinventory-agent<br>MAN3PODS = lib\/Ocsinventory\/Agent\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Inventory.pm<br><br># Where is the Config information that we are using\/depend on<br>CONFIGDEP = $(PERL_ARCHLIBDEP)$(DFSEP)Config.pm $(PERL_INCDEP)$(DFSEP)config.h<br><br># Where to build things<br>INST_LIBDIR = $(INST_LIB)\/Ocsinventory\/Unix<br>INST_ARCHLIBDIR = $(INST_ARCHLIB)\/Ocsinventory\/Unix<br><br>INST_AUTODIR = $(INST_LIB)\/auto\/$(FULLEXT)<br>INST_ARCHAUTODIR = $(INST_ARCHLIB)\/auto\/$(FULLEXT)<br><br>INST_STATIC = <br>INST_DYNAMIC = <br>INST_BOOT = <br><br># Extra linker info<br>EXPORT_LIST = <br>PERL_ARCHIVE = <br>PERL_ARCHIVEDEP = <br>PERL_ARCHIVE_AFTER = <br><br><br>TO_INST_PM = lib\/Ocsinventory\/Agent.pm \\<br> lib\/Ocsinventory\/Agent\/AccountConfig.pm \\<br> lib\/Ocsinventory\/Agent\/AccountInfo.pm \\<br> lib\/Ocsinventory\/Agent\/Backend.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/AccessLog.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/DeviceID.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/IpDiscover.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/IpDiscover.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/Nmap.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Controller.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Hardware.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/IPv4.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/LVM.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Memory.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Modems.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Slots.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Software.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Sounds.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Users.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Videos.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Alpha.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/I386.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sgimips.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sparc.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/IPv4.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Sys.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Uptime.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Batteries.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Bios.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Memory.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Ports.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Slots.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/UUID.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Hostname.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Ipmi.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Controllers.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Modems.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Sounds.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Videos.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb\/Usb.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/BSDpkg.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/ByHand.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Deb.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Gentoo.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Pacman.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/RPM.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Printers\/Cups.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Screen.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Users.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Bios.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Controller.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/IPv4.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Memory.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/README \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Slots.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Software.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/Various.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/LSB.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/ArchLinux.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/CentOS.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Debian.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Fedora.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Gentoo.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Knoppix.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandrake.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandriva.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Oracle.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Redhat.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Slackware.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/SuSE.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Trustix.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Ubuntu.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/VmWare.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Inputs.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/LVM.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/IP.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sounds.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/3ware.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Adaptec.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/FusionIO.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/HP.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Lsilogic.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Megacli.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/ServeRaid.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sys.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Uptime.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Bios.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Camera.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Controllers.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Hostname.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/IPv4.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Packages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Printers.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Slots.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Sound.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Uptime.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Video.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Bios.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/CPU.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Controllers.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Domains.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Drives.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/IPv4.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Mem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Memory.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Networks.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Packages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Slots.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Storages.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Users.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Docker.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Jails.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Libvirt.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Lxc.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Parallels.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Qemu.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/SolarisZones.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VirtualBox.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareDesktop.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareESX.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareWorkstation.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Vmsystem.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XL.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XM.pm \\<br> lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/XenCitrixServer.pm \\<br> lib\/Ocsinventory\/Agent\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Config.pm \\<br> lib\/Ocsinventory\/Agent\/Hooks.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Apache\/VhostsEL.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Download.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Example.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/11.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/231.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/2620.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/311.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3224.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3375.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/42.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/641.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/7244.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/789.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/8072.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/9.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Default.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Entity_Mib.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Host_Resources_Mib.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/If_Mib.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Printer_Mib.pm \\<br> lib\/Ocsinventory\/Agent\/Network.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Inventory.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Prolog.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Response.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Response\/Inventory.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Response\/Prolog.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/SimpleMessage.pm \\<br> lib\/Ocsinventory\/Compress.pm \\<br> lib\/Ocsinventory\/Logger.pm \\<br> lib\/Ocsinventory\/LoggerBackend\/File.pm \\<br> lib\/Ocsinventory\/LoggerBackend\/Stderr.pm \\<br> lib\/Ocsinventory\/LoggerBackend\/Syslog.pm \\<br> postinst.pl<br><br><br># --- MakeMaker platform_constants section:<br>MM_Unix_VERSION = 7.24<br>PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc<br><br><br># --- MakeMaker tool_autosplit section:<br># Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto<br>AUTOSPLITFILE = $(ABSPERLRUN) -e 'use AutoSplit; autosplit($$$$ARGV[0], $$$$ARGV[1], 0, 1, 1)' --<br><br><br><br># --- MakeMaker tool_xsubpp section:<br><br><br># --- MakeMaker tools_other section:<br>SHELL = \/bin\/sh<br>CHMOD = chmod<br>CP = cp<br>MV = mv<br>NOOP = $(TRUE)<br>NOECHO = @<br>RM_F = rm -f<br>RM_RF = rm -rf<br>TEST_F = test -f<br>TOUCH = touch<br>UMASK_NULL = umask 0<br>DEV_NULL = &gt; \/dev\/null 2&gt;&amp;1<br>MKPATH = $(ABSPERLRUN) -MExtUtils::Command -e 'mkpath' --<br>EQUALIZE_TIMESTAMP = $(ABSPERLRUN) -MExtUtils::Command -e 'eqtime' --<br>FALSE = false<br>TRUE = true<br>ECHO = echo<br>ECHO_N = echo -n<br>UNINST = 0<br>VERBINST = 0<br>MOD_INSTALL = $(ABSPERLRUN) -MExtUtils::Install -e 'install([ from_to =&gt; {@ARGV}, verbose =&gt; '\\''$(VERBINST)'\\'', uninstall_shadows =&gt; '\\''$(UNINST)'\\'', dir_mode =&gt; '\\''$(PERM_DIR)'\\'' ]);' --<br>DOC_INSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'perllocal_install' --<br>UNINSTALL = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'uninstall' --<br>WARN_IF_OLD_PACKLIST = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'warn_if_old_packlist' --<br>MACROSTART = <br>MACROEND = <br>USEMAKEFILE = -f<br>FIXIN = $(ABSPERLRUN) -MExtUtils::MY -e 'MY-&gt;fixin(shift)' --<br>CP_NONEMPTY = $(ABSPERLRUN) -MExtUtils::Command::MM -e 'cp_nonempty' --<br><br><br># --- MakeMaker makemakerdflt section:<br>makemakerdflt : all<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker dist section:<br>TAR = tar<br>TARFLAGS = cvf<br>ZIP = zip<br>ZIPFLAGS = -r<br>COMPRESS = gzip --best<br>SUFFIX = .gz<br>SHAR = shar<br>PREOP = $(NOECHO) $(NOOP)<br>POSTOP = $(NOECHO) $(NOOP)<br>TO_UNIX = $(NOECHO) $(NOOP)<br>CI = ci -u<br>RCS_LABEL = rcs -Nv$(VERSION_SYM): -q<br>DIST_CP = best<br>DIST_DEFAULT = tardist<br>DISTNAME = Ocsinventory-Unix-Agent<br>DISTVNAME = Ocsinventory-Unix-Agent-2.0.5<br><br><br># --- MakeMaker macro section:<br><br><br># --- MakeMaker depend section:<br><br><br># --- MakeMaker cflags section:<br><br><br># --- MakeMaker const_loadlibs section:<br><br><br># --- MakeMaker const_cccmd section:<br><br><br># --- MakeMaker post_constants section:<br><br><br># --- MakeMaker pasthru section:<br><br>PASTHRU = LIBPERL_A=\"$(LIBPERL_A)\"\\<br> LINKTYPE=\"$(LINKTYPE)\"\\<br> LD=\"$(LD)\"\\<br> PREFIX=\"$(PREFIX)\"\\<br> PASTHRU_DEFINE='$(DEFINE) $(PASTHRU_DEFINE)'\\<br> PASTHRU_INC='$(INC) $(PASTHRU_INC)'<br><br><br># --- MakeMaker special_targets section:<br>.SUFFIXES : .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT)<br><br>.PHONY: all config static dynamic test linkext manifest blibdirs clean realclean disttest distdir pure_all subdirs clean_subdirs makemakerdflt manifypods realclean_subdirs subdirs_dynamic subdirs_pure_nolink subdirs_static subdirs-test_dynamic subdirs-test_static test_dynamic test_static<br><br><br><br># --- MakeMaker c_o section:<br><br><br># --- MakeMaker xs_c section:<br><br><br># --- MakeMaker xs_o section:<br><br><br># --- MakeMaker top_targets section:<br>all :: pure_all manifypods<br> $(NOECHO) $(NOOP)<br><br>pure_all :: config pm_to_blib subdirs linkext<br> $(NOECHO) $(NOOP)<br><br> $(NOECHO) $(NOOP)<br><br>subdirs :: $(MYEXTLIB)<br> $(NOECHO) $(NOOP)<br><br>config :: $(FIRST_MAKEFILE) blibdirs<br> $(NOECHO) $(NOOP)<br><br>help :<br> perldoc ExtUtils::MakeMaker<br><br><br># --- MakeMaker blibdirs section:<br>blibdirs : $(INST_LIBDIR)$(DFSEP).exists $(INST_ARCHLIB)$(DFSEP).exists $(INST_AUTODIR)$(DFSEP).exists $(INST_ARCHAUTODIR)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists $(INST_SCRIPT)$(DFSEP).exists $(INST_MAN1DIR)$(DFSEP).exists $(INST_MAN3DIR)$(DFSEP).exists<br> $(NOECHO) $(NOOP)<br><br># Backwards compat with 6.18 through 6.25<br>blibdirs.ts : blibdirs<br> $(NOECHO) $(NOOP)<br><br>$(INST_LIBDIR)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_LIBDIR)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_LIBDIR)<br> $(NOECHO) $(TOUCH) $(INST_LIBDIR)$(DFSEP).exists<br><br>$(INST_ARCHLIB)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_ARCHLIB)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_ARCHLIB)<br> $(NOECHO) $(TOUCH) $(INST_ARCHLIB)$(DFSEP).exists<br><br>$(INST_AUTODIR)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_AUTODIR)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_AUTODIR)<br> $(NOECHO) $(TOUCH) $(INST_AUTODIR)$(DFSEP).exists<br><br>$(INST_ARCHAUTODIR)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_ARCHAUTODIR)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_ARCHAUTODIR)<br> $(NOECHO) $(TOUCH) $(INST_ARCHAUTODIR)$(DFSEP).exists<br><br>$(INST_BIN)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_BIN)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_BIN)<br> $(NOECHO) $(TOUCH) $(INST_BIN)$(DFSEP).exists<br><br>$(INST_SCRIPT)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_SCRIPT)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_SCRIPT)<br> $(NOECHO) $(TOUCH) $(INST_SCRIPT)$(DFSEP).exists<br><br>$(INST_MAN1DIR)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_MAN1DIR)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_MAN1DIR)<br> $(NOECHO) $(TOUCH) $(INST_MAN1DIR)$(DFSEP).exists<br><br>$(INST_MAN3DIR)$(DFSEP).exists :: Makefile.PL<br> $(NOECHO) $(MKPATH) $(INST_MAN3DIR)<br> $(NOECHO) $(CHMOD) $(PERM_DIR) $(INST_MAN3DIR)<br> $(NOECHO) $(TOUCH) $(INST_MAN3DIR)$(DFSEP).exists<br><br><br><br># --- MakeMaker linkext section:<br><br>linkext :: dynamic<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker dlsyms section:<br><br><br># --- MakeMaker dynamic_bs section:<br><br>BOOTSTRAP =<br><br><br># --- MakeMaker dynamic section:<br><br>dynamic :: $(FIRST_MAKEFILE) config $(INST_BOOT) $(INST_DYNAMIC)<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker dynamic_lib section:<br><br><br># --- MakeMaker static section:<br><br>## $(INST_PM) has been moved to the all: target.<br>## It remains here for awhile to allow for old usage: \"make static\"<br>static :: $(FIRST_MAKEFILE) $(INST_STATIC)<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker static_lib section:<br><br><br># --- MakeMaker manifypods section:<br><br>POD2MAN_EXE = $(PERLRUN) \"-MExtUtils::Command::MM\" -e pod2man \"--\"<br>POD2MAN = $(POD2MAN_EXE)<br><br><br>manifypods : pure_all config \\<br> lib\/Ocsinventory\/Agent\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm \\<br> lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm \\<br> lib\/Ocsinventory\/Agent\/XML\/Inventory.pm \\<br> ocsinventory-agent<br> $(NOECHO) $(POD2MAN) --section=$(MAN1EXT) --perm_rw=$(PERM_RW) -u \\<br> ocsinventory-agent $(INST_MAN1DIR)\/ocsinventory-agent.$(MAN1EXT) <br> $(NOECHO) $(POD2MAN) --section=$(MAN3EXT) --perm_rw=$(PERM_RW) -u \\<br> lib\/Ocsinventory\/Agent\/Common.pm $(INST_MAN3DIR)\/Ocsinventory::Agent::Common.$(MAN3EXT) \\<br> lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm $(INST_MAN3DIR)\/Ocsinventory::Agent::Modules::Apache::Vhosts::Common.$(MAN3EXT) \\<br> lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm $(INST_MAN3DIR)\/Ocsinventory::Agent::Modules::Databases::Oracle::Instances.$(MAN3EXT) \\<br> lib\/Ocsinventory\/Agent\/XML\/Inventory.pm $(INST_MAN3DIR)\/Ocsinventory::Agent::XML::Inventory.$(MAN3EXT) <br><br><br><br><br># --- MakeMaker processPL section:<br><br><br># --- MakeMaker installbin section:<br><br>EXE_FILES = ipdiscover ocsinventory-agent<br><br>pure_all :: $(INST_SCRIPT)\/ipdiscover $(INST_SCRIPT)\/ocsinventory-agent<br> $(NOECHO) $(NOOP)<br><br>realclean ::<br> $(RM_F) \\<br> $(INST_SCRIPT)\/ipdiscover $(INST_SCRIPT)\/ocsinventory-agent <br><br>$(INST_SCRIPT)\/ipdiscover : ipdiscover $(FIRST_MAKEFILE) $(INST_SCRIPT)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists<br> $(NOECHO) $(RM_F) $(INST_SCRIPT)\/ipdiscover<br> $(CP) ipdiscover $(INST_SCRIPT)\/ipdiscover<br> $(FIXIN) $(INST_SCRIPT)\/ipdiscover<br> -$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_SCRIPT)\/ipdiscover<br><br>$(INST_SCRIPT)\/ocsinventory-agent : ocsinventory-agent $(FIRST_MAKEFILE) $(INST_SCRIPT)$(DFSEP).exists $(INST_BIN)$(DFSEP).exists<br> $(NOECHO) $(RM_F) $(INST_SCRIPT)\/ocsinventory-agent<br> $(CP) ocsinventory-agent $(INST_SCRIPT)\/ocsinventory-agent<br> $(FIXIN) $(INST_SCRIPT)\/ocsinventory-agent<br> -$(NOECHO) $(CHMOD) $(PERM_RWX) $(INST_SCRIPT)\/ocsinventory-agent<br><br><br><br># --- MakeMaker subdirs section:<br><br># none<br><br># --- MakeMaker clean_subdirs section:<br>clean_subdirs :<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker clean section:<br><br># Delete temporary files but do not touch installed files. We don't delete<br># the Makefile here so a later make realclean still has a makefile to use.<br><br>clean :: clean_subdirs<br> - $(RM_F) \\<br> $(BASEEXT).bso $(BASEEXT).def \\<br> $(BASEEXT).exp $(BASEEXT).x \\<br> $(BOOTSTRAP) $(INST_ARCHAUTODIR)\/extralibs.all \\<br> $(INST_ARCHAUTODIR)\/extralibs.ld $(MAKE_APERL_FILE) \\<br> *$(LIB_EXT) *$(OBJ_EXT) \\<br> *perl.core MYMETA.json \\<br> MYMETA.yml blibdirs.ts \\<br> core core.*perl.*.? \\<br> core.[0-9] core.[0-9][0-9] \\<br> core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \\<br> core.[0-9][0-9][0-9][0-9][0-9] lib$(BASEEXT).def \\<br> mon.out perl \\<br> perl$(EXE_EXT) perl.exe \\<br> perlmain.c pm_to_blib \\<br> pm_to_blib.ts so_locations \\<br> tmon.out <br> - $(RM_RF) \\<br> blib <br> $(NOECHO) $(RM_F) $(MAKEFILE_OLD)<br> - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)<br><br><br># --- MakeMaker realclean_subdirs section:<br># so clean is forced to complete before realclean_subdirs runs<br>realclean_subdirs : clean<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker realclean section:<br># Delete temporary files (via clean) and also delete dist files<br>realclean purge :: realclean_subdirs<br> - $(RM_F) \\<br> $(FIRST_MAKEFILE) $(MAKEFILE_OLD) <br> - $(RM_RF) \\<br> $(DISTVNAME) MYMETA.yml <br><br><br># --- MakeMaker metafile section:<br>metafile :<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker signature section:<br>signature :<br> cpansign -s<br><br><br># --- MakeMaker dist_basics section:<br>distclean :: realclean distcheck<br> $(NOECHO) $(NOOP)<br><br>distcheck :<br> $(PERLRUN) \"-MExtUtils::Manifest=fullcheck\" -e fullcheck<br><br>skipcheck :<br> $(PERLRUN) \"-MExtUtils::Manifest=skipcheck\" -e skipcheck<br><br>manifest :<br> $(PERLRUN) \"-MExtUtils::Manifest=mkmanifest\" -e mkmanifest<br><br>veryclean : realclean<br> $(RM_F) *~ *\/*~ *.orig *\/*.orig *.bak *\/*.bak *.old *\/*.old<br><br><br><br># --- MakeMaker dist_core section:<br><br>dist : $(DIST_DEFAULT) $(FIRST_MAKEFILE)<br> $(NOECHO) $(ABSPERLRUN) -l -e 'print '\\''Warning: Makefile possibly out of date with $(VERSION_FROM)'\\''' \\<br> -e ' if -e '\\''$(VERSION_FROM)'\\'' and -M '\\''$(VERSION_FROM)'\\'' &lt; -M '\\''$(FIRST_MAKEFILE)'\\'';' --<br><br>tardist : $(DISTVNAME).tar$(SUFFIX)<br> $(NOECHO) $(NOOP)<br><br>uutardist : $(DISTVNAME).tar$(SUFFIX)<br> uuencode $(DISTVNAME).tar$(SUFFIX) $(DISTVNAME).tar$(SUFFIX) &gt; $(DISTVNAME).tar$(SUFFIX)_uu<br> $(NOECHO) $(ECHO) 'Created $(DISTVNAME).tar$(SUFFIX)_uu'<br><br>$(DISTVNAME).tar$(SUFFIX) : distdir<br> $(PREOP)<br> $(TO_UNIX)<br> $(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME)<br> $(RM_RF) $(DISTVNAME)<br> $(COMPRESS) $(DISTVNAME).tar<br> $(NOECHO) $(ECHO) 'Created $(DISTVNAME).tar$(SUFFIX)'<br> $(POSTOP)<br><br>zipdist : $(DISTVNAME).zip<br> $(NOECHO) $(NOOP)<br><br>$(DISTVNAME).zip : distdir<br> $(PREOP)<br> $(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)<br> $(RM_RF) $(DISTVNAME)<br> $(NOECHO) $(ECHO) 'Created $(DISTVNAME).zip'<br> $(POSTOP)<br><br>shdist : distdir<br> $(PREOP)<br> $(SHAR) $(DISTVNAME) &gt; $(DISTVNAME).shar<br> $(RM_RF) $(DISTVNAME)<br> $(NOECHO) $(ECHO) 'Created $(DISTVNAME).shar'<br> $(POSTOP)<br><br><br># --- MakeMaker distdir section:<br>create_distdir :<br> $(RM_RF) $(DISTVNAME)<br> $(PERLRUN) \"-MExtUtils::Manifest=manicopy,maniread\" \\<br> -e \"manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');\"<br><br>distdir : create_distdir <br> $(NOECHO) $(NOOP)<br><br><br><br># --- MakeMaker dist_test section:<br>disttest : distdir<br> cd $(DISTVNAME) &amp;&amp; $(ABSPERLRUN) Makefile.PL <br> cd $(DISTVNAME) &amp;&amp; $(MAKE) $(PASTHRU)<br> cd $(DISTVNAME) &amp;&amp; $(MAKE) test $(PASTHRU)<br><br><br><br># --- MakeMaker dist_ci section:<br>ci :<br> $(ABSPERLRUN) -MExtUtils::Manifest=maniread -e '@all = sort keys %{ maniread() };' \\<br> -e 'print(qq{Executing $(CI) @all\\n});' \\<br> -e 'system(qq{$(CI) @all}) == 0 or die $$!;' \\<br> -e 'print(qq{Executing $(RCS_LABEL) ...\\n});' \\<br> -e 'system(qq{$(RCS_LABEL) @all}) == 0 or die $$!;' --<br><br><br># --- MakeMaker distmeta section:<br>distmeta : create_distdir metafile<br> $(NOECHO) cd $(DISTVNAME) &amp;&amp; $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'exit unless -e q{META.yml};' \\<br> -e 'eval { maniadd({q{META.yml} =&gt; q{Module YAML meta-data (added by MakeMaker)}}) }' \\<br> -e ' or die \"Could not add META.yml to MANIFEST: $${'\\''@'\\''}\"' --<br> $(NOECHO) cd $(DISTVNAME) &amp;&amp; $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'exit unless -f q{META.json};' \\<br> -e 'eval { maniadd({q{META.json} =&gt; q{Module JSON meta-data (added by MakeMaker)}}) }' \\<br> -e ' or die \"Could not add META.json to MANIFEST: $${'\\''@'\\''}\"' --<br><br><br><br># --- MakeMaker distsignature section:<br>distsignature : distmeta<br> $(NOECHO) cd $(DISTVNAME) &amp;&amp; $(ABSPERLRUN) -MExtUtils::Manifest=maniadd -e 'eval { maniadd({q{SIGNATURE} =&gt; q{Public-key signature (added by MakeMaker)}}) }' \\<br> -e ' or die \"Could not add SIGNATURE to MANIFEST: $${'\\''@'\\''}\"' --<br> $(NOECHO) cd $(DISTVNAME) &amp;&amp; $(TOUCH) SIGNATURE<br> cd $(DISTVNAME) &amp;&amp; cpansign -s<br><br><br><br># --- MakeMaker install section:<br><br>install :: pure_install doc_install<br> $(NOECHO) $(NOOP)<br><br>install_perl :: pure_perl_install doc_perl_install<br> $(NOECHO) $(NOOP)<br><br>install_site :: pure_site_install doc_site_install<br> $(NOECHO) $(NOOP)<br><br>install_vendor :: pure_vendor_install doc_vendor_install<br> $(NOECHO) $(NOOP)<br><br>pure_install :: pure_$(INSTALLDIRS)_install<br> $(NOECHO) $(NOOP)<br><br>doc_install :: doc_$(INSTALLDIRS)_install<br> $(NOECHO) $(NOOP)<br><br>pure__install : pure_site_install<br> $(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site<br><br>doc__install : doc_site_install<br> $(NOECHO) $(ECHO) INSTALLDIRS not defined, defaulting to INSTALLDIRS=site<br><br>pure_perl_install :: all<br> $(NOECHO) umask 022; $(MOD_INSTALL) \\<br> \"$(INST_LIB)\" \"$(DESTINSTALLPRIVLIB)\" \\<br> \"$(INST_ARCHLIB)\" \"$(DESTINSTALLARCHLIB)\" \\<br> \"$(INST_BIN)\" \"$(DESTINSTALLBIN)\" \\<br> \"$(INST_SCRIPT)\" \"$(DESTINSTALLSCRIPT)\" \\<br> \"$(INST_MAN1DIR)\" \"$(DESTINSTALLMAN1DIR)\" \\<br> \"$(INST_MAN3DIR)\" \"$(DESTINSTALLMAN3DIR)\"<br> $(NOECHO) $(WARN_IF_OLD_PACKLIST) \\<br> \"$(SITEARCHEXP)\/auto\/$(FULLEXT)\"<br><br><br>pure_site_install :: all<br> $(NOECHO) umask 02; $(MOD_INSTALL) \\<br> read \"$(SITEARCHEXP)\/auto\/$(FULLEXT)\/.packlist\" \\<br> write \"$(DESTINSTALLSITEARCH)\/auto\/$(FULLEXT)\/.packlist\" \\<br> \"$(INST_LIB)\" \"$(DESTINSTALLSITELIB)\" \\<br> \"$(INST_ARCHLIB)\" \"$(DESTINSTALLSITEARCH)\" \\<br> \"$(INST_BIN)\" \"$(DESTINSTALLSITEBIN)\" \\<br> \"$(INST_SCRIPT)\" \"$(DESTINSTALLSITESCRIPT)\" \\<br> \"$(INST_MAN1DIR)\" \"$(DESTINSTALLSITEMAN1DIR)\" \\<br> \"$(INST_MAN3DIR)\" \"$(DESTINSTALLSITEMAN3DIR)\"<br> $(NOECHO) $(WARN_IF_OLD_PACKLIST) \\<br> \"$(PERL_ARCHLIB)\/auto\/$(FULLEXT)\"<br><br>pure_vendor_install :: all<br> $(NOECHO) umask 022; $(MOD_INSTALL) \\<br> \"$(INST_LIB)\" \"$(DESTINSTALLVENDORLIB)\" \\<br> \"$(INST_ARCHLIB)\" \"$(DESTINSTALLVENDORARCH)\" \\<br> \"$(INST_BIN)\" \"$(DESTINSTALLVENDORBIN)\" \\<br> \"$(INST_SCRIPT)\" \"$(DESTINSTALLVENDORSCRIPT)\" \\<br> \"$(INST_MAN1DIR)\" \"$(DESTINSTALLVENDORMAN1DIR)\" \\<br> \"$(INST_MAN3DIR)\" \"$(DESTINSTALLVENDORMAN3DIR)\"<br><br><br>doc_perl_install :: all<br><br>doc_site_install :: all<br> $(NOECHO) $(ECHO) Appending installation info to \"$(DESTINSTALLSITEARCH)\/perllocal.pod\"<br> -$(NOECHO) umask 02; $(MKPATH) \"$(DESTINSTALLSITEARCH)\"<br> -$(NOECHO) umask 02; $(DOC_INSTALL) \\<br> \"Module\" \"$(NAME)\" \\<br> \"installed into\" \"$(INSTALLSITELIB)\" \\<br> LINKTYPE \"$(LINKTYPE)\" \\<br> VERSION \"$(VERSION)\" \\<br> EXE_FILES \"$(EXE_FILES)\" \\<br> &gt;&gt; \"$(DESTINSTALLSITEARCH)\/perllocal.pod\"<br><br>doc_vendor_install :: all<br><br><br>uninstall :: uninstall_from_$(INSTALLDIRS)dirs<br> $(NOECHO) $(NOOP)<br><br>uninstall_from_perldirs ::<br><br>uninstall_from_sitedirs ::<br> $(NOECHO) $(UNINSTALL) \"$(SITEARCHEXP)\/auto\/$(FULLEXT)\/.packlist\"<br><br>uninstall_from_vendordirs ::<br><br><br># --- MakeMaker force section:<br># Phony target to force checking subdirectories.<br>FORCE :<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker perldepend section:<br><br><br># --- MakeMaker makefile section:<br># We take a very conservative approach here, but it's worth it.<br># We move Makefile to Makefile.old here to avoid gnu make looping.<br>$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)<br> $(NOECHO) $(ECHO) \"Makefile out-of-date with respect to $?\"<br> $(NOECHO) $(ECHO) \"Cleaning current config before rebuilding Makefile...\"<br> -$(NOECHO) $(RM_F) $(MAKEFILE_OLD)<br> -$(NOECHO) $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD)<br> - $(MAKE) $(USEMAKEFILE) $(MAKEFILE_OLD) clean $(DEV_NULL)<br> $(PERLRUN) Makefile.PL <br> $(NOECHO) $(ECHO) \"==&gt; Your Makefile has been rebuilt. &lt;==\"<br> $(NOECHO) $(ECHO) \"==&gt; Please rerun the $(MAKE) command. &lt;==\"<br> $(FALSE)<br><br><br><br># --- MakeMaker staticmake section:<br><br># --- MakeMaker makeaperl section ---<br>MAP_TARGET = perl<br>FULLPERL = \"\/usr\/bin\/perl\"<br>MAP_PERLINC = \"-Iblib\/arch\" \"-Iblib\/lib\" \"-I\/usr\/lib\/x86_64-linux-gnu\/perl\/5.26\" \"-I\/usr\/share\/perl\/5.26\"<br><br>$(MAP_TARGET) :: $(MAKE_APERL_FILE)<br> $(MAKE) $(USEMAKEFILE) $(MAKE_APERL_FILE) $@<br><br>$(MAKE_APERL_FILE) : static $(FIRST_MAKEFILE) pm_to_blib<br> $(NOECHO) $(ECHO) Writing \\\"$(MAKE_APERL_FILE)\\\" for this $(MAP_TARGET)<br> $(NOECHO) $(PERLRUNINST) \\<br> Makefile.PL DIR=\"\" \\<br> MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \\<br> MAKEAPERL=1 NORECURS=1 CCCDLFLAGS=<br><br><br># --- MakeMaker test section:<br>TEST_VERBOSE=0<br>TEST_TYPE=test_$(LINKTYPE)<br>TEST_FILE = test.pl<br>TEST_FILES = <br>TESTDB_SW = -d<br><br>testdb :: testdb_$(LINKTYPE)<br> $(NOECHO) $(NOOP)<br><br>test :: $(TEST_TYPE)<br> $(NOECHO) $(NOOP)<br><br># Occasionally we may face this degenerate target:<br>test_ : test_dynamic<br> $(NOECHO) $(NOOP)<br><br>subdirs-test_dynamic :: dynamic pure_all<br><br>testdb_dynamic test_dynamic :: subdirs-test_dynamic<br> $(NOECHO) $(ECHO) 'No tests defined for $(NAME) extension.'<br><br>subdirs-test_static :: static pure_all<br><br>testdb_static test_static :: subdirs-test_static<br> $(NOECHO) $(ECHO) 'No tests defined for $(NAME) extension.'<br><br><br><br># --- MakeMaker ppd section:<br># Creates a PPD (Perl Package Description) for a binary distribution.<br>ppd :<br> $(NOECHO) $(ECHO) '&lt;SOFTPKG NAME=\"Ocsinventory-Unix-Agent\" VERSION=\"2.0.5\"&gt;' &gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;ABSTRACT&gt;OCS Inventory unified Agent for UNIX, Linux and MacOSX&lt;\/ABSTRACT&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;AUTHOR&gt;OCS Inventory Team&lt;\/AUTHOR&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;IMPLEMENTATION&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;PERLCORE VERSION=\"5,006,0,0\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;REQUIRE NAME=\"Data::UUID\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;REQUIRE NAME=\"Digest::MD5\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;REQUIRE NAME=\"File::Temp\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;REQUIRE NAME=\"LWP::\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;REQUIRE NAME=\"XML::Simple\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;ARCHITECTURE NAME=\"x86_64-linux-gnu-thread-multi-5.26\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;CODEBASE HREF=\"\" \/&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) ' &lt;\/IMPLEMENTATION&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br> $(NOECHO) $(ECHO) '&lt;\/SOFTPKG&gt;' &gt;&gt; Ocsinventory-Unix-Agent.ppd<br><br><br># --- MakeMaker pm_to_blib section:<br><br>pm_to_blib : $(FIRST_MAKEFILE) $(TO_INST_PM)<br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent.pm' 'blib\/lib\/Ocsinventory\/Agent.pm' \\<br> 'lib\/Ocsinventory\/Agent\/AccountConfig.pm' 'blib\/lib\/Ocsinventory\/Agent\/AccountConfig.pm' \\<br> 'lib\/Ocsinventory\/Agent\/AccountInfo.pm' 'blib\/lib\/Ocsinventory\/Agent\/AccountInfo.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/AccessLog.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/AccessLog.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/DeviceID.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/DeviceID.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/IpDiscover.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/IpDiscover.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/IpDiscover.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/IpDiscover.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/Nmap.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/IpDiscover\/Nmap.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Controller.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Controller.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Hardware.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Hardware.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/IPv4.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/IPv4.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/LVM.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/LVM.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Memory.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Memory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Modems.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Modems.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Slots.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Slots.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Software.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Software.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Sounds.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Sounds.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Users.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Users.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Videos.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/AIX\/Videos.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Alpha.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Alpha.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/I386.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/I386.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sgimips.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sgimips.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sparc.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Archs\/Sparc.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/IPv4.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/IPv4.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Sys.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Sys.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Uptime.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/BSD\/Uptime.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Batteries.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Batteries.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Bios.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Bios.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Memory.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Memory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Ports.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Ports.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Slots.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/Slots.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/UUID.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Dmidecode\/UUID.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Hostname.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Hostname.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Ipmi.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Ipmi.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Controllers.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Controllers.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Modems.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Modems.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Sounds.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Sounds.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Videos.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lspci\/Videos.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb\/Usb.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Lsusb\/Usb.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/BSDpkg.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/BSDpkg.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/ByHand.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/ByHand.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Deb.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Deb.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Gentoo.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Gentoo.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Pacman.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/Pacman.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/RPM.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Packaging\/RPM.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Printers\/Cups.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Printers\/Cups.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Screen.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Screen.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Users.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Generic\/Users.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Bios.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Bios.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/CPU.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Controller.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Controller.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/IPv4.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/IPv4.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Memory.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Memory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/README' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/README' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Slots.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Slots.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Software.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Software.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/HPUX\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/ARM\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/Alpha\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/MIPS\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/Various.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/PowerPC\/Various.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/SPARC\/CPU.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/i386\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/m68k\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Archs\/s390x\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/LSB.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/LSB.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/ArchLinux.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/ArchLinux.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/CentOS.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/CentOS.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Debian.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Debian.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Fedora.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Fedora.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Gentoo.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Gentoo.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Knoppix.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Knoppix.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandrake.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandrake.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandriva.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Mandriva.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Oracle.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Oracle.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Redhat.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Redhat.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Slackware.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Slackware.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/SuSE.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/SuSE.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Trustix.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Trustix.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Ubuntu.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/Ubuntu.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/VmWare.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Distro\/NonLSB\/VmWare.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Inputs.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Inputs.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/LVM.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/LVM.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/IP.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/IP.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Network\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sounds.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sounds.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/3ware.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/3ware.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Adaptec.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Adaptec.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/FusionIO.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/FusionIO.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/HP.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/HP.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Lsilogic.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Lsilogic.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Megacli.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/Megacli.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/ServeRaid.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Storages\/ServeRaid.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sys.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Sys.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Uptime.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Linux\/Uptime.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Bios.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Bios.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Camera.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Camera.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Controllers.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Controllers.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Hostname.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Hostname.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/IPv4.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/IPv4.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Packages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Packages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Printers.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Printers.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Slots.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Slots.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Sound.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Sound.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Uptime.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Uptime.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Video.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/MacOS\/Video.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Bios.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Bios.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/CPU.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/CPU.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Controllers.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Controllers.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Domains.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Domains.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Drives.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Drives.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/IPv4.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/IPv4.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Mem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Mem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Memory.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Memory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Networks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Networks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Packages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Packages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Slots.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Slots.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Storages.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Storages.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Users.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/OS\/Solaris\/Users.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Docker.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Docker.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Jails.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Jails.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Libvirt.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Libvirt.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Lxc.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Lxc.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Parallels.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Parallels.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Qemu.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Qemu.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/SolarisZones.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/SolarisZones.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VirtualBox.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VirtualBox.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareDesktop.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareDesktop.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareESX.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareESX.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareWorkstation.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/VmWareWorkstation.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Vmsystem.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Vmsystem.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XL.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XL.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XM.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/Xen\/XM.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/XenCitrixServer.pm' 'blib\/lib\/Ocsinventory\/Agent\/Backend\/Virtualization\/XenCitrixServer.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Common.pm' 'blib\/lib\/Ocsinventory\/Agent\/Common.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Config.pm' 'blib\/lib\/Ocsinventory\/Agent\/Config.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Hooks.pm' 'blib\/lib\/Ocsinventory\/Agent\/Hooks.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Apache\/Vhosts\/Common.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Apache\/VhostsEL.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Apache\/VhostsEL.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Databases\/Oracle\/Instances.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Download.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Download.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Example.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Example.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/11.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/11.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/231.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/231.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/2620.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/2620.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/311.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/311.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3224.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3224.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3375.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/3375.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/42.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/42.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/641.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/641.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/7244.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/7244.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/789.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/789.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/8072.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/8072.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/9.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/9.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Default.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Default.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Entity_Mib.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Entity_Mib.pm' <br> $(NOECHO) $(ABSPERLRUN) -MExtUtils::Install -e 'pm_to_blib({@ARGV}, '\\''$(INST_LIB)\/auto'\\'', q[$(PM_FILTER)], '\\''$(PERM_DIR)'\\'')' -- \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Host_Resources_Mib.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Host_Resources_Mib.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/If_Mib.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/If_Mib.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Printer_Mib.pm' 'blib\/lib\/Ocsinventory\/Agent\/Modules\/Snmp\/Printer_Mib.pm' \\<br> 'lib\/Ocsinventory\/Agent\/Network.pm' 'blib\/lib\/Ocsinventory\/Agent\/Network.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/Inventory.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/Inventory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/Prolog.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/Prolog.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/Response.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/Response.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/Response\/Inventory.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/Response\/Inventory.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/Response\/Prolog.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/Response\/Prolog.pm' \\<br> 'lib\/Ocsinventory\/Agent\/XML\/SimpleMessage.pm' 'blib\/lib\/Ocsinventory\/Agent\/XML\/SimpleMessage.pm' \\<br> 'lib\/Ocsinventory\/Compress.pm' 'blib\/lib\/Ocsinventory\/Compress.pm' \\<br> 'lib\/Ocsinventory\/Logger.pm' 'blib\/lib\/Ocsinventory\/Logger.pm' \\<br> 'lib\/Ocsinventory\/LoggerBackend\/File.pm' 'blib\/lib\/Ocsinventory\/LoggerBackend\/File.pm' \\<br> 'lib\/Ocsinventory\/LoggerBackend\/Stderr.pm' 'blib\/lib\/Ocsinventory\/LoggerBackend\/Stderr.pm' \\<br> 'lib\/Ocsinventory\/LoggerBackend\/Syslog.pm' 'blib\/lib\/Ocsinventory\/LoggerBackend\/Syslog.pm' \\<br> 'postinst.pl' '$(INST_LIB)\/Ocsinventory\/Unix\/postinst.pl' <br> $(NOECHO) $(TOUCH) pm_to_blib<br><br><br># --- MakeMaker selfdocument section:<br><br># here so even if top_targets is overridden, these will still be defined<br># gmake will silently still work if any are .PHONY-ed but nmake won't<br><br>static ::<br> $(NOECHO) $(NOOP)<br><br>dynamic ::<br> $(NOECHO) $(NOOP)<br><br>config ::<br> $(NOECHO) $(NOOP)<br><br><br># --- MakeMaker postamble section:<br><br>install :: all pure_install doc_install<br> $(NOECHO) $(NOOP)<br> [ ! -f run-postinst ] || \/usr\/bin\/perl postinst.pl<br><br><br># End.<br># Postamble by Module::Install 1.14<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Si todo sale bien<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">Please install Crypt::SSLeay if you want to use SSL.<br>Nvidia::ml is recommended if you want to retrieve memory, speed, bios information for Nvidia cards.<br>Checking if your kit is complete...<br>Looks good<br>Generating a Unix-style Makefile<br>Writing Makefile for Ocsinventory::Unix::Agent<br>Writing MYMETA.yml and MYMETA.json<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Hacemos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>make\nmake install<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Resultado:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">Do you want to configure the agent\nPlease enter 'y' or 'n'?> [y] <strong>y<\/strong>\n\nWhere do you want to write the configuration file?\n 0 -> \/etc\/ocsinventory\n 1 -> \/usr\/local\/etc\/ocsinventory\n 2 -> \/etc\/ocsinventory-agent\n?> <strong>2<\/strong>\nDo you want to create the directory \/etc\/ocsinventory-agent?\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\nShould the old unix_agent settings be imported ?\nPlease enter 'y' or 'n'?> [y]  <strong>ENTER<\/strong>\n[info] The config file will be written in \/etc\/ocsinventory-agent\/ocsinventory-agent.cfg,\nWhat is the address of your ocs server?> <strong>10.20.200.21<\/strong>\nDo you need credential for the server? (You probably don't)\nPlease enter 'y' or 'n'?> [n]  <strong>ENTER<\/strong>\n\nDo you want to apply an administrative tag on this machine\nPlease enter 'y' or 'n'?> [y] <strong>y<\/strong>\n\ntag?> <strong>UGIT<\/strong>\n\nDo yo want to install the cron task in \/etc\/cron.d\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\n\nWhere do you want the agent to store its files? (You probably don't need to change it)?> [\/var\/lib\/ocsinventory-agent]  <strong>ENTER<\/strong>\n\nShould I remove the old unix_agent\nPlease enter 'y' or 'n'?> [n]  <strong>ENTER<\/strong>\nDo you want to activate debug configuration option ?\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\nDo you want to use OCS Inventory NG UNix Unified agent log file ?\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\nSpecify log file path you want to use?> <strong>\/var\/log\/ocs<\/strong>\nDo you want disable SSL CA verification configuration option (not recommended) ?\nPlease enter 'y' or 'n'?> [n] <strong>ENTER<\/strong>\nDo you want to set CA certificate chain file path ?\nPlease enter 'y' or 'n'?> [y] <strong>y\n\n\/etc\/ocs-agent\/<\/strong>\nDo you want to use OCS-Inventory software deployment feature?\nPlease enter 'y' or 'n'?> [y]  <strong>ENTER<\/strong>\n\nDo you want to use OCS-Inventory SNMP scans feature?\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\nDo you want to send an inventory of this machine?\nPlease enter 'y' or 'n'?> [y] <strong>ENTER<\/strong>\n\nSetting OCS Inventory NG server address...\nLooking for OCS Invetory NG Unix Unified agent installation...\nocsinventory agent presents: \/usr\/local\/bin\/ocsinventory-agent\nSetting crontab...\nCreating \/etc\/ocsinventory-agent directory...\nWriting OCS Inventory NG Unix Unified agent configuration\nCreating \/var\/lib\/ocsinventory-agent\/http:__10.20.200.21_ocsinventory directory...\nCreating \/var\/lib\/ocsinventory-agent\/http:__10.20.200.21_ocsinventory\/snmp directory...\nCopying SNMP MIBs XML files...\nActivating modules if needed...\nLaunching OCS Inventory NG Unix Unified agent...\n -> Success!\nNew settings written! Thank you for using OCS Inventory<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ingresamos como el usuario \u00abroot\u00bb Instalamos dependencias Instalamos dependencias Descargamos el archivo Descomprimimos el archivo Ingresamos a la carpeta Instalamos Si da el error: abrimos el archivo y remplazamos Creamos el archivo o lo descargamos aqu\u00ed Agregamos # This Makefile is for the Ocsinventory::Unix::Agent extension to perl.## It was generated automatically by MakeMaker version# 7.24 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1910,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[],"class_list":["post-1909","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ocs"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1909"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1909\/revisions"}],"predecessor-version":[{"id":1911,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1909\/revisions\/1911"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/media\/1910"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1909"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1909"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}