i just tried to update my 2.2.9 to 2.2.12 ... it complains about quite a bit stuff "not working on my system" and then quits. luckily at that state the old version is still working any ideas ?
The 2.2.12 works fine on Etch. Please post the exact error message, otherwise we can not say which package is missing on your server. Before you try to run the setup again, check that the /root/ispconfig directory exists, if it does not exist anymore, please create it. My guess is, that the c++ compiler is missing in your install. Please run the following command to install it: apt-get install cpp g++
not really ... half the installation runs fine ... gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DMD5_ASM -c -o s_server.o s_server.c /tmp/ccWUlUay.s: Assembler messages: /tmp/ccWUlUay.s:437: Error: Incorrect register `%rax' used with `l' suffix /tmp/ccWUlUay.s:445: Error: Incorrect register `%rbx' used with `l' suffix /tmp/ccWUlUay.s:465: Error: Incorrect register `%rdx' used with `l' suffix /tmp/ccWUlUay.s:466: Error: Incorrect register `%rbx' used with `l' suffix make[1]: *** [s_server.o] Error 1 make[1]: Leaving directory `/opt/install_ispconfig/compile_aps/openssl-0.9.8e/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 862: 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!
- Did you instal your server as described in the perfects etup guide? - Do you have the openssl-dev pacakge installed? - Is this a 32 or 64 Bit linux?
yes, original setup was according to setup guide ... mind you i am only trying to update it's 32-bit what openssl-dev package ? etch only got a libssl-dev, i tried that but no change
Not sure if it helps, but I had a similar problem. My problem was that I had forgotten to do the following: Code: rm -f /bin/sh ln -s /bin/bash /bin/sh
Did you follow this guide as close as possible? http://www.howtoforge.com/perfect_setup_debian_etch This is needed on Ubuntu Edgy and Feisty, but not on Debian Etch.
i got the same problem (32bit) it couldn´t compile openssl (also tried to dl the source tar and compile openssl myselfe, wont work) before i tested an Debian Etch (upgraded from vanilla sarge -> etch via dist-upgrade) and it works , now i have a vanilla debian etch and it didnt work anymore Compile error Code: cd openssl-0.9.8e ./config make Gcc 4.1.1-21
Does it run inside a VPS (Virtuozzo)? Just a guess because I already had a problem with openssl and a VPS.
Hmm, this is really strange I installed the latest ISPConfig several times on Debian etch 32Bit without any problem.
till i install vanilla etch it works also by me the problem is that my system (debian etch default) couldn´t compile openssl :/ ... strange ... at openssl mail list is nothing to find about this problem ... is openssl essential for isp ? (i think i know the answer ) or could it be somewhere deactivate
aw crap .. i just notices i'm on 64-bit too .. thought i had instaled 32-bit .. ah well any ideas what to do ? i just noticed now that the update has failed cronolog is gone so my apache2 won't start anymore ( i uncommented to ispconfig log line in httpd.conf for now to get the apache running again ... still i need to fix this sometime soon ... PS: why is the /root/ispconfig folder deleted anyway ? so a filing upgrade will disable at least part of your setup ^^
To your OpenSSL problem, please try this: http://www.howtoforge.com/forums/showthread.php?t=9159&highlight=openssl+x86_64 If you want ti run a update again, just recreate this folder: mkdir /root/ispconfig If we wont delete it, the installer would fail if it is there during an initial install where the setup script is run twice.
i'm afraid that didn't help. even after fixing the typos :-D build target is already set correctly as x86_64 it seems