PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2015-05-08T16:10:48 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Fri, 08 May 2015 05:29:02 GMT Running make for A/AA/AANARI/NewRelic-Agent-0.0503.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AA/AANARI/NewRelic-Agent-0.0503.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AA/AANARI/CHECKSUMS Checksum for /home/fly1400/var/cpan/sources/authors/id/A/AA/AANARI/NewRelic-Agent-0.0503.tar.gz ok NewRelic-Agent-0.0503/ NewRelic-Agent-0.0503/Makefile.PL NewRelic-Agent-0.0503/xt/ NewRelic-Agent-0.0503/xt/release/ NewRelic-Agent-0.0503/xt/release/portability.t NewRelic-Agent-0.0503/xt/release/pod-syntax.t NewRelic-Agent-0.0503/README NewRelic-Agent-0.0503/inc/ NewRelic-Agent-0.0503/inc/AgentMakeMaker.pm NewRelic-Agent-0.0503/t/ NewRelic-Agent-0.0503/t/00-compile.t NewRelic-Agent-0.0503/t/01-basic.t NewRelic-Agent-0.0503/CHANGES NewRelic-Agent-0.0503/weaver.ini NewRelic-Agent-0.0503/WithAgent.xs NewRelic-Agent-0.0503/Agent.h NewRelic-Agent-0.0503/dist.ini NewRelic-Agent-0.0503/LICENSE NewRelic-Agent-0.0503/NewRelic-Agent.xsp NewRelic-Agent-0.0503/lib/ NewRelic-Agent-0.0503/lib/NewRelic/ NewRelic-Agent-0.0503/lib/NewRelic/Agent.pm NewRelic-Agent-0.0503/MANIFEST.SKIP NewRelic-Agent-0.0503/ppport.h NewRelic-Agent-0.0503/Agent.cc NewRelic-Agent-0.0503/sdk/ NewRelic-Agent-0.0503/sdk/include/ NewRelic-Agent-0.0503/sdk/include/newrelic_transaction.h NewRelic-Agent-0.0503/sdk/include/newrelic_collector_client.h NewRelic-Agent-0.0503/sdk/include/newrelic_common.h NewRelic-Agent-0.0503/sdk/lib/ NewRelic-Agent-0.0503/sdk/lib/libnewrelic-common.so NewRelic-Agent-0.0503/sdk/lib/libnewrelic-transaction.so NewRelic-Agent-0.0503/sdk/lib/libnewrelic-collector-client.so CPAN.pm: Building A/AA/AANARI/NewRelic-Agent-0.0503.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Warning (mostly harmless): No library found for -lnewrelic-common Warning (mostly harmless): No library found for -lnewrelic-collector-client Warning (mostly harmless): No library found for -lnewrelic-transaction Generating a Unix-style Makefile Writing Makefile for NewRelic::Agent Writing MYMETA.yml and MYMETA.json >>> make cp lib/NewRelic/Agent.pm blib/lib/NewRelic/Agent.pm Running Mkbootstrap for NewRelic::Agent () chmod 644 "Agent.bs" g++ -c -I. -I/home/vagrant/Projects/NewRelic-Agent/sdk/include -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.0503\" -DXS_VERSION=\"0.0503\" -fPIC "-I/home/fly1400/ap1400/lib/CORE" Agent.cc Agent.cc:3:29: newrelic_common.h: No such file or directory Agent.cc:4:39: newrelic_collector_client.h: No such file or directory Agent.cc:5:34: newrelic_transaction.h: No such file or directory Agent.cc: In member function `void Agent::embed_collector()': Agent.cc:30: error: `newrelic_message_handler' undeclared (first use this function) Agent.cc:30: error: (Each undeclared identifier is reported only once for each function it appears in.) Agent.cc:30: error: `newrelic_register_message_handler' undeclared (first use this function) Agent.cc: In member function `void Agent::init()': Agent.cc:39: error: `newrelic_init' undeclared (first use this function) Agent.cc: In member function `long int Agent::begin_transaction()': Agent.cc:43: error: `newrelic_transaction_begin' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_name(long int, const char*)': Agent.cc:47: error: `newrelic_transaction_set_name' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_request_url(long int, const char*)': Agent.cc:51: error: `newrelic_transaction_set_request_url' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_max_trace_segments(long int, int)': Agent.cc:55: error: `newrelic_transaction_set_max_trace_segments' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_category(long int, const char*)': Agent.cc:59: error: `newrelic_transaction_set_category' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_type_web(long int)': Agent.cc:63: error: `newrelic_transaction_set_type_web' undeclared (first use this function) Agent.cc: In member function `int Agent::set_transaction_type_other(long int)': Agent.cc:67: error: `newrelic_transaction_set_type_other' undeclared (first use this function) Agent.cc: In member function `int Agent::add_transaction_attribute(long int, const char*, const char*)': Agent.cc:71: error: `newrelic_transaction_add_attribute' undeclared (first use this function) Agent.cc: In member function `int Agent::notice_transaction_error(long int, const char*, const char*, const char*, const char*)': Agent.cc:87: error: `newrelic_transaction_notice_error' undeclared (first use this function) Agent.cc: In member function `int Agent::end_transaction(long int)': Agent.cc:91: error: `newrelic_transaction_end' undeclared (first use this function) Agent.cc: In member function `int Agent::record_metric(const char*, double)': Agent.cc:95: error: `newrelic_record_metric' undeclared (first use this function) Agent.cc: In member function `int Agent::record_cpu_usage(double, double)': Agent.cc:99: error: `newrelic_record_cpu_usage' undeclared (first use this function) Agent.cc: In member function `int Agent::record_memory_usage(double)': Agent.cc:103: error: `newrelic_record_memory_usage' undeclared (first use this function) Agent.cc: In member function `long int Agent::begin_generic_segment(long int, long int, const char*)': Agent.cc:114: error: `newrelic_segment_generic_begin' undeclared (first use this function) Agent.cc: In member function `long int Agent::begin_datastore_segment(long int, long int, const char*, const char*, const char*, const char*)': Agent.cc:132: error: `newrelic_basic_literal_replacement_obfuscator' undeclared (first use this function) Agent.cc:132: error: `newrelic_segment_datastore_begin' undeclared (first use this function) Agent.cc: In member function `long int Agent::begin_external_segment(long int, long int, const char*, const char*)': Agent.cc:146: error: `newrelic_segment_external_begin' undeclared (first use this function) Agent.cc: In member function `int Agent::end_segment(long int, long int)': Agent.cc:150: error: `newrelic_segment_end' undeclared (first use this function) make: *** [Agent.o] Error 1 AANARI/NewRelic-Agent-0.0503.tar.gz make -- NOT OK Running make test Can't test without successful make VmSize: 133020 kB Finished 2015-05-08T16:10:56