Re: HELP!!! from PHP 5.16 to 5.3 Unable to load dynamic library [message #175957 is a reply to message #175953] |
Thu, 10 November 2011 12:15 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 11/10/2011 4:14 AM, federicomo wrote:
> Thank you Denis,
>
> I have 64bit Centos5.5 Plesk9.5
> Directory of extensions is /usr/lib64/php5/modules/
>
> and it's the defould directory I think...
> but in php.ini is written you can specify a different directory and I tried. but not work.
>
> estensions are intalled by YUM so it is all 64bit. I quite sure.
> If I look for the ones that give me problem...
>
> ex locate pdf.so
>
> system can't find! but there is in /usr/lib64/php5/modules/ , someone suggest me that there is a problem of installation and repository...
> but I don't know what means?
>
> I Installed for example pdf.so and installation work! but still alert there is :(
>
> Could be a configuration problem of yum?
> how can I check this?
>
> Thank you
Did you stop and restart your Apache server?
If the system can't find a library, either the version of the library is
not compatible with the current OS or other software, or your load path
is incorrect. In neither case is this a PHP problem.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|