php installation steps..


 
Thread Tools Search this Thread
Operating Systems Solaris php installation steps..
# 1  
Old 01-24-2011
php installation steps..

hi ..
i need procedure to install php on my solaris server..
i spent more than two weeks for this installation procedure..
but still couldn find a proper solution..
i have successfully enabled apache,tomcat,mysql,oracle ..
this is the only issue am having rite now and its bothering me a lot..

i went through few posts that php can either be configured and compiled .. or either by adding package ..
tell me which one is better.. and the procedure to do that.
thanks ...

---------- Post updated at 05:21 PM ---------- Previous update was at 05:04 PM ----------

am getting this error ...
if i configure.
Code:
./configure --with-apxs2=/usr/apache2/bin/apxs --enable-dbase \
> --with-libxml-dir=/usr/local --with-config-file-path=/etc/apache2 \
> --with-mysql=shared,/opt/csw/mysql5 \
> --with-mysqli=shared,/opt/csw/mysql5/bin/mysql_config \
> --with-xpm-dir=/usr --with-gd --with-tiff-dir=/usr --with-bz2=/usr/lib \
> --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib --enable-mbstring \
> --enable-calendar--enable-bcmath --enable-ftp --enable-exif

---------- Post updated at 05:22 PM ---------- Previous update was at 05:21 PM ----------

Code:
./configure: cannot execute

# 2  
Old 01-24-2011
Why do you compile PHP when you can simply install PHP from Solaris companion CD.

Solaris Operating System - Freeware
# 3  
Old 01-24-2011
thanks ..

can u tell me how to install from that CD...
cause i almost installed everything for my server .. except php..
i dont want things to get messed up..
i want your guidance...
thnks

---------- Post updated at 06:55 PM ---------- Previous update was at 06:03 PM ----------

By using this companion CD ..
will it affect other programs...
tell me procedure to install php from the CD...
thanks..
# 4  
Old 01-24-2011
I don't know hot to set up PHP and Apache because I had never done that.

But using some logic first you need to transfer packet from CD to your installation directory.

On Solaris that directory is /var/spool then install it using pkgadd command.

But don't take me serious and I will repeat one more: I don't work with apache and I never did , so I won't be responsible for any kind of damage.

Look at Apache documentation, PHP documenatation and think do you need to install PHP on more servers, zones and what is happing when you install that package.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

PHP installation on Ubuntu 12.04

Dear all I am new to php, I have already running tomcat web server on port 80, following are the details of tomcat /usr/local/www/html/TOMCAT_DEMO/tomcat whether it is possible to install and configure php without using sudo apt-get install php5 ??? please someone guide me to start php (1 Reply)
Discussion started by: Akshay Hegde
1 Replies

2. Solaris

Help me with Pre Installation Steps for Patching on Solaris Servers

What are the Pre-installation steps for patching on Solaris servers in real time ? :confused: (6 Replies)
Discussion started by: vijaykrishna
6 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 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

5. Solaris

php installation procedure..

hi.. i need to install or enable php on my solaris server.. i have successfully enabled my apache .. guide me to enable php .. (3 Replies)
Discussion started by: senkerth
3 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

apache and php installation..

hi i need to install apache and php on my solaris server .. can u tell me the procedure... tell me as soon as possible.. (4 Replies)
Discussion started by: senkerth
4 Replies

8. Shell Programming and Scripting

PHP installation help needed.

Hi guys, This is my first post in this forum. Recently i come across one interesting advantage of PHP that it is the simplest yet powerful language to communicate with linux . However my knowledge of PHP is very weak. Can u please guide me about following queries. 1)which version of... (6 Replies)
Discussion started by: pinga123
6 Replies

9. Solaris

Required installation steps for perl 5.8.9 on Solaris 2.8 operating system

Hi Can any one suggest me the instalation guideline for perl 5.8.9 on UNIX/solaris 2.8 environment. Pooja (2 Replies)
Discussion started by: wadhwa.pooja
2 Replies

10. SCO

Installation steps (request how to install UNIX)

Hello hey ppl I wanna use Unix SCO, and I have a Unix SCO 5.05 bootable CD. Now plz can any one help me or guide me the steps of Unix installation. I want to install myself so plz If anyone experts in Unix installation & knows simple configuration... so plz mail me or reply me here , step by... (2 Replies)
Discussion started by: Mohsin
2 Replies
Login or Register to Ask a Question