LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 854|回复: 0

求助: linux packages 循环依赖的解决方法

[复制链接]
发表于 2008-2-29 11:27:18 | 显示全部楼层 |阅读模式
如 package openldap 和 cyrus-sal
其中cyrus-sasl 依赖bootstrap-openldap,而openldap又依赖cyrus-sasl,

手动改Makefile的方法:
从openldap的Makefile中拿掉对cyrus-sasl的依赖,make openldap
make cyrus-sasl
恢复openldap的Makefile中对cyrus-sasl的依赖,make openldap


还有没有其它方法呢?
能一次把openldap编译成功的,不用手动重复编译的方法。
能不能通过直接改这两个包中的某个文件而达到目的呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表