Anders Ringaby a écrit :


Hmmm, what do line 1 and line 2 look like ?

I dont know! I'm not familiar with this script, here is my demand of help!...



Try looking at the "install" entry in the makefile ( Makefile ), and follow the code from there.

I think is tHere is:

install: all install_docs install_sw

install_sw:
        @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
                $(INSTALL_PREFIX)$(INSTALLTOP)/lib \
                $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig \
                $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl \
                $(INSTALL_PREFIX)$(OPENSSLDIR)/misc \
                $(INSTALL_PREFIX)$(OPENSSLDIR)/certs \
                $(INSTALL_PREFIX)$(OPENSSLDIR)/private
        @for i in $(EXHEADER) ;\
        do \
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
        done;
        @for i in $(DIRS) ;\
(...)

---
Have a nice day
and thanx again
Alain
--
 Alain Chappuis [Ingénieur Système 1]
 Université de Genève/Faculté de Médecine/Service Informatique
 1, Rue Michel-Servet | CH-1211 Genève 4
 http://www.sifm.unige.ch/presentation/alain.php
 Tél.:++41 22.379.5073 Fax.:++41 22.379.3334/022.379.5858
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to