PHP with AIX 5.2


 
Thread Tools Search this Thread
Operating Systems AIX PHP with AIX 5.2
# 1  
Old 01-22-2006
PHP with AIX 5.2

Good day

Does anyone have a guide for the installation of PHP on AIX 5.2 ? Is there a solution such as xampp for AIX ?

Thanks

J
# 2  
Old 01-22-2006
Error during install

Hi all. get the following error when running the configure for the PHP512 install.

# pg config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:2162: checking for Cygwin environment
configure:2178: cc -c conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:
#line 2167 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:2195: checking for mingw32 environment
configure:2207: cc -c conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:
#line 2200 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:2226: checking for egrep
configure:2241: checking for a sed that does not truncate output
configure:2361: checking host system type
configure:2382: checking target system type
configure:2480: checking for gcc
configure:2510: checking for cc
configure:2593: checking whether the C compiler (cc ) works
configure:2609: cc -o conftest conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:

#line 2604 "configure"
#include "confdefs.h"

main(){return(0);}
#

Any ideas ?

Thanks

J
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

3. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

4. AIX

Compile PHP on AIX 5.2 Error

Hello, I am trying to compile PHP 5.3.5 on AIX 5.2 with Apache 2.2.17 and Mysql 3.23.58 Apache und Mysql are working fine but if i try to compile PHP i get this error: with make: sapi/apache2handler/php_functions.lo main/internal_functions.lo -lmysqlclient -lfreetype -lX11 -lXpm -lpng -lz... (2 Replies)
Discussion started by: dtiger
2 Replies

5. AIX

Compile PHP in AIX: Loading issues

Finally I was able to compile PHP on AIX. When I try to load from Apache, I get the below error. /install/usr/local/apache2/bin:>apachectl -f /install/usr/local/apache2/conf/httpd.conf -k stop httpd: Syntax error on line 53 of /install/usr/local/apache2/conf/httpd.conf: Cannot load... (0 Replies)
Discussion started by: KarthikKannan
0 Replies

6. AIX

PHP Installation on AIX Failed

The 'make install' is broken for AIX! Help Me!!!! :confused::confused::eek::eek: Reproduce code: --------------- # make install echo '\ \ Installing PHP SAPI module: apache2handler /usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' libphp5.la... (1 Reply)
Discussion started by: rodrimartins
1 Replies

7. AIX

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... (6 Replies)
Discussion started by: kumarangopi
6 Replies

8. UNIX for Advanced & Expert Users

AIX, web server, php

Hi there, I'm sorry , I can't be here every day but everytime I have a problem, I remember of you :) So, here goes the situation. I'm working with an installed AIX 5.2. I didn't make that install. I had to install php by a package that I've found in... (0 Replies)
Discussion started by: kisoun
0 Replies

9. UNIX for Advanced & Expert Users

Installing PHP on IBM/RS6000 AIX UNIX

I am attempting to install PHP on an IBM RS6000 AIX UNIX box. I am not getting very far and hope someone can point me in the right direction. Here is the message from the output: checking for Apache 1.x module support via DSO through APXS Sorry I was not able to successfully run APXS.... (6 Replies)
Discussion started by: jyoung
6 Replies
Login or Register to Ask a Question