Having mYSql and PHP installed, looking great if it works fine and no errors, no one would expect thus errors. But an error means everything, you could learn something new, just like me.
My problem is written on the title,.
This problem solved based on my OS, you may config/modify it, make it suit through your OS.
Basically you need to install several package, and its dependencies, then restart your apache if your instalation complete. You may get your source of rpm from internet (means you download it) or you got it from your Linux installation DVD,.. my case, I took from its DVD …..
Have a nice day,..
site:/media/SU1100.001/suse/i586 # rpm -ivh php5-mcrypt-5.2.5-66.1.i586.rpm
error: Failed dependencies:
libmcrypt.so.4 is needed by php5-mcrypt-5.2.5-66.1.i586
site:/media/SU1100.001/suse/i586 # ls -l |grep libmcrypt.so.4
site:/media/SU1100.001/suse/i586 # ls -l |grep libmcr
-r--r--r-- 6 xxxxx root 68879 Jun 7 2008 libmcrypt-2.5.8-67.1.i586.rpm
site:/media/SU1100.001/suse/i586 # rpm -ivh libmcrypt-2.5.8-67.1.i586.rpm
Preparing... ########################################### [100%]
1:libmcrypt ########################################### [100%]
site:/media/SU1100.001/suse/i586 # rpm -ivh php5-mcrypt-5.2.5-66.1.i586.rpm
Preparing... ########################################### [100%]
1:php5-mcrypt ########################################### [100%]
site:/media/SU1100.001/suse/i586 # ls -l |grep mbstring
-r--r--r-- 6 xxxxx root 434373 Jun 7 2008 php5-mbstring-5.2.5-66.1.i586.rpm
site:/media/SU1100.001/suse/i586 # rpm -ivh php5-mbstring-5.2.5-66.1.i586.rpm
Preparing... ########################################### [100%]
1:php5-mbstring ########################################### [100%]
site:/media/SU1100.001/suse/i586 # /etc/init.d/apache2 restart
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
regards,
tolahtoleh.com™
Posted by tolahtoleh
Posted by tolahtoleh 
.
Posted by tolahtoleh 



