xmasman;698544 Wrote: > > In file included from Scan.xs:2:0: > /usr/perl5/5.12/lib/i86pc-solaris-64int/CORE/perl.h:583:24: fatal > error: sys/types.h: No such file or directory >
It looks like your system does not have the system header files installed, you can check by running # pkg info system/header which should return with # pkg info system/header Name: system/header Summary: Core Header Files Description: Core C/C++ header files Category: System/Core State: Installed Publisher: solaris Version: 0.5.11 Build Release: 5.11 Branch: 0.175.0.0.0.2.1 Packaging Date: Wed Oct 19 07:31:58 2011 Size: 10.36 MB FMRI: pkg://solaris/system/[email protected],5.11-0.175.0.0.0.2.1:20111019T073158Z Presumably you will rather see "pkg: info: no packages matching the following patterns you specified are installed on the system." Run # pkg install system/header to install the missing /usr/include/sys/types.h file. -clemens -- crabe ------------------------------------------------------------------------ crabe's Profile: http://forums.slimdevices.com/member.php?userid=35831 View this thread: http://forums.slimdevices.com/showthread.php?t=93300 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
