I'm trying to build OpenSSL 0.9.8b on HP Itanium and I'm running into some problems during the make install step.  I'm didn't notice any errors during configure or make and make test passed.  I'm able to build 0.9.8a with the exact same steps.  Has anyone else seen this?  Any suggestions on what's wrong?  Thanks in advance.
,
Josh.
 
 
Here are the steps I'm taking to build:
    ./Configure hpux-ia64-cc --openssldir=/home/hp/lib/opensslDist threads shared
    make
    make test
    make install
 
Here is the error I'm getting in make install:
   
    making install in crypto/pqueue...
    making install in ssl...
    making install in engines...
    installing 4758cca
    cp: cannot access lib4758cca.so: No such file or directory
    installing aep
    cp: cannot access libaep.so: No such file or directory
    installing atalla
    cp: cannot access libatalla.so: No such file or directory
    installing cswift
    cp: cannot access libcswift.so: No such file or directory
    installing gmp
    cp: cannot access libgmp.so: No such file or directory
    installing chil
    cp: cannot access libchil.so: No such file or directory
    installing nuron
    cp: cannot access libnuron.so: No such file or directory
    installing sureware
    cp: cannot access libsureware.so: No such file or directory
    installing ubsec
    cp: cannot access libubsec.so: No such file or directory
    *** Error exit code 1
 
    Stop.
    *** Error exit code 1
 
    Stop.
    -bash-2.05b$

Reply via email to