| Summary: | php: emerge aborts in install-modules: no modules dir ("cp: cannot stat `modules/*': No such file or directory") | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Skwar <askwar> |
| Component: | Current packages | Assignee: | PHP Bugs <php-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | mdabney, php-bugs |
| Priority: | High | ||
| Version: | 2004.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Alexander Skwar
2005-02-28 03:13:31 UTC
If you can't wait for the proper patch, create a fake file in the working tree during the compilation: # mkdir /var/tmp/portage/mod_php-5.0.3/work/php-5.0.3/modules/ # touch /var/tmp/portage/mod_php-5.0.3/work/php-5.0.3/modules/fake.so (i needed just the php for apache2 and this way it worked for me) |