Has anyone tried to install the SGI::FAM module under Red Hat 8.0? When
I try using CPAN I get the following errors. 

CPAN.pm: Going to build J/JG/JGLICK/SGI-FAM-1.002.tar.gz

Ignore "Not a known parameter name" warnings.WARNING: PRCS_PROJECT is
not a known parameter.
Checking if your kit is complete...
Looks good
'PRCS_PROJECT' is not a known MakeMaker parameter name.
Note (probably harmless): No library found for -lC
Writing Makefile for SGI::FAM
cp lib/SGI/FAM.pm blib/lib/SGI/FAM.pm
AutoSplitting blib/lib/SGI/FAM.pm (blib/lib/auto/SGI/FAM)
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  FAM.xs > FAM.xsc
&& mv FAM.xsc FAM.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2
-march=i386 -mcpu=i686   -DVERSION=\"1.002\" -DXS_VERSION=\"1.002\"
-fpic "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE"   FAM.c
FAM.xs:11:17: fam.h: No such file or directory
FAM.xs: In function `constant':
FAM.xs:52: `FAMChanged' undeclared (first use in this function)
FAM.xs:52: (Each undeclared identifier is reported only once
FAM.xs:52: for each function it appears in.)
FAM.xs:54: `FAMDeleted' undeclared (first use in this function)
FAM.xs:56: `FAMStartExecuting' undeclared (first use in this function)
FAM.xs:58: `FAMStopExecuting' undeclared (first use in this function)
FAM.xs:60: `FAMCreated' undeclared (first use in this function)
FAM.xs:62: `FAMMoved' undeclared (first use in this function)
FAM.xs:64: `FAMAcknowledge' undeclared (first use in this function)
FAM.xs:66: `FAMExists' undeclared (first use in this function)
FAM.xs:68: `FAMEndExist' undeclared (first use in this function)
FAM.xs: In function `famerror':
FAM.xs:123: `FAMErrno' undeclared (first use in this function)
FAM.xs:123: `FamErrlist' undeclared (first use in this function)
FAM.xs: In function `famwarn':
FAM.xs:132: `FAMErrno' undeclared (first use in this function)
FAM.xs:132: `FamErrlist' undeclared (first use in this function)
FAM.c: In function `XS_FAMConnectionPtr_Open2':
FAM.c:188: `FAMConnection' undeclared (first use in this function)
FAM.c:188: `fc' undeclared (first use in this function)
FAM.c:195: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_Close':
FAM.c:213: `FAMConnection' undeclared (first use in this function)
FAM.c:213: `fc' undeclared (first use in this function)
FAM.c:219: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorCollection':
FAM.c:237: `FAMConnection' undeclared (first use in this function)
FAM.c:237: `fc' undeclared (first use in this function)
FAM.c:239: `FAMRequest' undeclared (first use in this function)
FAM.c:239: `fr' undeclared (first use in this function)
FAM.c:248: parse error before ')' token
FAM.c:255: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorDirectory2':
FAM.c:273: `FAMConnection' undeclared (first use in this function)
FAM.c:273: `fc' undeclared (first use in this function)
FAM.c:275: `FAMRequest' undeclared (first use in this function)
FAM.c:275: `fr' undeclared (first use in this function)
FAM.c:281: parse error before ')' token
FAM.c:288: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_MonitorFile2':
FAM.c:306: `FAMConnection' undeclared (first use in this function)
FAM.c:306: `fc' undeclared (first use in this function)
FAM.c:308: `FAMRequest' undeclared (first use in this function)
FAM.c:308: `fr' undeclared (first use in this function)
FAM.c:314: parse error before ')' token
FAM.c:321: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_SuspendMonitor':
FAM.c:339: `FAMConnection' undeclared (first use in this function)
FAM.c:339: `fc' undeclared (first use in this function)
FAM.c:340: `FAMRequest' undeclared (first use in this function)
FAM.c:340: `fr' undeclared (first use in this function)
FAM.c:346: parse error before ')' token
FAM.c:353: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_ResumeMonitor':
FAM.c:371: `FAMConnection' undeclared (first use in this function)
FAM.c:371: `fc' undeclared (first use in this function)
FAM.c:372: `FAMRequest' undeclared (first use in this function)
FAM.c:372: `fr' undeclared (first use in this function)
FAM.c:378: parse error before ')' token
FAM.c:385: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_CancelMonitor':
FAM.c:403: `FAMConnection' undeclared (first use in this function)
FAM.c:403: `fc' undeclared (first use in this function)
FAM.c:404: `FAMRequest' undeclared (first use in this function)
FAM.c:404: `fr' undeclared (first use in this function)
FAM.c:410: parse error before ')' token
FAM.c:417: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_NextEvent':
FAM.c:435: `FAMConnection' undeclared (first use in this function)
FAM.c:435: `fc' undeclared (first use in this function)
FAM.c:436: `FAMEvent' undeclared (first use in this function)
FAM.c:436: `fe' undeclared (first use in this function)
FAM.c:442: parse error before ')' token
FAM.c:449: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_Pending':
FAM.c:467: `FAMConnection' undeclared (first use in this function)
FAM.c:467: `fc' undeclared (first use in this function)
FAM.c:473: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_DebugLevel':
FAM.c:491: `FAMConnection' undeclared (first use in this function)
FAM.c:491: `fc' undeclared (first use in this function)
FAM.c:498: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_DESTROY':
FAM.c:516: `FAMConnection' undeclared (first use in this function)
FAM.c:516: `fc' undeclared (first use in this function)
FAM.c:520: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_new':
FAM.c:540: `FAMConnection' undeclared (first use in this function)
FAM.c:540: `RETVAL' undeclared (first use in this function)
FAM.xs:248: parse error before ')' token
FAM.xs:248: parse error before ')' token
FAM.c: In function `XS_FAMConnectionPtr_fd':
FAM.c:557: `FAMConnection' undeclared (first use in this function)
FAM.c:557: `fc' undeclared (first use in this function)
FAM.c:563: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_DESTROY':
FAM.c:582: `FAMRequest' undeclared (first use in this function)
FAM.c:582: `fr' undeclared (first use in this function)
FAM.c:586: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_new':
FAM.c:605: `FAMRequest' undeclared (first use in this function)
FAM.c:605: `RETVAL' undeclared (first use in this function)
FAM.xs:277: parse error before ')' token
FAM.xs:277: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_reqnum':
FAM.c:622: `FAMRequest' undeclared (first use in this function)
FAM.c:622: `fr' undeclared (first use in this function)
FAM.c:628: parse error before ')' token
FAM.c: In function `XS_FAMRequestPtr_setreqnum':
FAM.c:647: `FAMRequest' undeclared (first use in this function)
FAM.c:647: `fr' undeclared (first use in this function)
FAM.c:652: parse error before ')' token
FAM.xs:295: invalid lvalue in assignment
FAM.c: In function `XS_FAMEventPtr_DESTROY':
FAM.c:670: `FAMEvent' undeclared (first use in this function)
FAM.c:670: `fe' undeclared (first use in this function)
FAM.c:674: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_new':
FAM.c:693: `FAMEvent' undeclared (first use in this function)
FAM.c:693: `RETVAL' undeclared (first use in this function)
FAM.xs:313: parse error before ')' token
FAM.xs:313: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_fc':
FAM.c:710: `FAMEvent' undeclared (first use in this function)
FAM.c:710: `fe' undeclared (first use in this function)
FAM.c:711: `FAMConnection' undeclared (first use in this function)
FAM.c:711: `RETVAL' undeclared (first use in this function)
FAM.c:715: parse error before ')' token
FAM.xs:328: parse error before ')' token
FAM.xs:328: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_fr':
FAM.c:736: `FAMEvent' undeclared (first use in this function)
FAM.c:736: `fe' undeclared (first use in this function)
FAM.c:737: `FAMRequest' undeclared (first use in this function)
FAM.c:737: `RETVAL' undeclared (first use in this function)
FAM.c:741: parse error before ')' token
FAM.xs:337: parse error before ')' token
FAM.xs:337: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_hostname':
FAM.c:762: `FAMEvent' undeclared (first use in this function)
FAM.c:762: `fe' undeclared (first use in this function)
FAM.c:768: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_filename':
FAM.c:787: `FAMEvent' undeclared (first use in this function)
FAM.c:787: `fe' undeclared (first use in this function)
FAM.c:793: parse error before ')' token
FAM.c: In function `XS_FAMEventPtr_code':
FAM.c:812: `FAMEvent' undeclared (first use in this function)
FAM.c:812: `fe' undeclared (first use in this function)
FAM.c:813: storage size of `RETVAL' isn't known
FAM.c:818: parse error before ')' token
make: *** [FAM.o] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible


I know that the FAM demon is installed and running. When I do fam --v as
root I get 
fam, version 2.6.8

Any Ideas?

- Mark


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to