
25th February 2007, 03:16
|
|
Member
|
|
Join Date: Feb 2006
Posts: 34
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Problems upgrading to 2.2.10
Some help please
Code:
gcc: /usr/lib/libidn.so: No such file or directory
make[2]: *** [libclamav.la] Error 1
make[2]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90/libclamav'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90'
make: *** [all] Error 2
ERROR: Could not make ClamAV
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 `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 860: 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!
|

25th February 2007, 11:48
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Please post the output of:
/usr/lib/libidn.so*
|

25th February 2007, 12:42
|
|
Member
|
|
Join Date: Feb 2006
Posts: 34
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Code:
[root@host1 ~]# /usr/lib/libidn.so*
Segmentation fault
What to reinstall?
Thank you
|

25th February 2007, 12:51
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Sorry, I posted a incomplete command. Please post the output of:
ls -la /usr/lib/libidn.so*
|

25th February 2007, 13:06
|
|
Member
|
|
Join Date: Feb 2006
Posts: 34
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Code:
[root@host1 ~]# ls -la /usr/lib/libidn.so*
lrwxrwxrwx 1 root root 17 Apr 27 2006 /usr/lib/libidn.so.11 -> libidn.so.11.5.16
-rwxr-xr-x 1 root root 197712 Feb 12 2006 /usr/lib/libidn.so.11.5.16
|

25th February 2007, 13:16
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Please execute:
ln -s /usr/lib/libidn.so.11.5.16 /usr/lib/libidn.so
and then try the installation again.
|

25th February 2007, 13:56
|
|
Member
|
|
Join Date: Feb 2006
Posts: 34
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
No luck...
Code:
...
/usr/lib/libidn.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [libclamav.la] Error 1
make[2]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90/libclamav'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install_ispconfig/compile_aps/clamav-0.90'
make: *** [all] Error 2
ERROR: Could not make ClamAV
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 860: 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!
|

26th February 2007, 08:56
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,071
Thanks: 697
Thanked 4,249 Times in 3,261 Posts
|
|
Which linux distribution do you use?
|

26th February 2007, 13:43
|
|
Member
|
|
Join Date: Feb 2006
Posts: 34
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Im using Fedora Core 5 64.
I have made two sucesfull Ispconfig upgrades in the past.
Last night, I tried these actions with no luck.
1. download ispconfig again
2. upgrade to 'gcc 4.1.1-51.fc5'
3. reinstall 'perl-Net-LibIDN 0.09-1.fc5'
I have 'libidn 0.6.2-1.1' Installed on 27/Apr/2006
I have a backup copy of '/root/ispconfig' to use every time instalation deleting the original folder.
Should I delete '/root/ispconfig' and make a clear instalation?
I m working on a production server.
Thank you
|

27th February 2007, 15:54
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,685
Thanks: 1,899
Thanked 2,600 Times in 2,449 Posts
|
|
Quote:
|
Originally Posted by kyriakos
Should I delete '/root/ispconfig' and make a clear instalation?
I m working on a production server.
Thank you
|
No, please don't do this as it will overwrite your working installation!
Is SELinux disabled on your system?
|
| 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 06:02.
|
|
Recent comments
13 hours 37 min ago
14 hours 36 min ago
18 hours 23 min ago
19 hours 37 min ago
23 hours 14 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 10 hours ago