Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79324 - mysql-python 1.1.7 doesn't compile with ssl support
Summary: mysql-python 1.1.7 doesn't compile with ssl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 05:50 UTC by marcell mars
Modified: 2005-01-25 06:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marcell mars 2005-01-24 05:50:36 UTC
because mysql-python doesn't compile with ssl support (there is no USE flag to use either) it doesn't work when you want to connect to mysql from your python script..

the solution is to add:
extra_link_args = ['-lssl']
into setup.py from mysql-python 1.1.7 package

Reproducible: Always
Steps to Reproduce:
1. emerge mysql-python
2.
3.

Actual Results:  
it desn't allow you to connect to mysql from python

Expected Results:  
it allows you to connect to mysql from python

the solution is to add:
extra_link_args = ['-lssl']
into setup.py from mysql-python 1.1.7 package
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2005-01-25 06:33:40 UTC
added ssl USE flag, version bumped to 1.1.9