PHP,Apache on AIX machine


 
Thread Tools Search this Thread
Operating Systems AIX PHP,Apache on AIX machine
# 1  
Old 05-05-2007
PHP,Apache on AIX machine

I have done charts in PHP with following environment;
1) PHP 5.2.x
2) Webserver Apache 2.2.4 or higher
3) Perl 5.8.7
4) GD 2.0.1
5) JPgraph 2.1.1

It works fine in Windowx XP, Red hat linux 3.x.Now I need to move this PHP programs to AIX machine which has following environment:

PHP 4.0.6
Perl 5.8.2
GD 1.8.4
IBM HTTPServer 6.1 (based on apache but I don't know which version)
JPgraph can't find any aix version

What should I do now? Help me soon.Thanks in advance
# 2  
Old 05-07-2007
As far as I can see, JPGraph has only php files in the /src folder, did you try to run this config on AIX ? If yes, what's the problem exactly ? If you've configured correctly the above LAMP, you shouldn't have any problems.
# 3  
Old 05-07-2007
u r correct

Yes you are correct sysgate.Jpgraph consists of php files.So anywhere if php works, Jpgraph should work.I too hope it.The problem is that i dont have aix machine, my client is having it in USA.Let me tell you my understanding:
1) aix is a flavor of unix for IBM machines
2) By default php will be available for aix.If we need PHP5,we have to install it.PHP installation source file is same for any unix.

Will lamp work for aix.I mean I used lamp from xampp(xamp for linux),its easy to install lampp.I dont know whether it will work for aix or not.Let me know if iam wrong
# 4  
Old 05-07-2007
I'm not sure, there isn't anything mentioned for AIX, also, I see that the application is not being compiled, but instead just started, means, it's coming pre-compiled, so most probably wont work for AIX out of the box. But I believe that you can always look at the source code, and try to modify per your needs.
# 5  
Old 05-07-2007
If I remember correctly, JPGraph 1.x runs on PHP4 and JPGraph 2.x runs on PHP5. So if JPGraph 1.x is okay to you, then you can use it on your PHP4. It has been long time since I used JPGraph so my memory may be wrong.

Also you need to look at whether your PHP programs use any PHP5-specific features or modules. If not you may probably not easily migrate your scripts back to PHP4.
# 6  
Old 05-07-2007
If your looking for some open source compiled version you could try this site:
http://www.bullfreeware.com/
# 7  
Old 05-08-2007
I can use only PHP5

My programs were using 'const' keyword which is not available in PHP4.So I think i should stick to PHP5.Any idea on GDchart?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

TL upgradation for AIX machine. Need help

Hi Experts, I have an AIX machine oslevel -s 5300-00-00 Now I need to upgrade its TL to a level 5300-06-03-0732 Kindly let me know if we can do this directly. I guss we have to upgrade TL from 1 , 2 ,3 ,4, 5 and 6, then I have to upgrade to 06-03-0732 . Am i right here ? (6 Replies)
Discussion started by: jayadeava
6 Replies

2. AIX

AIX on Virual Machine

Hello, could I install AIX on virtual machine on my desktop with Windows OS? If so how to do it? Thanks and regards, p (2 Replies)
Discussion started by: pitmod
2 Replies

3. AIX

apache/tomcat compatibility with AIX versions

Hello, Where can i find the information about the compatibility versions of tomcat with AIX? for example, AIX 5.2 supported tomcat versions?? (1 Reply)
Discussion started by: balareddy
1 Replies

4. AIX

AIX machine start-up problem

We have a AIX machine which was having problems while checking for additional ports. When restarted, it is showing the message "STDIN, STDOUT initializing.... Starting AIX...." on the console and then abruptly goes down. An error-code 0549 is appearing on the CPU display. I'm new to to AIX... (2 Replies)
Discussion started by: revanth84
2 Replies

5. AIX

Problem:Configuring Apache 2.2.11 in AIX 5.3

Hi All I am new to Apache and AIX and trying to configure Subversion tool in IBM machine with AIX 5.3.Apache is required for client to connect to Subversion Server with http protocol. 1.Installed Apache 2.2.11 and its dependencies via RPM 2.Configured httpd.conf file. 3.Started "httpd"... (1 Reply)
Discussion started by: rajivdp
1 Replies

6. UNIX for Advanced & Expert Users

Where to set the right "Apache" to run after reboot on a RedHat 5 machine ?!

Hi, I'am working on a RedHat server (V5) and having on it 2 Apache instances, but after each reboot i have the wrong one starting so that i have to stop it doing "httpd -k stop" and than launch the right one doing "/etc/init.d/httpd -k start". For more Details, you may see the link i inserted... (4 Replies)
Discussion started by: mehdi1973
4 Replies

7. AIX

how to up the aix machine when the desktop was hang

Hi all, My AIX machine desktop was hanged. What to do. please help me. It's very urgent. Thank's & regards, Balaraju. (7 Replies)
Discussion started by: balarajum
7 Replies

8. AIX

apache for AIx

hello can you give me a link to download compiled apache 2.0.45 for Aix ? thank you for your help (5 Replies)
Discussion started by: pascalbout
5 Replies

9. AIX

The infamous compilation of Apache + Resin on AIX

Hello All, I'm trying to compile Apache + Resin on AIX. This seems to be a major issue with the AIX system as I've come across so far. I was able to successfully compile the apache portion with the recommended compiler 3.3.2 after googling a bit. Once agian, I'm stuck with the resin portion.... (0 Replies)
Discussion started by: mvargas2012R
0 Replies

10. AIX

Apache 2.0 For Aix 5.2

Anyone know where to find the binaries for Apache 2.0.x running on AIX 5.2.0.0 ? (2 Replies)
Discussion started by: njp353
2 Replies
Login or Register to Ask a Question