Ives Steglich schrieb:
Mathias Sch�fer wrote:
Hello,
I've got a problem installing the online-components of openca on a solaris-box.
hmm it says: /bin/bash: ./install-sh: No such file or directory
maybe something with the configure went wrong?
greetings dalini
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
I switched to some GNU stuff, i think the filutils did make the difference, but then it stopped later in process:
make[10]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common/var/crypto' /usr/local/bin/install -c -o ca -g ca -m 644 Makefile.crt /usr/local/openca-0.9.2.1/openca/var/crypto/chain/Makefile + make __install_ln_s TARGET=/usr/local/openca-0.9.2.1/openca/var/crypto/keys/cakey.pem LINK=/usr/local/openca-0.9.2.1/openca/var/crypto/keys/bp_key.pem make[10]: Entering directory `/export/home/ca/openca-0.9.2.1/src/common/var/crypto' if test -z "/usr/local/openca-0.9.2.1/openca/var/crypto/keys/cakey.pem"; then make default; \ else \ ../../../../relative_ln_s.sh /usr/local/openca-0.9.2.1/openca/var/crypto/keys/cakey.pem /usr/local/openca-0.9.2.1/openca/var/crypto/keys/bp_key.pem; \ fi; ../../../../relative_ln_s.sh: test: argument expected make[10]: *** [__install_ln_s] Error 1 make[10]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common/var/crypto' make[9]: *** [bp_key.pem] Error 2 make[9]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common/var/crypto' make[8]: *** [crypto] Error 2 make[8]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common/var' make[7]: *** [install] Error 2 make[7]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common/var' make[6]: *** [var] Error 2 make[6]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common' make[5]: *** [install] Error 2 make[5]: Leaving directory `/export/home/ca/openca-0.9.2.1/src/common' make[4]: *** [common] Error 2 make[4]: Leaving directory `/export/home/ca/openca-0.9.2.1/src' make[3]: *** [install-common] Error 2 make[3]: Leaving directory `/export/home/ca/openca-0.9.2.1/src' make[2]: *** [src] Error 2 make[2]: Leaving directory `/export/home/ca/openca-0.9.2.1' make[1]: *** [install-common] Error 2 make[1]: Leaving directory `/export/home/ca/openca-0.9.2.1' make: *** [install-common-parts] Error 2 -bash-3.00# ls /usr/local/openca-0.9.2.1/openca/ etc/ lib/ var/ -bash-3.00#
I changed the magic line in relative_ln_s.sh to #!/bin/bash and it seems to work now. There is no more error in make install-online process.
Greetings Mathias
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
