gabor wrote:

Jeff Whitaker wrote:

Gábor Farkas wrote:

hi,

i wanted to do some python programming, and found out that my fink-python does not support https..that means it was not compiled with ssl.

then  i also checked my wget...the same..

i vaguely remember that fink asked me if i want to enable ssl-support for some packages once, but i don't remember the details.

so, is there a way to re-install them somehow WITH ssl?


fink install pythonXY-socket-ssl

(where XY is the python version, XY=24 for version 2.4)


fink install python24-socket-ssl


/sw/bin/python2.4 setup_socket_ssl.py build
running build
running build_ext
Traceback (most recent call last):
  File "setup_socket_ssl.py", line 21, in ?
    depends = ['socketmodule.h'] )
File "/sw/src/root-python24-2.4.1-1/sw/lib/python2.4/distutils/core.py", line 166, in setup SystemExit: error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.4" but "10.3" during configure
### execution of /sw/bin/python2.4 failed, exit code 1


gabor

Gabor:  To quote Dave Vasilevsky from an earlier post:

"This problem seems to happen because the python2* packages write the current MACOSX_DEPLOYMENT_TARGET to %p/lib/python2.3/config/Makefile and the python build utilities use this value when compiling modules. This means that if you have a python24 from 10.3 (from the bindist or by upgrading 10.3 => 10.4), there will be a mismatch between what python thinks MACOSX_DEPLOYMENT_TARGET should be and what it actually is."

I'd rebuild python24.

-Jeff

--
Jeffrey S. Whitaker         Phone : (303)497-6313
NOAA/OAR/CDC  R/CDC1        FAX   : (303)497-6449
325 Broadway                Web   : http://www.cdc.noaa.gov/~jsw
Boulder, CO, USA 80305-3328 Office: Skaggs Research Cntr 1D-124



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to