Results 1 to 6 of 6

Thread: Dependency problem installing Zend Community Server on Ubuntu 12.04

Threaded View

  1. #1

    Question Dependency problem installing Zend Community Server on Ubuntu 12.04

    Edit: Seems this is a problem with zend server repository, and they will be working to fix it after 12.04 is officially released (after beta). So hopefully it would be fixed, but anyway I would appreciate if anyone has any workaround for it.

    Hi

    I have a problem installing Zend Server CE (community edition) on my 32-bit box running Ubuntu 12.04

    When I try:
    Code:
    sudo apt-get install zend-server-ce-php-5.3
    I get the following:
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     zend-server-ce-php-5.3 : Depends: php-5.3-common-extensions-zend-server but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    I also tried running:
    Code:
    sudo apt-get install php-5.3-common-extensions-zend-server
    but failed with the following message:
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     php-5.3-common-extensions-zend-server : Depends: php-5.3-imap-zend-server but it is not going to be installed
                                             Depends: php-5.3-pdo-pgsql-zend-server but it is not going to be installed
                                             Depends: php-5.3-pgsql-zend-server but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    trying to install each of them individually
    Code:
    sudo apt-get install php-5.3-imap-zend-server php-5.3-pdo-pgsql-zend-server php-5.3-pgsql-zend-server
    also ended up with the following:
    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     php-5.3-imap-zend-server : Depends: libkrb53 (>= 1.4.2) but it is not going to be installed
     php-5.3-pdo-pgsql-zend-server : Depends: libpq4 (>= 8.1.4) but it is not going to be installed
     php-5.3-pgsql-zend-server : Depends: libpq4 (>= 8.1.4) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    the same worked on my Ubuntu 11.10 without any problems, any idea what is going wrong?
    Last edited by fara; April 22nd, 2012 at 07:59 PM. Reason: Update

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •