OK, it looks liek that repo was wrong - actually outdated:
This
Code:
deb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable al
points no more to Lenny but to Squezze and that make whole mess.
So, I uninstalled removed that repository from sources list and then unisntalled all of the PHP
Code:
apt-get remove php5 libapache2-mod-php5 php5-gd php5-mysql
apt-get remove php5-curl php5-tidy php5-dev php-pear php5-cli
apt-get remove php5-common php5-suhosin
and then installed it back acording to
http://www.howtoforge.com/perfect-se...ispconfig-3-p4
Code:
apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp libopenssl-ruby libapache2-mod-ruby
Now ISPConfing and websites are OK.
However I have strange error in console?
Code:
piks:/tmp/php5# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/curl.so' - /usr/lib/php5/20060613+lfs/curl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/intl.so' - /usr/lib/php5/20060613+lfs/intl.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/tidy.so' - /usr/lib/php5/20060613+lfs/tidy.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/xmlrpc.so' - /usr/lib/php5/20060613+lfs/xmlrpc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.2.6-1+lenny16 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb 3 2012 13:17:21)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
piks:/tmp/php5#
Any ideas what it might be?
Moreover, according to comments people were just replacing 'stable' with either 'oldstable' or 'lenny' in
Code:
deb http://php53.dotdeb.org stable all
deb-src http://php53.dotdeb.org stable al
Unfortunatelly I can't make it work. What should I do?
It looks like that lenny is moved to
http://archives.dotdeb.org/dists/lenny/
Code:
deb http://archive.dotdeb.org lenny all
But if I try to add that to sources list, it can't find it?
I even tried this solution, but it didn't help either:
http://mtehrani30.blogspot.com/2011/...-52-to-53.html
Recent comments
10 hours 49 min ago
13 hours 45 min ago
14 hours 59 min ago
16 hours 22 min ago
18 hours 36 sec ago
19 hours 29 min ago
20 hours 42 min ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago