Hi,

I'm trying a 1st build & setup of OpenCA on OpenSuse 11.2.

openca-tools build/install OK,

        cd /usr/local/src/openca-tools-1.3.0
        ./configure --prefix=/usr/local/openca
        make install
        /usr/local/openca/bin/openca-scep -version
                OpenCA Simple Certificate Enrollment Protocol Tools
                (c) 2002/2003 by Massimiliano Pala and OpenCA Group
                OpenCA licensed software
                Version 1.3.0

but, openca-base build fails to find the installed tools,

        cd /usr/local/src/openca-base-1.1.0
        rm -rf /build/openca_build
        mkdir -p /build/openca_build
        ./configure --prefix=/usr/local/openca 
--with-build-dir=/build/openca_build

        checking for openca-sv... openca-sv
        configure: error: **** ERROR: can not find the openca-sv command,
please install openca-tools package or use --with-openssl-tools-prefix
option

openssl?

        ./configure --help | grep with-openssl-tools-prefix
        (empty)


Nothing there.  I suppose it should be, "--with-openca-tools-prefix", no?

but, checking,

  --with-openca-tools-prefix=PREFIX/bin
                          Prefix for openca-sv and openca-scep commands
                          (default PREFIX/bin)
and,

        ls -al /usr/local/openca/bin/openca-sv
                -rwxr-xr-x 1 root root 48022 2010-03-21 14:53 
/usr/local/openca/bin/openca-sv

it should ALREADY be picking it up from the PREFIX.  trying manually,

        ./configure --prefix=/usr/local/openca
--with-build-dir=/build/openca_build
--with-openca-tools-prefix=/usr/local/openca/bin

        ...
        checking for openca-sv... openca-sv
        configure: error: **** ERROR: can not find the openca-sv command,
please install openca-tools package or use --with-openssl-tools-prefix
option

doesn't seem to fix :-/

Any help of how to get started here?

Thanks,

BenDJ

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to