LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems with apache::asp (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-apache-asp-341727/)

snip128 07-09-2005 08:36 PM

problems with apache::asp
 
yea..it won't install MLDBM...im using debian linux, with a 2.4 kernel, and the install script is perl...cpan...this is the output for MLDBM (required package for apache::asp):

Code:

cpan> install MLDBM
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 08 Jul 2005 22:04:45 GMT
Running install for module MLDBM
Running make for C/CH/CHAMAS/MLDBM-2.01.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/C/CH/CHAMAS/MLDBM-2.01.tar.gz ok
Scanning cache /root/.cpan/build for sizes
MLDBM-2.01/
MLDBM-2.01/t/
MLDBM-2.01/t/storable.t
MLDBM-2.01/t/dumper.t
MLDBM-2.01/t/compare.t
MLDBM-2.01/t/freezethaw.t
MLDBM-2.01/README
MLDBM-2.01/lib/
MLDBM-2.01/lib/MLDBM/
MLDBM-2.01/lib/MLDBM/Serializer/
MLDBM-2.01/lib/MLDBM/Serializer/FreezeThaw.pm
MLDBM-2.01/lib/MLDBM/Serializer/Data/
MLDBM-2.01/lib/MLDBM/Serializer/Data/Dumper.pm
MLDBM-2.01/lib/MLDBM/Serializer/Storable.pm
MLDBM-2.01/lib/MLDBM.pm
MLDBM-2.01/MANIFEST
MLDBM-2.01/Changes
MLDBM-2.01/Makefile.PL
Removing previously used /root/.cpan/build/MLDBM-2.01

  CPAN.pm: Going to build C/CH/CHAMAS/MLDBM-2.01.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for MLDBM
make: Warning: File `/usr/lib/perl/5.8/Config.pm' has modification time 5.6e+07 s in the future
Makefile out-of-date with respect to /usr/lib/perl/5.8/Config.pm /usr/lib/perl/5.8/CORE/config.h
Cleaning current config before rebuilding Makefile...
/usr/bin/make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL "INSTALLDIRS=site"
Checking if your kit is complete...
Looks good
Writing Makefile for MLDBM
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make: *** [Makefile] 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

on the side note, i als need..

-DHCP server program
-FTP server program

and i also need to know how to route internet (ethernet) to other computers on a LAN....but i really need apache::asp...

paulsm4 07-10-2005 01:54 PM

Hi -

A couple of suggestions:

1. As a quick'n'dirty workaround, it sounds like you can probably get away with "force install",

EXAMPLE:
cpan> force install MLDBM

2. Why does "make" think /usr/lib/perl/5.8/Config.pm is out of synch?

Please run "ls -l /usr/lib/perl/5.8/Config.pm" and check the time stamp. Please
run "date" and check your system time/date.

If /usr/lib/perl/5.8/* is truly out-of-date, you might want to consider running "touch" ...
or simply er-installing.

If either /usr/lib/perl/5.8 or your CPAN build directory is on a remote share, maybe
all you need to do is synchronize the two hosts.

3. Here's some good background on using/troubleshooting CPAN:

http://sial.org/howto/perl/life-with-cpan/

Your .. PSM

snip128 07-10-2005 04:58 PM

thx, ill be sure to try those when my box is repaired...tried plugging in my second hard drive too it...*shakes head* most likely fried power supply...hopefully it isnt the motherboard or processor...it doesnt turn on >.< it'll probably take like a month to be RMAd.... -.- i actually got sun's asp to work though...the difference between the free version and 500 dollar one, i've yet to figure out...runs it just fine...(before my box died)


All times are GMT -5. The time now is 08:06 PM.