
2nd March 2006, 11:15
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I get the sameproblem again but with slightly different output:
creating config.h
config.h is unchanged
(cd uulib ; make)
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
(cd unix ; make)
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/unix'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/unix'
(cd inews; make CC='gcc' CFLAGS='-g -O2 -I. -DHAVE_CONFIG_H' LIBS='-lm' )
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/inews'
make[1]: `minews' is up to date.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/inews'
(cd uulib ; make)
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/uulib'
(cd unix ; make)
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/unix'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/unix'
for d in uudeview uuenview ; do \
./install-sh -c unix/$d /home/admispconfig/ispconfig/tools/uudeview/bin/$d ; \
done
(cd inews; make CC='gcc' CFLAGS='-g -O2 -I. -DHAVE_CONFIG_H' LIBS='-lm' )
make[1]: Entering directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/inews'
make[1]: `minews' is up to date.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/uudeview-0.5.20/inews'
for d in minews ; do \
./install-sh -c inews/$d /home/admispconfig/ispconfig/tools/uudeview/bin/$d ; \
done
for d in uudeview.1 uuenview.1 ; do \
./install-sh -c -m 644 ./man/$d /home/admispconfig/ispconfig/tools/uudeview/man/man1/$d ; \
done
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for perl... (cached) /usr/bin/perl
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for strftime... (cached) yes
checking for vprintf... (cached) yes
checking for mkdir... (cached) yes
checking for mktime... (cached) yes
checking for putenv... (cached) yes
checking for strptime... (cached) yes
checking for localtime_r... (cached) yes
creating ./config.status
creating Makefile
creating lib/Makefile
creating src/Makefile
creating doc/Makefile
creating testsuite/Makefile
creating src/cronosplit
Making all in lib
make[1]: Entering directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/lib'
Making all in src
make[1]: Entering directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/src'
gcc -g -O2 -o cronolog cronolog.o cronoutils.o ../lib/libutil.a
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/src'
Making all in doc
make[1]: Entering directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/doc'
Making all in testsuite
make[1]: Entering directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2/testsuite'
make[1]: Entering directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/cronolog-1.6.2'
eval make -f unix/Makefile zips `cat flags`
make[1]: Entering directory `/root/install_ispconfig/compile_aps/zip-2.3'
cc -o zip -s zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o crctab.o deflate.o trees.o match.o crc_i386.o
fileio.o(.text+0xc36): In function `tempname':
: warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/zip-2.3'
cc -o unzip unzip.o crc32.o crctab.o crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o unreduce.o unshrink.o zipinfo.o unix.o -s
./setup2: line 777: 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!
|

2nd March 2006, 17:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Before you tried again, did you delete the old install_ispconfig directory and untarred the ISPConfig tar.gz again? Because you cannot install twice from the same install_ispconfig directory.
|

2nd March 2006, 17:39
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
I have tried again and deletedthe old install_ispconfig directory and it still didn't work.
same error:
mv: cannot overwrite directory `ispconfig/tools/spamassassin/spamassassin'
mv: cannot overwrite directory `ispconfig/tools/uudeview/uudeview'
mv: cannot overwrite directory `ispconfig/tools/clamav/clamav'
./setup2: line 777: 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!
the only thing in ispconfig_tmp/ is an empty directory named ispconfig.
help!
Last edited by badben; 2nd March 2006 at 20:05.
|

2nd March 2006, 21:00
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Where is this ispconfig_tmp/ directory (full path)?
|

2nd March 2006, 21:06
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
/root/install_ispconfig/
I have just reinstalled from / and got the same problem.
Is there any way to solve the problem without starting from scratch?
Last edited by badben; 3rd March 2006 at 09:45.
|

3rd March 2006, 11:52
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
While we are on this where should the emails be backked up?
P.S. Thanks for all your help so far.
|

3rd March 2006, 11:55
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
Quote:
|
Originally Posted by badben
While we are on this where should the emails be backked up?
|
Your emails are either in the Home directory of the users (Maildir) or in the directory var/spool/mail (Mbox).
|

3rd March 2006, 11:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
Quote:
|
Originally Posted by badben
/root/install_ispconfig/
I have just reinstalled from / and got the same problem.
Is there any way to solve the problem without starting from scratch?
|
And you are logged in as root, no sudo?
Is there enough space left in all your partitions, lets say min. 100 MB in /root ?
|

3rd March 2006, 11:59
|
|
Senior Member
|
|
Join Date: Oct 2005
Location: Lancashire, UK
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Yes I am logged in as root and there is loads of space left, about 3Gb
|

3rd March 2006, 16:12
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Please run
Code:
rm -fr /root/install_ispconfig/
and try again.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 08:28.
|
|
Recent comments
2 days 23 hours ago
3 days 8 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 13 hours ago
3 days 15 hours ago
3 days 16 hours ago
3 days 18 hours ago
4 days 10 hours ago
4 days 10 hours ago