Sean O'Riordain wrote:
> 
> Hi Bernhard,
> Could I suggest that you upgrade your version of gcc, since according to
> http://gcc.gnu.org/releases.html#timeline
> version 2.6.3 dates back to November 30, 1994 which in our industry is


Hi,

surely upgrading gcc to 2.95.3 or 3.0.4 would be a good shot. But it was
not possible yet to compile them.

> >gcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS  -DDSO_DL -O3
> >-DB_ENDIAN -DBN_DIV2W openssl.o verify.o asn1pars.o req.o dgst.o dh.o
> >dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o
> >rsa.o rsautl.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o s_server.o
> >s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o
> >version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o
> >rand.o  -L.. -lssl -L.. -lcrypto -ldld
> >/bin/ld: Unsatisfied symbols:
> >   gmtime_r (code)
> >collect2: ld returned 1 exit status

It doesn't seem to be a compiler issue. Something tries to do a
gmtime_r() call, which is apparently not implemented. That would throw
it back to OpenSSL to properly detect and handle it.



 ctime(3C)                                                        
ctime(3C)




 NAME
      ctime(), localtime(), gmtime(), mktime(), difftime(), asctime(),
      timezone(), daylight(), tzname(), tzset(), nl_ctime(),
nl_cxtime(),
      nl_asctime(), nl_ascxtime() - convert date and time to string

[...]

      gmtime()          Convert directly to Coordinated Universal Time
                        (UTC), the time standard used by the HP-UX
operating
                        system.  gmtime() returns a pointer to the tm
                        structure described below.

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

Reply via email to