GDBM_File module trouble?

2003-02-25 Thread Marc Kaiwi
I'm trying to install a perl module but when i run "install GDBM_File" 
I get this error. I can install other modules but not GDBM_File

This is what I get:
. . .
Failed 2 test scripts out of 657, 99.70% okay.
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
###   ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### DYLD_LIBRARY_PATH, to point to the build directory:
###   setenv DYLD_LIBRARY_PATH `pwd`:$DYLD_LIBRARY_PATH; cd t; ./perl 
harness
###   DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH; export 
DYLD_LIBRARY_PATH; cd t; ./perl harness
###   export DYLD_LIBRARY_PATH=`pwd`:$DYLD_LIBRARY_PATH; cd t; ./perl 
harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=9.97  s=0  cu=280.46  cs=62.8  scripts=657  tests=68176
make[2]: *** [_test_tty] Error 1
make[1]: *** [_test] Error 2
make: *** [test] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

Any suggestions?

Thanks,

Signed: Marc Kaiwi



New to the list: One Question

2003-02-23 Thread Marc Kaiwi
Hi I'm Marc, I just joined this list.

From the looks of it so far you guys may be a little advanced for my 
moderate knowledge of Perl. Here's my question, I hope someone can help.

I have some (a lot) of databases I developed on a UNIX box and now I 
want to port the whole website over to Mac OS X/Apache. Everything 
works fine except my only problem is that I can't include the "use 
GDBM_File" on my OS X machine. Is there some configuration I need to do 
or is this a lost cause?

Any advice to solve this problem would be much appreciated.

Thanks in advance,

Signed: Marc Kaiwi