Hi all
I have installed PHP 4.0 on a Linux Red hat system,However when i ran the application,it gave me an error of the nature
Undefined function php_open();
Now i knew that this error is related to session handling ,So i browsed the net and after some time found out that this is because of the absence of the PHPLIB module.
It says that the above error is purely due to absense of the PHPLIB module and installing this would solve the problem,however evenafter installing this i 'am getting the same above error,can some one help me and tell me in detail on how to solve this problem