I have several perl issues on my server. I cant edit DNS on WHM and have other errors, all related to perl.
How can i clean all perl and make a fresh install again ?
How can i clean all perl and make a fresh install again ?
Don't try to delete Perl, manually. Follow these instructions, to re-install a fresh copy of Perl v5.8.7:How can i clean all perl and make a fresh install again ?
typedef 'SCREEN' found
cc -c -I/usr/include/ncurses -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fpic "-I/usr/lib/perl5/5.8.7/i686-linux/CORE" Curses.c
In file included from /usr/lib/perl5/5.8.7/i686-linux/CORE/perl.h:2056,
from Curses.c:22:
/usr/lib/perl5/5.8.7/i686-linux/CORE/handy.h:85:1: warning: "bool" redefined
In file included from /usr/include/ncurses/ncurses.h:143,
from c-config.h:9,
from Curses.c:11:
/usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdbool.h:36:1: warning: this is the location of the previous definition
In file included from Curses.c:358:
CursesFun.c: In function `XS_Curses_newterm':
CursesFun.c:1279: warning: initialization from incompatible pointer type
CursesFun.c:1280: warning: initialization from incompatible pointer type
CursesFun.c: In function `XS_Curses_putwin':
CursesFun.c:3453: warning: initialization from incompatible pointer type
CursesFun.c: In function `XS_Curses_getwin':
CursesFun.c:3472: warning: initialization from incompatible pointer type
Running Mkbootstrap for Curses ()
chmod 644 Curses.bs
rm -f blib/arch/auto/Curses/Curses.so
LD_RUN_PATH="/usr/lib" cc -shared -L/usr/local/lib Curses.o -o blib/arch/auto/Curses/Curses.so -lncurses
chmod 755 blib/arch/auto/Curses/Curses.so
cp Curses.bs blib/arch/auto/Curses/Curses.bs
chmod 644 blib/arch/auto/Curses/Curses.bs
Manifying blib/man3/Curses.3
/usr/bin/make -- OK
Running make install
Installing /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Curses/Curses.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/lib/perl5/site_perl/5.8.7/i686-linux/Curses.pm
Installing /usr/share/man/man3/Curses.3
Writing /usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Curses/.packlist
Appending installation info to /usr/lib/perl5/5.8.7/i686-linux/perllocal.pod
/usr/bin/make install UNINST=1 -- OK
DBI is up to date (1.53).
Data::ShowTable is up to date (undef).
Mysql is up to date (1.2401).
DBD::mysql is up to date (4.00).
Running install for module GD
Running make for L/LD/LDS/GD-2.35.tar.gz
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
http://cpan.erlbaum.net/authors/id/L/LD/LDS/GD-2.35.tar.gz
Undefined subroutine &Compress::Zlib::gzopen called at /usr/lib/perl5/5.8.7/CPAN/Tarzip.pm line 102.
expect: spawn id exp4 not open
while executing
"expect -nobrace {*perlmod--Install done*} {
exit
} {*Apache source not found*} {
send "q\r"
} {*Which OpenSSL build path*} {
send "/usr\r..."
invoked from within
"expect {
"*perlmod--Install done*" {
exit
}
"*Apache source not found*" {
send "q\r"
}
"*Which OpenSSL build path*" {
send "/usr\r"..."
("while" body line 2)
invoked from within
"while {1} {
expect {
"*perlmod--Install done*" {
exit
}
"*Apache source not found*" {
send "q\r"
}
"*Which OpenSSL build path*" {
..."
(file "./expectperl" line 9)
[email protected] [~/perl587installer]#
I have RHEL 4 and have the error, so is not only fedora.Yes, we are seeing the same thing as well. This seems to only be on Fedora Core 5 servers. Any possible solutions would be great.