|
5.2.5 version of phpchartdir...dll available? |
Posted by Harley B on Jan-15-2009 20:28 |
|
Is there a php 5.2.5 version of phpchartdir...dll available? Will a mismatch occur using phpchartdir520 with php 5.2.5? I'm looking into why the graph image generator has stopped working for a friend who uses it and my hunch is the host upgraded from php 5.2.0 to 5.2.5. His php.ini is compliant with the documentation.
Here's the error log...
Trying to load "phpchartdir520.dll" from the PHP extension directory "./" (note: directory ambiguous).
dl(): Unable to load dynamic library './phpchartdir520.dll' - ./phpchartdir520.dll: wrong ELF class: ELFCLASS32
Also trying to load "phpchartdir520.dll" from [dir removed]
dl(): Temporary module name should contain only filename
System Information
Operating System : Linux [host removed] #1 SMP Wed Jun 25 13:45:47 EDT 2008 x86_64
PHP version : 5.2.5
PHP / Web Server interface : apache2handler
PHP configuration file location : "/usr/local/Zend/etc/php.ini"
PHP extension directory : "./" (note: directory ambiguous)
If the php versions are not a conflicting issue, the only other possibilities I can figure is that his host upgraded to 64 bit linux and the dll is compiled for 32 bit, or the dll has been corrupted.
What do you think? |
Re: 5.2.5 version of phpchartdir...dll available? |
Posted by Peter Kwan on Jan-15-2009 23:32 |
|
Hi Harley,
The error is because you are using 64-bit PHP, and it is unable to load 32-bit shared objects.
To solve the problem, please download "ChartDirector for PHP for Linux (x86_64)" instead.
Hope this can help.
Regards
Peter Kwan |
|