Hi,
(05-27-2010 08:45 PM)joximu Wrote: hm grep -r mysql.so /etc/php5/*
this gave me:
Code:
h1202717:~# grep -r mysql.so /etc/php5/*
/etc/php5/apache2/php.ini:;extension=mysql.so
/etc/php5/cgi/conf.d/pdo_mysql.ini:extension=pdo_mysql.so
/etc/php5/cgi/conf.d/mysql.ini:extension=mysql.so
/etc/php5/cgi/php.ini:;extension=mysql.so
/etc/php5/cli/conf.d/pdo_mysql.ini:extension=pdo_mysql.so
/etc/php5/cli/conf.d/mysql.ini:extension=mysql.so
/etc/php5/cli/php.ini:;extension=mysql.so
/etc/php5/conf.d/pdo_mysql.ini:extension=pdo_mysql.so
/etc/php5/conf.d/mysql.ini:extension=mysql.so
(05-27-2010 08:45 PM)joximu Wrote: maybe remove all php5 packages (with clean etc) and reinstall again...
or at least php5-mysql reconfigure...
don't know how to fix - but should be possible to reinstall....
What do you think about a:
Code:
aptitude purge $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
(executed in the untared isp-omega-1.0.5 dir)
or do I have to reconfigure ispCP then?
thoand