| Jim Gallacher (JIRA) 2005-06-26, 5:46 pm |
| [ http://issues.apache.org/jira/brows...action_12314508 ]
Jim Gallacher commented on MODPYTHON-52:
----------------------------------------
Support for flex detection has now been committed, including documentation. This issue can be closed.
> path to flex used in compiling mod_python is hard coded
> -------------------------------------------------------
>
> Key: MODPYTHON-52
> URL: http://issues.apache.org/jira/browse/MODPYTHON-52
> Project: mod_python
> Type: Bug
> Versions: 3.2.0
> Environment: All
> Reporter: Jim Gallacher
> Priority: Minor
> Attachments: flex-patch.diff
>
> The path to flex in src/Makefile is hard coded to /usr/local/bin/flex. As a result compiling mod_python will fail on many systems.
> The path and version of flex should be handled by the configure script. The fix is fairly simple and I will attach a patch when I've done a bit more testing.
|