Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52387 - mssql use flag dosen't work because of wrong php-sapi.eclass
Summary: mssql use flag dosen't work because of wrong php-sapi.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-29 13:16 UTC by Michael Cramer
Modified: 2004-05-29 16:57 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 Michael Cramer 2004-05-29 13:16:46 UTC
after emerging the latest version of mod_php (4.3.6-r2) and setting the use flags freetds and mssql, i could't use the mssql functions in php. after looking in the php-sapi.eclass file and changing the following line 
myconf="${myconf} --with-mssql"
into
myconf="${myconf} --with-mssql=/usr"
and reemerging i could use now the functions.

Reproducible: Always
Steps to Reproduce:
1. emerge mod_php without changes in eclass
2. calling a script with mssql_connect()
3. emerge mod_php with changes in eclass
4. calling the same script
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-05-29 16:57:38 UTC
fixed in cvs.