I'm a complete beginner at this stuff. Attempting to compile this from source and its telling me that it needs arapi63? Which I do have in the API revision of AR 6.3 and when I do ./configure --enable-arapi=/usr/ar/api2/ it doesn't want to work.
This is from doing. phpize -> ./configure make and make install, but obviously I only get as far as step two.
Am I doing something massivly stupid? Also I'm assuming the example on the website would not work on a linux box.
Any help would be great.
Regards
Miles
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the slow answer. The version that is on SF at the moment does not really compile out of the box anywhere. A couple of months ago I created a new version of the code and the web/docs. I just did not manage to finalize the web/docs. So I never uploaded the code.
The problem with the code on SF is the name arapi63. That is what it is call on the windows platform. You need the libar.so from Remedy AR System 6.3. And change the name in config.m4 from arapi63 to just ar.
Hope that will help you somewhat. I hope that during my upcomming holiday I will put the updated code/web/doc on SF
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm a complete beginner at this stuff. Attempting to compile this from source and its telling me that it needs arapi63? Which I do have in the API revision of AR 6.3 and when I do ./configure --enable-arapi=/usr/ar/api2/ it doesn't want to work.
This is from doing. phpize -> ./configure make and make install, but obviously I only get as far as step two.
Am I doing something massivly stupid? Also I'm assuming the example on the website would not work on a linux box.
Any help would be great.
Regards
Miles
Hi,
Sorry for the slow answer. The version that is on SF at the moment does not really compile out of the box anywhere. A couple of months ago I created a new version of the code and the web/docs. I just did not manage to finalize the web/docs. So I never uploaded the code.
The problem with the code on SF is the name arapi63. That is what it is call on the windows platform. You need the libar.so from Remedy AR System 6.3. And change the name in config.m4 from arapi63 to just ar.
Hope that will help you somewhat. I hope that during my upcomming holiday I will put the updated code/web/doc on SF