|
From: <php...@li...> - 2007-04-28 11:50:44
|
Hi,
> installing java bridge on my linux box. The failed
> dependencies
> indicates it could not find php but I do have php
> 5.2.0.
You can install PHP 5.2.0 in your home directory or in
some other temporary place. But this won't affect the
computer operating system in any way. You need to
install the appropriate php RPM.
> # rpm -i php-java-bridge-3.2.1-1.FC6.i386.rpm
> error: Failed dependencies:
> libgcj.so.7rh is needed by
> php-java-bridge-3.2.1-1.i386
> php >= 5.1.1 is needed by
> php-java-bridge-3.2.1-1.i386
> rtld(GNU_HASH) is needed by
> php-java-bridge-3.2.1-1.i386
These are exported by gcc-java and php. The command:
yum install php java
should fix this problem.
BTW: The Linux RPM's are for RedHat and compatibles
(Fedora, WhiteBox, CentOS, ...). They don't work on
Novell Linux for example, on other Linux operating
systems use the generic binary download instead.
Regards,
Jost Boekemeier
__________________________________ Yahoo! Clever - Der einfachste Weg, Fragen zu stellen und Wissenswertes mit Anderen zu teilen. www.yahoo.de/clever
|