Ubuntu 6.06 Ispconfig problem

Discussion in 'Installation/Configuration' started by crabbox, Aug 30, 2006.

  1. crabbox

    crabbox New Member

    Hi there,
    I am a long time Linux user and quite familiar with the Ubuntu/Debian world.
    Tried to install Ispconfig 2.6.6 into Ubuntu server 6.06 with all the needed software installed. I even followed the perfect setup ubuntu 6.06.

    Here is the info that I get from installation. And yes I do have the openssl development libraries installed.

    In file included from apps.h:120,
    from pkcs12.c:65:
    ../include/openssl/conf.h:66:27: error: ../include/openssl/e_oc2.h: No such file or directory
    make[1]: *** [pkcs12.o] Error 1
    make[1]: Leaving directory `/home/install_ispconfig/compile_aps/openssl-0.9.8b/apps'
    make: *** [build_apps] Error 1
    ERROR: Could not make OpenSSL
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 816: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Is this a 32bit or 64bit ubuntu linux? Are there any error before the line: "In file included from apps.h:120," ?

    Is this the first attempt that you run the ISPConfig installer or did you got errors before and run the setup script again?
     
  3. crabbox

    crabbox New Member

    It is a 32bit Ubuntu Linux XXXX 2.6.15-26-server #1 SMP Thu Aug 3 04:09:15 UTC 2006 i686 GNU/Linux

    No other error messages found. This is the third attempt to install. Tried to find previous stuff from /root and other directories so those should not disturb the installation. I unpacked ispconfig to /home/ and tried to install from /home directory (install script is using /root directory for installaion ?).
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Installing from home shall make no problem. To be absolutely shure, please try to install from /tmp

    1) Run:

    rm -rf /home/admispconfig
    rm -rf /root/ispconfig

    2) Download the ISPConfig tar.gz file to /tmp and unpack it.
    3) run:

    cd /tmp/install_ispconfig
    ./setup
     
  5. crabbox

    crabbox New Member

    Now its done and here is the result.

    SSL.3 => ssl.3
    installing man3/SSL_read.3
    installing man3/SSL_rstate_string.3
    SSL_rstate_string_long.3 => SSL_rstate_string.3
    installing man3/SSL_SESSION_free.3
    installing man3/SSL_SESSION_get_ex_new_index.3
    SSL_SESSION_set_ex_data.3 => SSL_SESSION_get_ex_new_index.3
    SSL_SESSION_get_ex_data.3 => SSL_SESSION_get_ex_new_index.3
    installing man3/SSL_SESSION_get_time.3
    SSL_SESSION_set_time.3 => SSL_SESSION_get_time.3
    SSL_SESSION_get_timeout.3 => SSL_SESSION_get_time.3
    SSL_SESSION_get_timeout.3 => SSL_SESSION_get_time.3
    installing man3/SSL_session_reused.3
    installing man3/SSL_set_bio.3
    installing man3/SSL_set_connect_state.3
    SSL_get_accept_state.3 => SSL_set_connect_state.3
    installing man3/SSL_set_fd.3
    installing man3/SSL_set_session.3
    make: *** [install_docs] Segmentation fault
    ERROR: Could not install OpenSSL
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 816: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
     
  6. crabbox

    crabbox New Member

    New install

    Ok, did a completely new install and followed the perfect ubuntu 6.06 guide step by step. The notorious mysqladmin -h error came up again but it should not stop me from installing ispconfig.

    After running ./setup ispconfig installation stopped in error. Here is what it looks like:

    ocsp_prn.c: In function âOCSP_RESPONSE_printâ:
    ocsp_prn.c:182: internal compiler error: in fold_negate_const, at fold-const.c:11221
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
    For Debian GNU/Linux specific bug reporting instructions,
    see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
    make[2]: *** [ocsp_prn.o] Error 1
    make[2]: Leaving directory `/tmp/install_ispconfig/compile_aps/openssl-0.9.8b/crypto/ocsp'
    make[1]: *** [subdirs] Error 1
    make[1]: Leaving directory `/tmp/install_ispconfig/compile_aps/openssl-0.9.8b/crypto'
    make: *** [build_crypto] Error 1
    ERROR: Could not make OpenSSL
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 816: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
     
  7. falko

    falko Super Moderator ISPConfig Developer

    I've never seen this error before... :confused:
    What's the output of
    Code:
    uname -a
    ?
     
  8. crabbox

    crabbox New Member

    Ubuntu Linux syrah 2.6.15-26-server #1 SMP Thu Aug 3 04:09:15 UTC 2006 i686 GNU/Linux
     
  9. toastyghost

    toastyghost New Member

    I have the exact same issue, basic install of Ubuntu 6.06 LTS and following the 'Perfect Setup' guide exactly.

    I'm running it within a Xen VM, although that shouldn't have any effect. The kernel is custom but hasn't impacted anything else to do with PHP.
     
  10. falko

    falko Super Moderator ISPConfig Developer

    I remember I read about kernel problems with Ubuntu 6.06 server. Maybe you should try one of the other Ubuntu kernels (which might be difficult on Xen... ;) ).
     
  11. spoetnik

    spoetnik New Member

    I have the exact same problem.

    ubuntu server 6, followed the Howto step-by step.
    I have a SCSI Raid config, and a dual processors setup (HP DL 360)

    It looks like the setup proces is deleting the install_ispconfig directory.
    Verry, verry strange

    ahum, never mind. I found the problem
    "
    Code:
    /root/ispconfig/openssl/lib/libcrypto.a.new: No space left on device
    "
     
    Last edited: Sep 2, 2006
  12. falko

    falko Super Moderator ISPConfig Developer

    This is the intended behaviour.
     
  13. danielos

    danielos New Member

    I found the solution, I had the same problem, but when I first run apt-get install spamassassin the installation went fine!
     

Share This Page