Hi, I'm trying to install a module from CPAN, the vpopmail.pm module.

I'm running redhat 8.0 + vpopmail 5.2.1.
When I run 'make' to compile the makefile created by the makefile.PL script,
i receive the following error messages:

----------------------------------------------------------------------------

vpopmail lives in: /var/vpopmail
includes: -I/var/vpopmail/include
libs: -L/var/vpopmail/lib -lvpopmail
defs:

Checking if your kit is complete...
Looks good
Writing Makefile for vpopmail
cp vpopmail.pm blib/lib/vpopmail.pm
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  vpopmail.xs >
vpopmail.xsc && mv vpopmail.xsc vpopmail.c
Please specify prototyping behavior for vpopmail.xs (see perlxs manual)
gcc -c  -I/var/vpopmail/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-alias
ing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -marc
h=i386 -mcpu=i686   -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fpic
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE"   vpopmail.c
In file included from vpopmail.xs:12:
/var/vpopmail/include/vpopmail.h:129:13: macro "crypt" requires 2 arguments,
but only 1 given
In file included from vpopmail.xs:12:
/var/vpopmail/include/vpopmail.h:129: `crypt' redeclared as different kind
of symbol
/usr/include/crypt.h:33: previous declaration of `crypt'
In file included from vpopmail.xs:13:
/var/vpopmail/include/vpopmail_config.h:173:1: warning: "VERSION" redefined
vpopmail.c:1:1: warning: this is the location of the previous definition
vpopmail.c: In function `XS_vpopmail_vauth_user':
vpopmail.c:210: warning: assignment makes integer from pointer without a
cast
vpopmail.xs: In function `XS_vpopmail_vauth_setpw':
vpopmail.xs:452: warning: assignment makes integer from pointer without a
cast
make: *** [vpopmail.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
----------------------------------------------------------------------------

How can I fix it?

thank you all,
-------------------------------------------------
 -- Bruno Negrão -- Suporte
 -- Plugway Acesso Internet Ltda.
 -- (31)34812311
 -- [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to