<div dir="ltr"># ./configure<br>....<br>checking openssl/ssl.h usability.... yes<br>checking openssl/ssl.h presence... yes<br>checking for openssl/ssl.h... yes<br>checking for SSL_new in -lssl... yes<br>    Using SSLLIBS="-lssl -lcrypto"<br>
    Using SSLFLAGS="-DOPENSSL_DISABLE_OLD_DES_SUPPORT"<br>....<br># make<br>.....<br>client.c: In function 'encrypt_client':<br>client.c:3096: error: 'SSL_OP_DONTS_INSERT_EMPTY_FRAGMENTS' undeclared (first use in this function)<br>
client.c:3096: error: (Each undeclared identifier is reported only once<br>client.c:3096: error: for each function it appears in.)<br>client.c:3099: error: too many arguments to function 'SSL_CTX_use_certificate_chain_file'<br>
make[1]: *** [client.o] Error 1<br>make: *** [all] Error 1<br><br><br><br><br><div class="gmail_quote">2008/10/8 Michael R Sweet <span dir="ltr"><<a href="mailto:msweet@apple.com">msweet@apple.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">ß10f@ ††K wrote:<br>
> I compile the cups 1.4svn and recied the error in compilation the<br>
><br>
> conf.c: In function 'read_configuration':<br>
> conf.c:3257: error: 'SSLOptions' undeclared (first use in this function)<br>
> conf.c:3257: error: (Each undeclared identifier is reported only once<br>
> conf.c:3257: error: for each function it appears in.)<br>
> make[1]: *** [conf.o] Error 1<br>
> make: *** [all] Error 1<br>
><br>
> and because of this i cant start my server cups i recied this error when<br>
> i go to start the cups<br>
><br>
> thiagobraga_pre:/home/fabio/Desktop/cups-1.4svn-r7995 # /etc/init.d/cups<br>
> start<br>
> cupsd: Child exited with status 127!<br>
> cups: unable to start scheduler.<br>
><br>
> someone can help me?<br>
<br>
</div></div>Make sure you have the OpenSSL developer package installed on your<br>
system.<br>
<br>
This issue will be fixed in the next snapshot.<br>
<font color="#888888"><br>
--<br>
______________________________________________________________________<br>
Michael R Sweet                        Senior Printing System Engineer<br>
<br>
_______________________________________________<br>
cups mailing list<br>
<a href="mailto:cups@easysw.com">cups@easysw.com</a><br>
<a href="http://lists.easysw.com/mailman/listinfo/cups" target="_blank">http://lists.easysw.com/mailman/listinfo/cups</a><br>
</font></blockquote></div><br></div>