| Jose Maria Lopez Hernandez 2004-09-15, 11:11 am |
| Jim Patterson wrote:
> I am trying to install a recompiled php package, but I keep running inot
> a dependency problem.
> ---------------------------------------------------------------------------------
>
> rpm -Uvh php*sybase*.rpm
> error: Failed dependencies:
> libcomn.so is needed by php-4.3.2-11.1.ent.sybase
> libcs.so is needed by php-4.3.2-11.1.ent.sybase
> libct.so is needed by php-4.3.2-11.1.ent.sybase
> libintl.so is needed by php-4.3.2-11.1.ent.sybase
> libsybtcl.so is needed by php-4.3.2-11.1.ent.sybase
> ---------------------------------------------------------------------------------------------
>
> these files are in '/opt/sybase/OCS-12_5/lib'
>
> I have put this path in 'ld.so.conf' and then ran 'ldconfig'
> I also ran
> export LD_LIBRARY_PATH=/opt/sybase/OCS-12_5/lib
>
> I still get this dependency error
>
> Any ideas on what I've done incorrectly here.
The only thing that rpm has in mind it's it's own database,
it doesn't look if the libraries are really installed or not,
just checks if the rpm database has an entry that says the
libraries are installed. If you are sure you have the needed
libraries you should use "rpm --nodeps" to avoid checking for
dependences, so it should install and run without any problem.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAŅA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
|