Niels Poppe <[EMAIL PROTECTED]>:
> Updating a linux rpm build, following 'standard' filesystem conventions
> leads to a conflict of /usr/man/man1/passwd.1 being owned by another pkg
> :(
>
> One could
> 1. rename passwd.1 to passwd.1ssl
> 2. insist on installing it in /usr/local/man/man1
> 3. insist on keeping manpages under $SSLDIR/man (hmm, thats /usr for me)
> 4. rename the command (passwd_hash, ...?)
If you configure the library with --prefix=/usr, only /usr/bin/openssl,
/usr/bin/c_rehash, /usr/include/openssl/* and /usr/lib/lib{crypto,ssl}*
will be placed outside the /usr/ssl directory.
If you specify a directory with --openssldir, then this is expected
to be exclusive for the OpenSSL software. So typical options for config
will look like this:
$ ./config (equivalent to ./config --prefix=/usr/local)
$ ./config --prefix=/usr
$ ./config --openssldir=/opt/openssl
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]