Ad Widget

Collapse

About dependency of official zabbix-php-frontend package for ubuntu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AcAc
    Junior Member
    • Aug 2013
    • 2

    #1

    About dependency of official zabbix-php-frontend package for ubuntu

    Hi,

    I'm using official zabbix packages on Ubuntu 13.04 as written in zabbix manual:


    On this server I'm also using other PHP/MySQL application
    and I tried to replace PHP module php5-mysql with php5-mysqlnd(mysql native driver).

    But I found official zabbix-php-frontend package depends on only php5-mysql,
    and installing php5-mysqlnd package will break the dependency.

    $ sudo apt-cache show zabbix-frontend-php
    Package: zabbix-frontend-php
    Source: zabbix
    Version: 1:2.0.8-1+precise
    (snip)
    Depends: debconf (>= 0.5) | debconf-2.0, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, ucf, dbconfig-common (>= 1.8.19), ttf-dejavu-core | ttf-japanese-gothic
    So would you consider to add dependency for php5-mysqlnd as like: 'php5-mysql | php5-pgsql | php5-mysqlnd' ?

    Regards,
  • nick0909
    Member
    • Apr 2013
    • 73

    #2
    I believe you have to take this up with Ubuntu as they build and maintain the repository/packages and dependencies used within there?

    Comment

    • AcAc
      Junior Member
      • Aug 2013
      • 2

      #3
      Hi nick0909,

      Thank you for your reply.
      I don't know which repository of zabbix official or ubuntu official is upstream,
      but if

      Comment

      Working...