Hello,
sorry I don't know. I never meet similar problem. Use google or try ask
on a PHP forum (e.g.
http://news.php.net/)
regards
Karel
昂達 napsal(a):
Hello Karel
I have checked the apache log file in "/var/log/httpd/error_log"
the file show this:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/modules/classkit.so' - /usr/lib/php/modules/classkit.so:
cannot open shared object file: Permission denied in Unknown on line 0
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Then i change classkit.so permission to "777" and change owner to
"apache".
But the error also exist.
How to slove this problem ??
Thank you so much
昂達,hunter1104(a)tw-airnet.net
<mailto:<!--AID_FROMADDRESS_BEGIN-->hunter1104@tw-airnet.net<!--AID_FROMADDRESS_END-->>
2005-11-24
----- 收到以下來信內容 -----
*寄件人:* Karel Kozlik <mailto:karel@iptel.org>
*收件人:* hunter1104 <mailto:hunter1104@tw-airnet.net>
*時 間:* 2005-11-22, 18:21:28
*主 題:* Re: [Serusers] Problem with serweb...
Hi,
make sure if you are changeing right php.ini file. May be there is more
php.ini files in your system in various locations or may be php is
searching for php.ini in diferent directory.
Also check log files:
- syslog
- apache log
- php log
for messages related to this problem.
regards
Karel
昂達 napsal(a):
> Hello karel
>
> I have tried the method that you offered
> In my phpinfo() , i haven't seen this:
> ----------------------------------------
> classkit support enabled
> version 0.4
> -----------------------------------------
> but i have really installed classkit!
> and put it in "/usr/lib/php/modules/"
> i also set :
> extension_dir = "/usr/lib/php/modules"
> extension=classkit.so
>
> why it can not be loaded to php??
>
> regards
> Hunter