rpmbuild - my RPM package requires 2 already installed shared libraries -


i'm looking making rpm packages.

i created first rpm package rpmbuild. package simple. has copy several config files , 1 executable.

i cannot install .rpm because 2 shared librairies used executable required.

these librairies installed not linked .rpm package because build them 1 of projects. there located in /usr/myproject/lib directory.

i tried put symbolic links /lib , /usr/lib, tried run "ldconfig" update .conf file contains /usr/myproject/lib directory, , tried update ld_library_path env variable without success.

i know can ignore dependencies using -nodeps command line option i'd in next step create own yum repository yum not allow install package if dependencies not fulfilled.

i prefer keep automatic dependency feature of rpmbuild enabled.

thanks in advance.

package these 2 libraries in rpm, can install both rpms in 1 rpm -i call.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -