Ben L. wrote: > Using 0.7.0 did the trick. I was using the "latest" 0.5.0 but I guess > that's not really the latest eh.
Well, the 0.7.0 is a beta that we hope to release in the next week or two. > I did get an error at the end: > > test -z "/usr/lib /usr/share/rivet0.7.0" || mkdir -p -- "/usr/lib > /usr/share/rivet0.7.0" > /bin/sh ../libtool --mode=install /usr/bin/install -c 'librivet.la' > '/usr/lib /usr/share/rivet0.7.0/librivet.la' > /usr/bin/install -c .libs/librivet.so /usr/lib > /usr/share/rivet0.7.0/librivet.so > /usr/bin/install: installing multiple files, but last argument, > `/usr/share/rivet0.7.0/librivet.so' is not a directory > Try `/usr/bin/install --help' for more information. > /bin/sh ../libtool --mode=install /usr/bin/install -c > 'librivetparser.la' '/usr/lib /usr/share/rivet0.7.0/librivetparser.la' > /usr/bin/install -c .libs/librivetparser.so /usr/lib > /usr/share/rivet0.7.0/librivetparser.so > /usr/bin/install: installing multiple files, but last argument, > `/usr/share/rivet0.7.0/librivetparser.so' is not a directory > Try `/usr/bin/install --help' for more information. > make[2]: *** [install-lib_libexecLTLIBRARIES] Error 1 > make[2]: Leaving directory `/usr/local/src/rivet-0.7.0/src' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory `/usr/local/src/rivet-0.7.0/src' > make: *** [install-recursive] Error 1 > Even though I got those errors the module loaded and it seems to be > working. Yeah, you can get by without those, but I wonder why it's failing:-( I'm going to see if I can get the libtool guys to answer this, because debugging autotools problems is an excersize in pain. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
