openwrt 安装nginx 冲突

本人所写的博客都为开发之中遇到问题记录的随笔,主要是给自己积累些问题。免日后无印象,如有不当之处敬请指正(欢迎进扣群 24849632 探讨问题);

Collected errors:
 * check_conflicts_for: The following packages conflict with nginx-util:
 * check_conflicts_for:         nginx-ssl-util * 
 * opkg_install_cmd: Cannot install package nginx.
 * check_data_file_clashes: Package nginx-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/init.d/nginx
        But that file is already provided by package  * nginx
 * check_data_file_clashes: Package nginx-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/sbin/nginx
        But that file is already provided by package  * nginx
 * opkg_install_cmd: Cannot install package nginx-mod-luci-ssl.
 * check_data_file_clashes: Package nginx-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/init.d/nginx
        But that file is already provided by package  * nginx
 * check_data_file_clashes: Package nginx-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/sbin/nginx
        But that file is already provided by package  * nginx
 * opkg_install_cmd: Cannot install package nginx-ssl.
 * check_data_file_clashes: Package nginx-mod-luci-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/nginx/conf.d/luci.locations
        But that file is already provided by package  * nginx-mod-luci
 * check_data_file_clashes: Package nginx-mod-luci-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/uci-defaults/60_nginx-luci-support
        But that file is already provided by package  * nginx-mod-luci
 * opkg_install_cmd: Cannot install package nginx-mod-luci-ssl.
 * check_data_file_clashes: Package nginx-all-module wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/init.d/nginx
        But that file is already provided by package  * nginx
 * check_data_file_clashes: Package nginx-all-module wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/usr/sbin/nginx
        But that file is already provided by package  * nginx
 * opkg_install_cmd: Cannot install package nginx-all-module.
 * check_data_file_clashes: Package nginx-mod-luci-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/nginx/conf.d/luci.locations
        But that file is already provided by package  * nginx-mod-luci
 * check_data_file_clashes: Package nginx-mod-luci-ssl wants to install file /home/bruce/MT7260/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips/etc/uci-defaults/60_nginx-luci-support
        But that file is already provided by package  * nginx-mod-luci
 * opkg_install_cmd: Cannot install package nginx-mod-luci-ssl.
 * check_conflicts_for: The following packages conflict with nginx-util:
 * check_conflicts_for:         nginx-ssl-util * 
 * opkg_install_cmd: Cannot install package nginx-util.
package/Makefile:65: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 255
make[2]: Leaving directory '/home/bruce/MT7260/openwrt'
package/Makefile:108: recipe for target '/home/bruce/MT7260/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install' failed
make[1]: *** [/home/bruce/MT7260/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/bruce/MT7260/openwrt'
/home/bruce/MT7260/openwrt/include/toplevel.mk:225: recipe for target 'world' failed
make: *** [world] Error 2

取消冲突的组件,成功编译

openwrt 安装nginx 冲突_第1张图片

 

你可能感兴趣的:(智能路由问题总结)