| Summary: | www-servers/cherokee-0.6.1 sandbox violation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Seifert <ts77> |
| Component: | Current packages | Assignee: | www-servers Herd (OBSOLETE) <www-servers+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bass |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Thomas Seifert
2008-04-05 15:28:18 UTC
Which http://bugs.php.net/bug.php?id=13595 it seems a php problem reassing? is this still a problem with cherokee-0.9.0? thanks. yes it is, i've asked the gentoo php folks to look at it Something like this in src_unpack() should make sandbox happy: sed -i -e "s|\(\$PHPCGI -v\)|\1 -d session.save_path=/tmp|" configure.in eautoreconf By default session.save_path is commented out in php.ini (?) and php-cgi tries to unlink files in / which sandbox doesn't like. Setting session path to /tmp (or uncommenting that entry in php.ini) does the trick. do you have this problem in 0.11.6? this problem is now fixed upstream, close this bug after the next release New version in cvs |