PDA

View Full Version : Itanium 2 erro


TRUNKSNEO
14th December 2007, 04:04
Hi there every one hope some one can help got a itanium 2 server try to install debian and centos the installation of the OS's sims ok I follow the
http://www.howtoforge.com/perfect_setup_debian_etch
but when I try to install ispconfig the error message comes up saying



crypto -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o libphp5.la
/usr/bin/ld: /root/ispconfig/openssl/lib/libcrypto.a(mem_clr.o): @gprel relocation against dynamic symbol cleanse_ctr
/usr/bin/ld: /root/ispconfig/openssl/lib/libcrypto.a(mem_clr.o): @gprel relocation against dynamic symbol cleanse_ctr
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1
ERROR: Could not make PHP
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 873: 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!


And goes dead so any ideas??
by the way the iso him using is IA64 of debian/centos when I mean the 2 OS's I mean I used one at the time and the 2 do the same. I know is a hard to come by CPU and not everyone has one a little bit of help on the right direction who’d be great and if this helps and come handy him willing to help any development on this are
Hid really like some help here please.

Thanks in advance

till
14th December 2007, 09:58
I never used a itanium, but here are some general hints:

The failure occurs during openssl compilation. So I guess its a general problem with compiling openssl on itanium e.g. a missing flag during configure. The following script is doing the compilation:

install_ispconfig/compile_aps/compile

Maybe you can try the openssl compilation manually and find out which flag is missing and then add the nescessary falg in the compile script. ISPConfig is useing the normal openssl sources without any modifications.

TRUNKSNEO
14th December 2007, 12:32
Ok sounds good so far thanks for now im going to dig into it & get back to you guys and if i can, i'll make sure that i reply here with the stuff i change to get it to work