Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63087 - mod_php-5.0.1 fails on make install: /usr/share/build/libtool: No such file or directory
Summary: mod_php-5.0.1 fails on make install: /usr/share/build/libtool: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-06 23:09 UTC by Paola Villarreal
Modified: 2004-09-07 00:03 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 Paola Villarreal 2004-09-06 23:09:16 UTC
when doing emerge mod_php (5.0.1) it fails on make install.. this is the complete error i get:

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).


>>> Install mod_php-5.0.1 into /var/tmp/portage/mod_php-5.0.1/image/ category dev-php
Installing PHP SAPI module:       apache2handler
/usr/lib/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/build/libtool' libphp5.la /var/tmp/portage/mod_php-5.0.1/image//usr/lib/apache2/modules
/usr/share/build/libtool --mode=install cp libphp5.la /var/tmp/portage/mod_php-5.0.1/image//usr/lib/apache2/modules/
/usr/lib/apache2/build/instdso.sh: line 53: /usr/share/build/libtool: No such file or directory
apxs:Error: Command failed with rc=8323072
.
make: *** [install-sapi] Error 1

!!! ERROR: dev-php/mod_php-5.0.1 failed.
!!! Function php5-sapi_src_install, Line 436, Exitcode 2
!!! install failed
Comment 1 Paola Villarreal 2004-09-07 00:03:13 UTC
Ok, the problem was that if you have apache 2.0.50 which uses libtool, and you rebuild libtool but dont rebuild apache, you will get that error... 

I believe this is a common problem in portage; if you rebuild a library that is a dependencie to other package(s) it wont rebuild those packages... 

Fixed it by rebuilding apache