----- Original Message ----- From: "David N. Welton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Friday, September 16, 2005 1:18 PM
Subject: Re: make install error


[EMAIL PROTECTED] wrote:

I'm using Fedora Core 4 (Linux 2.6.12-1.1398_FC4 ) on an Athlon with
Apache 1.3.33.

/usr/bin/install: installing multiple files, but last argument,
`/usr/share/rivet/librivetparser.so' is not a directory


Ugh...  that's just weird.

If I'm not mistaken, shouldn't the install commands be separate:

/usr/bin/install -c .libs/librivet.so /usr/lib/
/usr/bin/install -c .libs/librivet.so /usr/share/rivet/

Yeah, that makes sense, but the trouble is figuring out where those come
from in the Makefile.am files:-/

Also, out of curiosity, why does it appear that mod_rivet.la is being
installed twice?
First with the line:
/bin/sh ../libtool --mode=install /usr/bin/install -c  'mod_rivet.la'
'/usr/local/apache/libexec/mod_rivet.la'
Then again, but using mod_rivet.lai:
/usr/bin/install -c .libs/mod_rivet.lai
/usr/local/apache/libexec/mod_rivet.la

Interesting.  Anyone got any ideas?

Also, the following line from my "make install" output:

test -z "/usr/lib /usr/share/rivet" || mkdir -p -- "/usr/lib
/usr/share/rivet"

is creating the exact directory structure in the string "/usr/lib
/usr/share/rivet".
I have a directory called "lib " (with space after it) and then the
other directories within that.

Can you post your Makefile.in and Makefile to the web somewhere so that
we can have a look?

Here's some links to the Makefiles:

http://websiteguard.com/rivet/Makefile.txt
http://websiteguard.com/rivet/Makefile.in.txt

Also, if helpful, you can view the other Makefiles (those in subdirs doc and src) at:

http://websiteguard.com/rivet/

Thanks!




I manually copied all of the *.so and *.la files. Any more manual
modifications I can make right now to get it running?

Well, all the .tcl files from tcl-rivet/rivet/ need to go in
/usr/lib/rivet/ or wherever else the tcl package path is...


Thanks. I'll try that.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to