ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  ChartDirector installation problems
Posted by Rick on Mar-13-2013 21:09
Hi,

I'm not a linux expert, but I've had REAL problems installing ChartDirector.

I've downloaded and unpacked the items, and copied them to:

/usr/lib64/php/modules/

I have checked this location: my other modules items such as pdo_mysql.so are there, so it
seems to be correct.

I've edited php.ini to include the following line:

extension=phpchartdir530mt.dll

Running phpinfo() this doesn't show as loaded.

Do you know any gotchas? I've checked the error log and I'm getting the following:

PHP Warning:  PHP Startup: ChartDirector PHP API: Unable to initialize module
Module compiled with build ID=API20090626,TS
PHP    compiled with build ID=API20090626,NTS
These options need to match
in Unknown on line 0

  Re: ChartDirector installation problems
Posted by Rick on Mar-13-2013 21:18
Just spotted this - so much easier to see outside of the terminal...

I'm sure you'll be ready to point out:

NTS/TS --> I was using the incorrect version of the software.
I needed to use the non thread safe version.

Cheers
Rick