Hi,

Makefiles of 0.9.7c have a new line:

chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig

I believe you wanted to write

chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc

This way it chmod's a directory shared by many libraries, so that it
becomes unreadable by non-root users, causing failure to compile many
applications, even ones which have nothing to do with ssl.



-- 
Egmont

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to