Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 01:38:47 -0700 (PDT)
From:      wigren@home.se
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22373: editors/glimmer build fails (with fix!)
Message-ID:  <20001028083847.A114F37B479@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22373
>Category:       ports
>Synopsis:       editors/glimmer build fails (with fix!)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 01:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Per Wigren
>Release:        4.1.1-STABLE
>Organization:
>Environment:
FreeBSD adbprwn.hempc.ds.sll.se 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Mon Oct 23 16:38:56 CEST
2000     root@adbprwn.hempc.ds.sll.se:/usr/obj/usr/src/sys/WIGRENS  i386 
>Description:
I'm using a fresh cvsup from 28 Oct 10:15 CEST (15 mins before post) and python2.0 is from today also.

/usr/local/lib/python2.0/config/libpython2.0.a(socketmodule.o): In function `newSSLObject':
socketmodule.o(.text+0x1943): undefined reference to `SSLv23_method'
socketmodule.o(.text+0x1949): undefined reference to `SSL_CTX_new'
socketmodule.o(.text+0x199f): undefined reference to `SSL_CTX_use_PrivateKey_file'
socketmodule.o(.text+0x19c0): undefined reference to `SSL_CTX_use_certificate_chain_file'
socketmodule.o(.text+0x19e3): undefined reference to `SSL_CTX_set_verify'
socketmodule.o(.text+0x19ee): undefined reference to `SSL_new'
socketmodule.o(.text+0x1a05): undefined reference to `SSL_set_fd'
socketmodule.o(.text+0x1a10): undefined reference to `SSL_set_connect_state'
socketmodule.o(.text+0x1a1e): undefined reference to `SSL_connect'
socketmodule.o(.text+0x1a6c): undefined reference to `SSL_get_peer_certificate'
/usr/local/lib/python2.0/config/libpython2.0.a(socketmodule.o): In function `SSL_dealloc':
socketmodule.o(.text+0x1b79): undefined reference to `SSL_CTX_free'
socketmodule.o(.text+0x1b84): undefined reference to `SSL_free'
/usr/local/lib/python2.0/config/libpython2.0.a(socketmodule.o): In function `SSL_SSLwrite':
socketmodule.o(.text+0x1c4f): undefined reference to `SSL_write'
/usr/local/lib/python2.0/config/libpython2.0.a(socketmodule.o): In function `SSL_SSLread':
socketmodule.o(.text+0x1cc2): undefined reference to `SSL_read'
socketmodule.o(.text+0x1cd0): undefined reference to `SSL_get_error'
/usr/local/lib/python2.0/config/libpython2.0.a(socketmodule.o): In function `init_socket':
socketmodule.o(.text+0x1e35): undefined reference to `SSL_load_error_strings'
socketmodule.o(.text+0x1e3a): undefined reference to `SSL_library_init'
*** Error code 1    
>How-To-Repeat:

>Fix:
Add -lssl to PYTHON_LIBS in Makefile.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001028083847.A114F37B479>