stat(): No such file or directory at Makefile.PL line 78 Note (probably harmless): No library found for -lclient Note (probably harmless): No library found for -lrpc Note (probably harmless): No library found for -lsupp Checking if your kit is complete... Looks good Processing hints file hints/solaris.pl Warning: This extension uses C++ and requires that you use the C++ compiler to compile the XSUB file ( normally just a C compiler is required ). If your build fails with a plethora of errors, then check two things: 1. That you have defined the correct OS_xxxxx macro for your platform ( see the Perforce API documentation for more info ) 2. That the correct compilers are being used. 3. That you're using the correct build of the Perforce API. See hints/linux.pl to see how it should be done. This extension requires the Perforce API in order to be built. If you do not yet have the API files, then download them from ftp://ftp.perforce.com before continuing. Where is the Perforce API to be found: Added P4 libs to -lsocket Added P4 libs to -lnsl The test suite needs to know where your Perforce server is. The tests are non-invasive and no new data will be added to your depot during the tests Enter the address of your Perforce server: [localhost:1666]: Writing Makefile for P4::Client::lib Writing Makefile for P4::Client cp Client.pm blib/lib/P4/Client.pm AutoSplitting blib/lib/P4/Client.pm (blib/lib/auto/P4/Client) cp UI.pm blib/lib/P4/UI.pm cp example.pl blib/lib/P4/example.pl cd lib && make make[1]: Entering directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/P4-Client/lib' c++ -c -I -Ilib -DUSE_REENTRANT_API -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE -Dsolaris -DOS_SOLARIS26 -Dconst_char='const char' clientuserperl.cc clientuserperl.cc:38: clientapi.h: No such file or directory clientuserperl.cc:39: spec.h: No such file or directory clientuserperl.cc:40: diff.h: No such file or directory make[1]: *** [clientuserperl.o] Error 1 make[1]: Leaving directory `/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/P4-Client/lib' make: *** [lib/libp4.a] Error 2