On Wed, Sep 29, 1999, WSO Support wrote:
> While compiling Apache 1.3.9 with mod_ssl 2.4.2 and OpenSSL 0.9.4
> I got the following warnings:
>
> ar cr libssl.a mod_ssl.o ssl_engine_config.o ssl_engine_compat.o ssl_engine_ds.o
>ssl_engine_dh.o ssl_engine_init.o ssl_engine_kernel.o ssl_engine_rand.o
>ssl_engine_io.o ssl_engine_log.o ssl_engine_mutex.o ssl_engine_pphrase.o
>ssl_engine_scache.o ssl_engine_vars.o ssl_engine_ext.o ssl_expr.o ssl_expr_scan.o
>ssl_expr_parse.o ssl_expr_eval.o ssl_util.o ssl_util_ssl.o ssl_util_sdbm.o
>ssl_util_table.o
> ar: warning: ssl_engine_config.o truncated to ssl_engine_conf
> ar: warning: ssl_engine_compat.o truncated to ssl_engine_comp
> ar: warning: ssl_engine_init.o truncated to ssl_engine_init
> ar: warning: ssl_engine_kernel.o truncated to ssl_engine_kern
> ar: warning: ssl_engine_rand.o truncated to ssl_engine_rand
> ar: warning: ssl_engine_log.o truncated to ssl_engine_log.
> ar: warning: ssl_engine_mutex.o truncated to ssl_engine_mute
> ar: warning: ssl_engine_pphrase.o truncated to ssl_engine_pphr
> ar: warning: ssl_engine_scache.o truncated to ssl_engine_scac
> ar: warning: ssl_engine_vars.o truncated to ssl_engine_vars
> ar: warning: ssl_engine_ext.o truncated to ssl_engine_ext.
> ar: warning: ssl_expr_parse.o truncated to ssl_expr_parse.
> ar: warning: ssl_util_table.o truncated to ssl_util_table.
>
> Should I be worried about this? I wish I know what they meant,
> but I'm not a guru yet...
No, you don't have to worry about this. These are harmless messages from
older/stricter "ar" versions which want shorter filenames. Just ignore it.
You'll see the messages in lots of other compile procedures on your platform,
too.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]