Hallo,
Tim Smith found the answer :) :
Show quoted text> From: Tim Smith [mailto:tim@cdswebinc.com]
> Sent: Thursday, 25 April, 2002 05:32
> To: cjacobsen@gmx.de
> RE: IPC Install bug
>
>
> The answer is to run the following commands:
>
> perl Makefile.PL POLLUTE=1
> make
> make test
> make install
>
> See this URL
http://igloo.its.unimelb.edu.au/Webmail/tips/msg00543.html
for
Show quoted text> more info about the compile issue.
>
> Regards,
> Tim.
Show quoted text-----Ursprüngliche Nachricht-----
From: IPC-SysV [mailto:bug-IPC-SysV@rt.cpan.org]
Sent: Wednesday, 24 April, 2002 11:55
To: cjacobsen@gmx.de
[cpan #518] AutoReply: Error building on RedHat 7.2
Greetings,
This message has been automatically generated in response to your
bug report about IPC-SysV, a summary of which appears below.
There is no need to reply to this message right now. Your bug in IPC-SysV
has been assigned an ID of [cpan #518]. Please include the string:
[cpan #518]
in the subject line of all future correspondence about this issue. To do so,
you may reply to this message.
Thank you,
bug-IPC-SysV@rt.cpan.org
-------------------------------------------------------------------------
make gives this error :
# make
gcc -c -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686
-DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -fPIC
-I/usr/lib/perl5/5.6.0/i386-linux/CORE SysV.c
SysV.xs: In function `XS_IPC__SysV_ftok':
SysV.xs:192: `sv_undef' undeclared (first use in this function)
SysV.xs:192: (Each undeclared identifier is reported only once
SysV.xs:192: for each function it appears in.)
make: *** [SysV.o] Error 1
RedHat Linux 7.2
# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
# perl -v
This is perl, v5.6.0 built for i386-linux
Christian Jacobsen