Hi all,

I'm using Redhat Linux 7.1 with kernel 2.4.3-12.
I'm using openssl-0.9.6b. After I ran ./configure everthing seems ok but
when I run make I get this errors:



t_req.o(.text+0x2f): undefined reference to `_stdsprintf'
t_req.o(.text+0x63): undefined reference to `_stdsprintf'
t_req.o(.text+0xdd): undefined reference to `_stdsprintf'
t_req.o(.text+0x10c): undefined reference to `_stdsprintf'
t_req.o(.text+0x150): undefined reference to `_stdsprintf'
../libcrypto.a(t_req.o)(.text+0x1b9): more undefined references to
`_stdsprintf' follow
../libcrypto.a(pem_lib.o): In function `def_callback':
pem_lib.o(.text+0xeb): undefined reference to `_Sfstderr'
pem_lib.o(.text+0xf1): undefined reference to `sfprintf'
../libcrypto.a(x509_txt.o): In function `X509_verify_cert_error_string':

x509_txt.o(.text+0x321): undefined reference to `_stdsprintf'
../libcrypto.a(by_dir.o): In function `get_cert_by_subject':
by_dir.o(.text+0x471): undefined reference to `_stdsprintf'
../libcrypto.a(v3_alt.o): In function `i2v_GENERAL_NAME':
v3_alt.o(.text+0x1d7): undefined reference to `_stdsprintf'
../libcrypto.a(v3_alt.o): In function `v2i_GENERAL_NAME':
v3_alt.o(.text+0x91b): undefined reference to `sfsscanf'
../libcrypto.a(conf_def.o): In function `def_load':
conf_def.o(.text+0x72c): undefined reference to `_stdsprintf'
../libcrypto.a(txt_db.o): In function `TXT_DB_read':
txt_db.o(.text+0x242): undefined reference to `_Sfstderr'
txt_db.o(.text+0x248): undefined reference to `sfprintf'
txt_db.o(.text+0x31a): undefined reference to `_Sfstderr'
txt_db.o(.text+0x320): undefined reference to `sfprintf'
txt_db.o(.text+0x39c): undefined reference to `_Sfstderr'
txt_db.o(.text+0x3a2): undefined reference to `sfprintf'
../libcrypto.a(read_pwd.o): In function `des_read_pw':
read_pwd.o(.text+0xd3): undefined reference to `sfopen'
read_pwd.o(.text+0xeb): undefined reference to `_Sfstdin'
read_pwd.o(.text+0x1c6): undefined reference to `_Sfstderr'
read_pwd.o(.text+0x1cc): undefined reference to `sfputr'
read_pwd.o(.text+0x1d8): undefined reference to `sfseek'
read_pwd.o(.text+0x1e1): undefined reference to `sfsync'
read_pwd.o(.text+0x1f1): undefined reference to `sfpurge'
read_pwd.o(.text+0x21d): undefined reference to `_stdgets'
read_pwd.o(.text+0x277): undefined reference to `_stdgets'
read_pwd.o(.text+0x2ad): undefined reference to `_Sfstderr'
read_pwd.o(.text+0x2b3): undefined reference to `sfprintf'
read_pwd.o(.text+0x2bf): undefined reference to `sfseek'
read_pwd.o(.text+0x2c8): undefined reference to `sfsync'
read_pwd.o(.text+0x2d8): undefined reference to `sfpurge'
read_pwd.o(.text+0x2fc): undefined reference to `_stdgets'
read_pwd.o(.text+0x357): undefined reference to `_stdgets'
read_pwd.o(.text+0x397): undefined reference to `_Sfstderr'
read_pwd.o(.text+0x39d): undefined reference to `sfprintf'
read_pwd.o(.text+0x3a9): undefined reference to `sfseek'
read_pwd.o(.text+0x3b2): undefined reference to `sfsync'
read_pwd.o(.text+0x3c2): undefined reference to `sfpurge'
read_pwd.o(.text+0x3e4): undefined reference to `_Sfstderr'
read_pwd.o(.text+0x3ea): undefined reference to `sfprintf'
read_pwd.o(.text+0x42f): undefined reference to `_Sfstdin'
read_pwd.o(.text+0x43a): undefined reference to `sfclose'
../libcrypto.a(rand_win.o): In function `RAND_poll':
rand_win.o(.text+0x2e): undefined reference to `sfopen'
rand_win.o(.text+0x43): undefined reference to `_stdsetvbuf'
rand_win.o(.text+0x53): undefined reference to `sfread'
rand_win.o(.text+0x6a): undefined reference to `sfclose'
../libcrypto.a(a_gentm.o): In function `ASN1_GENERALIZEDTIME_set':
a_gentm.o(.text+0x20c): undefined reference to `_stdsprintf'
../libcrypto.a(a_mbstr.o): In function `ASN1_mbstring_ncopy':
a_mbstr.o(.text+0x19b): undefined reference to `_stdsprintf'
a_mbstr.o(.text+0x1eb): undefined reference to `_stdsprintf'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/opt/openssl-0.9.6b/apps'
make: *** [sub_all] Error 1

Anyone knows whats wrong??

Thanks

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

Reply via email to