On Thu, 25 Nov 1999, Robert Locke wrote:
>
> I actually commented out the "exit" line below that and let it
> continue as if there were no error.
>
> Then, when I ran "make", I discovered the actual error, which in my
> case involved not having gdbm properly installed.
here's the fix
[root@qmail /usr/lib]# ln -s libgdbm.so.2.0.0 libgdbm.so
so that:
[root@qmail /usr/lib]# ls -l libgdb*
lrwxrwxrwx 1 root root 16 Nov 25 10:35 libgdbm.so -> libgdbm.so.2.0.0
lrwxrwxrwx 1 root root 16 Nov 18 1997 libgdbm.so.2 -> libgdbm.so.2.0.0
-rw-r--r-- 1 root root 26041 Oct 15 1997 libgdbm.so.2.0.0
Note that this isn't really (at least by redhat's definition) an
installation problem.... (rpm -V was clean)
hhmm, maybe it is, perl -V shows -lgdbm, but the compiler doesn't find
libgdbm.so.2 when compiling/linking with -lgdbm, so something's a little
out of whack. :-(
>
> Good luck,
>
> Rob
>
>
>
> > if ./helpers/TestCompile sanity; then
> >
> > change it to:
> >
> > if ./helpers/TestCompile -v sanity; then
> >
> > and try again. Now you should get a useful error message.
> >
> > -Rasmus
> >
----------------------------------------------------------------------
[EMAIL PROTECTED] | Don't go around saying the world owes you a living;
http://BareMetal.com/ | the world owes you nothing; it was here first.
web hosting since '95 | - Mark Twain