Just wonder why everytime I compile mod perl components, like DBI, URI, Digest-MD5, etc. I always get root@irwanhadi Digest-MD5-2.12]# perl Makefile.PL Testing alignment requirements for U32... u32align.c:9: EXTERN.h: No such file or directory u32align.c:10: perl.h: No such file or directory Can't compile test program Checking if your kit is complete... Looks good Error: Unable to locate installed Perl libraries or Perl source code. It is recommended that you install perl in a standard location before building extensions. Some precompiled versions of perl do not contain these header files, so you cannot build extensions. In such a case, please build and install your perl from a fresh perl distribution. It usually solves this kind of problem. (You get this message, because MakeMaker could not find "/usr/lib/perl5/5.6.0/i386-linux/CORE/perl.h") [root@irwanhadi Digest-MD5-2.12]# Seems that it can't found the perl.h file although I already installed the perl [root@irwanhadi Digest-MD5-2.12]# rpm -qa | grep perl perl-base-5.600-17mdk perl-5.600-17mdk perl-GTK-0.7003-4mdk perl-Net_SSLeay-1.05-4mdk perl-PDL-2.101-2mdk eperl-2.2.14-6mdk perl-Time-HiRes-01.20-1mdk perl-TimeDate-1.09-1mdk perl-File-Tail-0.96-1mdk perl-Date-Calc-4.3-1mdk gimp-perl-1.1.25-13mdk [root@irwanhadi Digest-MD5-2.12]# One more why in using K-Mail if I use the openssl from tarball, and not from RPM I always got sh-2.04$ kmail kmail: error in loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory How do I put the libssl.so then after I install from tarball ? Thanks I already put in /etc/ld.so.conf and run ldconfig but it seems doesn't work ?
