[OpenAFS] install OpenAFS after build

Ron Croonenberg ronc@depauw.edu
Fri, 15 Jul 2005 10:48:04 -0500


Hi Chris,

>After compiling a RPM, you should find 4 or 5 RPM binary packages in
>/usr/src/redhat/RPMS/ (or below)

That was what I expected, but I don't see anything there. When I compile
everything by executing "make" in the source root, it seems to all
compile but I can't find the rpm's.

these are the last few lines when I run "make":
samples'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openafs-1.2.13'
cd src; cd finale ; make all
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openafs-1.2.13/src/finale'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openafs-1.2.13/src/finale'
make[2]: Leaving directory `/usr/src/redhat/SOURCES/openafs-1.2.13'
make[1]: Leaving directory `/usr/src/redhat/SOURCES/openafs-1.2.13'

I don't see any errors.
Also, when I browsse around it seems that "everything" has been compiled
and I can find the binaries. It looks like "everything" has been
compiled, but the rpms are not created.

>You can install them with the rpm tool.
>
>Chris

Ron