---------------------------------------------------------------------------------
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.