php installation problem..


 
Thread Tools Search this Thread
Operating Systems Solaris php installation problem..
# 1  
Old 02-26-2011
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
Code:
/configure -with-apache2=/opt/httpd-2.0.49 -with-apxs2=/usr/local/apache2/bin/apxs \
-with-mysql=/usr/local/mysql -enable-ftp -with-zlib=/opt/csw -enable-bcmath \
-with-curl=/opt/csw -with-iconv=/opt/csw -with-gd -enable-gd-ative-ttf \
-with-jpeg-dir=/opt/csw -with-png-dir=/opt/csw -with-zlib-dir=/opt/csw \
-with-libxml-dir=/opt/csw -with-tiff-dir=/opt/csw -with-tiff-dir=/opt/csw \
-with-freetype-dir=/opt/csw

what does this mean ..
i just want the explanation for the above part...

tell me the easy procedure to install php in my solaris 10 x86 server..

thanks...

Last edited by Scott; 02-26-2011 at 07:39 AM.. Reason: Code tags
# 2  
Old 02-28-2011
hi,
am getting this error when i tried to install php using './configure'
Code:
configure: error: no acceptable cc found in $PATH

what does this error actually mean...
actually i have installed gcc and
when i find gcc its showing me the following output..
Code:
 # find / -name "gcc" -print
 /usr/sfw/lib/gcc 
/usr/sfw/bin/gcc 
/usr/sfw/libexec/gcc
 /usr/local/bin/gcc 
/usr/local/doc/gcc 
/usr/local/libexec/gcc 
/usr/local/lib/gcc

but it say i dont have gcc compiler..
i dono why...
giude me with your ideas..

Last edited by pludi; 02-28-2011 at 07:19 AM..
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 ..

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

6. UNIX for Advanced & Expert Users

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: *** Error 1 What is exactly meant by this error?Can someone guide... (5 Replies)
Discussion started by: mahesh_raghu
5 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