PHP installation problem


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users PHP installation problem
# 1  
Old 04-17-2010
PHP installation problem

Hey Linux experts,

I am very new to Linux and PHP. I am trying to install php-5.3.2 on Linux(Centos), but I am getting an error as given below:

cc1: out of memory allocating 2036 bytes after a total of 63528960 bytes
make: *** [ext/date/lib/parse_date.lo] Error 1

What is exactly meant by this error?Can someone guide me over this and also tell me how to get rid of this error and install php successfully.Its very urgent.

Regards,

Mahesh
# 2  
Old 04-17-2010
Is there a special reason why you're installing PHP from source, instead of using the version included with CentOS?

Other than that, an OOM error usually shouldn't occur, unless a process uses a lot of memory, and ~60M shouldn't be too much. Or the other processes already used up all the RAM and Swap space.
# 3  
Old 04-17-2010
I have been given an assignment by my team leader. He told to install from php from source. Any way to eradicate this problem...
# 4  
Old 04-17-2010
OK, could you give us some details? Memory / swap size, configure command line, ... anything that you think could have influenced it.
# 5  
Old 04-18-2010
I used ,

,./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-gd --with-mysql

make

make install
# 6  
Old 04-18-2010
I've tried to compile PHP 5.3.2 on an CentOS 5.4 x86_64 virtual machine, limiting the memory to 256MiB and turning off all swap space. I couldn't get your error. Please post all relevant details. Memory size, swap size, architecture, ulimits, versions, ...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Problem with rpm installation

When i try to install rpm with rpm -ivh ntp* it shows package is already install and when i query for same package it shows package is not installed ?How to resolve DSA signature error for rpm? How to choose rpm package except redhat version(el5) and architecture(i386) and site link for that? (5 Replies)
Discussion started by: amitbharad
5 Replies

2. Shell Programming and Scripting

mdbtools installation problem

i have been tryin to install mdbtools in my rhel 5... ./configure is working but at the time of make it gives an error pls help error log odbc.c:778: warning: conflicting types for 'bind_columns' odbc.c:778: error: static declaration of 'bind_columns' follows non-static declaration... (0 Replies)
Discussion started by: born
0 Replies

3. Solaris

problem in php installation..

hi am senthil, am trying to install PHP in my solaris 10 x86 ... i installed oracle,apache,tomcat,mysql .. the only thing am missing is PHP.. i tried to install php using ./configure .. my ./configure command.. ./configure \ --with-apxs=/usr/apache/bin/apxs \... (4 Replies)
Discussion started by: senkerth
4 Replies

4. Solaris

php package installation problem

can u tell me the procedure to install php 5 using package .. i downloaded php-5.2.1-sol10-x86-local.gz from sunfreeware i have added package using pkgadd -d php-5.2.1-sol10-x86-local then i have added these two lines in httpd.conf LoadModule php5_module modules/libphp5.so... (7 Replies)
Discussion started by: senkerth
7 Replies

5. Solaris

php installation problem..

hi am senthil, i want to install php 5 in my solaris 10 x86server.. i already enabled apache and my mysql 5 is woking fine.. i want to know the procedure to install php.. i googled it and got some info .. i have doubt in the following thing /configure -with-apache2=/opt/httpd-2.0.49... (1 Reply)
Discussion started by: senkerth
1 Replies

6. Solaris

php installation ..

hi.. i need to install or enable php on solaris 10 x86.. can u guide me .. tell me as soon as possible.. thanks... ---------- Post updated at 12:17 PM ---------- Previous update was at 10:38 AM ---------- tell me as soon as possible... (1 Reply)
Discussion started by: senkerth
1 Replies

7. Solaris

dmidecode installation problem

Today I had to check RAM info on solaris 10 system. I know that there is 4 GB, 2 modules , but I really needed more details like exact model, frequency and so on I downloaded several versions of dmidecode, but non of them worked. At first I found that there is no gcc in the system, well I... (5 Replies)
Discussion started by: Zorbeg
5 Replies

8. Red Hat

RHEL 5 installation problem

Hi everyone, I m new here and I have few questions regarding RHEL installation. The story goes like this... I have a PC with the following specifications: 1. ASUS P5N-MX motherboard with on-board GForce 7050/nforce 610i chipset 2. Intel Pentium Dual Core Processor 3. Two SATA HDD(250GB + 160GB)... (4 Replies)
Discussion started by: willa
4 Replies

9. Ubuntu

kubuntu installation problem

Hi, i had a problem during kubuntu installation from ubuntu and now i can't start ubuntu correctly. it loads only desktop and doesn't work. Is there a way to solve this problem? I have ubuntu 8.10 2.6.27-7 generic (0 Replies)
Discussion started by: littleboyblu
0 Replies

10. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies
Login or Register to Ask a Question