Markus Moeller wrote: > I downloaded al the source tars and build tools, but when I run nightly > to build Opensolaris I get the below error. From where do I get the right > ssl sources ?
in the location where you downloaded them from, isn't there a list of requirements? you can also do this: $ pkg search ssl.h and get a long list of lines looking something like this: basename file usr/sfw/include/openssl/ssl.h pkg:/SUNWopenssl at 0.9.8-0.101 basename file usr/include/mps/ssl.h pkg:/SUNWtlsd at 0.5.11-0.75 so you might want to do "pkg install SUNWtlsd" HTH Michael > Thank you > Markus > > + /usr/sfw/bin/gcc -fident -finline -fno-inline-functions -fno-builtin > -fno-asm -nodefaultlibs -D__sun -O -fpic -Wall -Wno-unknown-pragmas > -Wno-missing-braces -Wno-sign-compare -Wno-parentheses -Wno-uninitialized > -Wno-implicit-function-declaration -Wno-unused -Wno-trigraphs > -Wno-char-subscripts -Wno-switch -Werror -std=gnu89 -D_REENTRANT -gdwarf-2 > -std=gnu89 -fno-dwarf2-indirect-strings > -I/src/build/usr/src/lib/libldap5/include/ldap -I/usr/include/mps > -DTEXT_DOMAIN="SUNW_OST_OSLIB" -D_TS_ERRNO > -I/src/build/proto/root_i386/usr/include -DPIC -D_REENTRANT -c -gdwarf-2 > -DSVR4 -DSYSV -D__svr4 -D__svr4__ -DSOLARIS -D_SOLARIS_SDK -DUSE_WAITPID > -DNEEDPROTOS -DNET_SSL -DNO_LIBLCACHE -DLDAP_REFERRALS -DNS_DOMESTIC > -DLDAP_SSLIO_HOOKS -DSTR_TRANSLATION -DLDAP_SASLIO_HOOKS > -I/src/build/usr/src/lib/libldap5/include/ldap -I/usr/include/mps -w -o > /tmp/.cwCAAGdaazW.o ../sources/ldap/ssldap/clientinit.c > ../sources/ldap/ssldap/clientinit.c:42:18: nspr.h: No such file or directory > ../sources/ldap/ssldap/clientinit.c:43:19: plstr.h: No such file or directory > ../sources/ldap/ssldap/clientinit.c:45:18: cert.h: No such file or directory > ../sources/ldap/ssldap/clientinit.c:46:17: key.h: No such file or directory > ../sources/ldap/ssldap/clientinit.c:47:17: ssl.h: No such file or directory > ../sources/ldap/ssldap/clientinit.c:48:22: sslproto.h: No such file or > directory > In file included from ../sources/ldap/ssldap/clientinit.c:50: -- Michael Schuster http://blogs.sun.com/recursion Recursion, n.: see 'Recursion'
