Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-15-2008, 03:47 AM   PM User | #1
o0O0o.o0O0o
Senior Coder

 
o0O0o.o0O0o's Avatar
 
Join Date: Jan 2008
Location: C:\Windows\System32
Posts: 1,018
Thanks: 19
Thanked 9 Times in 9 Posts
o0O0o.o0O0o is infamous around these parts
WHM advanced php configuraion

hi ,




i want to enable the soap libraries in php 5 but i ma not bale to do it
i have asked from my host provider the root accesess of WHM

where there are all php setting i am not able to find any soap related entry

beacuse in there there is no text file where i can add few lines
there are options pre made and i have to chose from them only

there no option for SOAP client

I have the shell access but i don't know how to edit php.ini from there

Can nayone help me
o0O0o.o0O0o is offline   Reply With Quote
Old 02-15-2008, 05:01 AM   PM User | #2
o0O0o.o0O0o
Senior Coder

 
o0O0o.o0O0o's Avatar
 
Join Date: Jan 2008
Location: C:\Windows\System32
Posts: 1,018
Thanks: 19
Thanked 9 Times in 9 Posts
o0O0o.o0O0o is infamous around these parts
installing soap on php on linux

hi ,



i have got php 5 installed on my linux host

but i dont have soap enabled on it as i see in phpinfo

how can i enable it

Does soap comes preinstalled on php 5.2.5 but it has to be compiled extra with linux server

on window server we have to add soap -- -.dll file in php.ini
but what to do with linux
o0O0o.o0O0o is offline   Reply With Quote
Old 02-15-2008, 05:31 AM   PM User | #3
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,601
Thanks: 2
Thanked 397 Times in 390 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
You have to compile php with the extra flag:
Code:
--enable-soap
Inigoesdr is offline   Reply With Quote
Old 02-17-2008, 10:46 PM   PM User | #4
o0O0o.o0O0o
Senior Coder

 
o0O0o.o0O0o's Avatar
 
Join Date: Jan 2008
Location: C:\Windows\System32
Posts: 1,018
Thanks: 19
Thanked 9 Times in 9 Posts
o0O0o.o0O0o is infamous around these parts
Is there any way to enable SOAP without re-compiling the php code.

There has to be some simpler way to enable SOAP

I mean every time if you have to enable any particular library , do we always have to recompile php


i have the root access to the server , when i log i get

Code:
root@nsl: $
now what to do next , how can i recompile the php
i don't know anything bout linux

Do i have to first download the php for linux , but how can i put that downloaded php on server

which directory i have to go to recompile it

Please help

Last edited by o0O0o.o0O0o; 02-18-2008 at 12:28 AM..
o0O0o.o0O0o is offline   Reply With Quote
Old 02-18-2008, 02:25 AM   PM User | #5
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by o0O0o.o0O0o View Post
i have the root access to the server , when i log i get

Code:
root@nsl: $
I doubt, try:

Code:
$ who
you probably have only acces to a terminal and that's not root access.

best regards
oesxyl is offline   Reply With Quote
Old 02-18-2008, 03:03 AM   PM User | #6
o0O0o.o0O0o
Senior Coder

 
o0O0o.o0O0o's Avatar
 
Join Date: Jan 2008
Location: C:\Windows\System32
Posts: 1,018
Thanks: 19
Thanked 9 Times in 9 Posts
o0O0o.o0O0o is infamous around these parts
i have the terminal access as well , but i talked with the person on phone
he gave me the root password , so now i have full root access

but i don't know how to recompile , neither does that person know how to do it.

i don't know how people run the companies . .
o0O0o.o0O0o is offline   Reply With Quote
Old 02-18-2008, 03:17 AM   PM User | #7
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by o0O0o.o0O0o View Post
i have the terminal access as well , but i talked with the person on phone
he gave me the root password , so now i have full root access

but i don't know how to recompile , neither does that person know how to do it.

i don't know how people run the companies . .
It's a problem that you don't have experience with that, you could mess the server but if you want to try read this:

http://www.php.net/manual/en/install.unix.apache2.php

skip apache, you allread have
add to the line with ./configure, the flag --enable-soap as Inigoesdr say.

i case your linux is debian, you could avoid all this using apt-get to install soap

good luck

best regards
oesxyl is offline   Reply With Quote
Old 02-18-2008, 04:06 AM   PM User | #8
Inigoesdr
Super Moderator


 
Inigoesdr's Avatar
 
Join Date: Mar 2007
Location: Florida, USA
Posts: 3,601
Thanks: 2
Thanked 397 Times in 390 Posts
Inigoesdr is a jewel in the roughInigoesdr is a jewel in the roughInigoesdr is a jewel in the rough
You could try using NuSoap or find a soap class with a search engine.
Inigoesdr is offline   Reply With Quote
Users who have thanked Inigoesdr for this post:
oesxyl (02-18-2008)
Old 02-18-2008, 05:29 AM   PM User | #9
o0O0o.o0O0o
Senior Coder

 
o0O0o.o0O0o's Avatar
 
Join Date: Jan 2008
Location: C:\Windows\System32
Posts: 1,018
Thanks: 19
Thanked 9 Times in 9 Posts
o0O0o.o0O0o is infamous around these parts
My hoster has enabled the SOAP but another problem

How to noe enable the SSL .
Is there any easier way to enable it or i have to agian tell him to re-compile it with
enable-ssl

He will kill me i think

is there any easy way to enable ssl
o0O0o.o0O0o is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:38 PM.


Advertisement
Log in to turn off these ads.