Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88699 - mod_php 4.3.11 not installing to where 70_mod_php.conf says
Summary: mod_php 4.3.11 not installing to where 70_mod_php.conf says
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-11 04:16 UTC by Steev Klimaszewski (RETIRED)
Modified: 2005-04-12 15:58 UTC (History)
1 user (show)

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 Steev Klimaszewski (RETIRED) gentoo-dev 2005-04-11 04:16:16 UTC
Upon emerging mod_php 4.3.11 it seems to place libphp4.so into /usr/lib/apache2-extramodules/ instead of /usr/lib/apache2/extramodules/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
locate libphp4.so
/usr/lib/apache2-extramodules/libphp4.so

Expected Results:  
locate libphp4.so
/usr/lib/apache2/extramodules/libphp4.so

One thing that MAY be causing this... I am actually installing from an overlay
that I created to test that it works with apache 2.0.53.

Apache will not start with -D PHP4 in the conf.d/apache file without the module
being in the proper place - one other work around is to put the full path
(/usr/lib/apache2-extramodules/libphp4.so) in the 70_mod_php.conf file.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-11 04:38:56 UTC
/usr/lib/apache2/extramodules/ is a symlink to /usr/lib/apache2-extramodules/ here. You have broken something with your overlay. ;-)

# ls -la /usr/lib/apache2

drwxr-xr-x   2 root root   400 Feb  9 01:20 build
lrwxrwxrwx   1 root root    17 Feb 26 00:30 conf -> /etc/apache2/conf
lrwxrwxrwx   1 root root    29 Feb 26 00:30 extramodules -> /usr/lib/apache2-extramodules
lrwxrwxrwx   1 root root     8 Feb 26 00:30 lib -> /usr/lib
lrwxrwxrwx   1 root root    16 Feb 26 00:30 logs -> /var/log/apache2
drwxr-xr-x   2 root root  1752 Nov  6 14:17 modules
Comment 2 bravecobra 2005-04-11 04:42:33 UTC
The reason forthis overlay is the fact that mod_php-4.3.11 is blocking ~x86 versions of apache. I see no reason at the moment to do so.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-04-11 04:48:26 UTC
I believe you need php/mod_php-4.3.11-r1 for ~x86 apache2 :-)
Comment 4 bravecobra 2005-04-11 04:58:54 UTC
there is no dev-php/mod_php-4.3.11-r1 in portage :(
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-04-11 05:03:43 UTC
You should emerge sync...
Comment 6 bravecobra 2005-04-11 06:52:51 UTC
Yep found it. Tnx that fixed it :)
Comment 7 Christian Parpart (RETIRED) gentoo-dev 2005-04-12 15:57:03 UTC
so issue fixed? can this be closed then?
Comment 8 Christian Parpart (RETIRED) gentoo-dev 2005-04-12 15:58:59 UTC
erm. I should read the whole message ;)
closing then.