|
From: Chris W. <ch...@cw...> - 2002-07-23 19:25:25
|
On Tue, 2002-07-23 at 13:11, Cole Keirsey wrote: > Installing Bundle::CPAN didn't solve my problem with compression errors > on install. > > When I try: install Compress::Zlib > in the cpan shell I get the following error: > > cc -c -I/usr/local/include -fno-strict-aliasing -I/usr/local/include -O3 > -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math > -fno-strength-reduce -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fpic > -I/usr/lib/perl5/5.6.1/i386-linux/CORE Zlib.c > cc: installation problem, cannot exec `cpp0': No such file or directory > ... > > I rember seeing the same problem with Class::Date on an earlier attempt > to install OpenInteract. Most perl modules seem to install without such > problems. This sounds like your environment for building XS modules isn't setup properly. Can you install other modules like DBI or DBD::mysql (or DBD::Pg) without any problems? (That is, using the perl build process rather than an RPM.) Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |