Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48543 - mod_php-4.3.6-r1 breakage
Summary: mod_php-4.3.6-r1 breakage
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-21 02:26 UTC by Andrei Ivanov
Modified: 2004-04-21 11:17 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 Andrei Ivanov 2004-04-21 02:26:29 UTC
I suspect there is something wrong with -r1... after upgrade there is no pear :(

These are the only things in /usr/bin

dev-php/mod_php-4.3.6-r1 *
CONTENTS:
/usr
/usr/bin
/usr/bin/php
/usr/bin/php-config.mod_php

qpkg -v -f /usr/bin/pear
dev-php/php-4.3.6 *

Even though dev-php/php also has /usr/bin/pear, it still got deleted.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-21 11:17:17 UTC
no, this is correct.
dev-php/php is to provide /usr/bin/php as the CLI binary (which pear needs), and mod_php is to provide the apache binary.

this is because multiple packages were providing the pear and php binaries, which caused problems when people uninstalled them.

emerge dev-php/php again.