View Single Post
  #1  
Old 25th April 2007, 15:17
NexusTechUS NexusTechUS is offline
Junior Member
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default SuSE Enterprise, PHP binary coming with ISPConfig does not work properly

I have tried several things to get through this install. I am running this from /tmp, per what I have read on this forum. I have also installed openssl.

df -h produces the following:

Quote:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 16G 1.9G 15G 12% /
udev 380M 100K 380M 1% /dev
/dev/sdb1 17G 20K 16G 1% /srv/www/htdocs
The error is as follows:

Quote:
zipup.c:219: warning: incompatible implicit declaration of built-in function âstrlenâ
zipup.c: In function âzipupâ:
zipup.c:302: warning: incompatible implicit declaration of built-in function âstrlenâ
zipup.c:558: warning: incompatible implicit declaration of built-in function âmallocâ
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H fileio.c
fileio.c: In function âcheck_dupâ:
fileio.c:239: warning: incompatible implicit declaration of built-in function âmallocâ
fileio.c: In function ânewnameâ:
fileio.c:383: warning: incompatible implicit declaration of built-in function âmallocâ
fileio.c:383: warning: incompatible implicit declaration of built-in function âstrlenâ
fileio.c:390: warning: incompatible implicit declaration of built-in function âstrcpyâ
fileio.c:450: warning: incompatible implicit declaration of built-in function âmallocâ
fileio.c:452: warning: incompatible implicit declaration of built-in function âstrlenâ
fileio.c:462: warning: incompatible implicit declaration of built-in function âstrcpyâ
fileio.c: In function âtempnameâ:
fileio.c:814: warning: incompatible implicit declaration of built-in function âmallocâ
fileio.c:814: warning: incompatible implicit declaration of built-in function âstrlenâ
fileio.c:816: warning: incompatible implicit declaration of built-in function âstrcpyâ
fileio.c:841: warning: incompatible implicit declaration of built-in function âstrcatâ
fileio.c:850: warning: incompatible implicit declaration of built-in function âmallocâ
fileio.c:861: warning: incompatible implicit declaration of built-in function âstrcatâ
fileio.c: In function âfcopyâ:
fileio.c:879: warning: incompatible implicit declaration of built-in function âmallocâ
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H util.c
util.c: In function âenvargsâ:
util.c:492: warning: incompatible implicit declaration of built-in function âmallocâ
util.c:492: warning: incompatible implicit declaration of built-in function âstrlenâ
util.c:495: warning: incompatible implicit declaration of built-in function âstrcpyâ
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H globals.c
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H crypt.c
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H ttyio.c
cc -c -O2 -I. -DUNIX -DASMV -DASM_CRC -DNO_STRCHR -DNO_STRRCHR -DNO_STDLIB_H -DNO_STDDEF_H -DNO_UNISTD_H -DNO_FCNTL_H -DNO_STRING_H -DHAVE_TERMIOS_H unix/unix.c
unix/unix.c:60: error: expected â)â before â*â token
unix/unix.c: In function âreaddâ:
unix/unix.c:95: error: expected declaration specifiers before âDIRâ
unix/unix.c:101: warning: assignment makes pointer from integer without a cast
unix/unix.c:102: error: dereferencing pointer to incomplete type
unix/unix.c: In function âprocnameâ:
unix/unix.c:112: error: âDIRâ undeclared (first use in this function)
unix/unix.c:112: error: (Each undeclared identifier is reported only once
unix/unix.c:112: error: for each function it appears in.)
unix/unix.c:112: error: âdâ undeclared (first use in this function)
unix/unix.c:159: warning: incompatible implicit declaration of built-in function âmallocâ
unix/unix.c:159: warning: incompatible implicit declaration of built-in function âstrlenâ
unix/unix.c:164: warning: incompatible implicit declaration of built-in function âstrcpyâ
unix/unix.c:185: warning: incompatible implicit declaration of built-in function âstrcatâ
unix/unix.c:185: warning: incompatible implicit declaration of built-in function âstrcpyâ
unix/unix.c: In function âex2inâ:
unix/unix.c:243: warning: incompatible implicit declaration of built-in function âmallocâ
unix/unix.c:243: warning: incompatible implicit declaration of built-in function âstrlenâ
unix/unix.c:245: warning: incompatible implicit declaration of built-in function âstrcpyâ
unix/unix.c: In function âin2exâ:
unix/unix.c:269: warning: incompatible implicit declaration of built-in function âmallocâ
unix/unix.c:269: warning: incompatible implicit declaration of built-in function âstrlenâ
unix/unix.c:274: warning: incompatible implicit declaration of built-in function âstrcpyâ
unix/unix.c: In function âfiletimeâ:
unix/unix.c:323: warning: incompatible implicit declaration of built-in function âstrlenâ
unix/unix.c:334: warning: incompatible implicit declaration of built-in function âstrcpyâ
unix/unix.c: In function âset_extra_fieldâ:
unix/unix.c:426: warning: incompatible implicit declaration of built-in function âmallocâ
unix/unix.c:454: warning: incompatible implicit declaration of built-in function âmemcpyâ
make[1]: *** [unix.o] Error 1
make[1]: Leaving directory `/tmp/install_ispconfig/compile_aps/zip-2.3'
make: *** [generic] Error 2
ERROR: Could not make zip
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!
Thanks for any help you might be able to provide!
Reply With Quote
Sponsored Links