CentOS 5 :: Unable PHP SOAP Extension?

May 7, 2009

I have a CentOS 5 server with PHP 5.1.6 installed. Now I need to work with soap but the extension is not installed by default.Preferably without recompiling (if possible) ? Specific instructions would be very helpful.u Also, if you need any further information, let me know.

View 6 Replies


ADVERTISEMENT

OpenSUSE :: PHP5 Soap Extension Not Loading?

Feb 10, 2011

I have no hair any longer on the sides of my head... after trying to deal with this problem. I have installed apache2 on a SuSE 11.3 box, with php5, php-pear, php-gd, etc, and I cannot get php-soap to get recognized. Do I need to see the soap.[URL]..When I run an installation wizard for the web app I am planning to host, and it says that there is no soap installed. When I place soap php-soap php5-soap in the APACHE_MODULES of /etc/sysconfig/apache2 (just to make sure at least one is the right name) and restart apache2 I get error messages that say, soap (or php-soap, or php5-soap) is not installed, so its being ignored. When I run my phpinfo.php script, I see PHP is working, and soap is one of the successful modules (!?).

So, why can't apache see soap? I can find my soap.so within /usr/lib/php5/extensions/soap.so (how would I successfully load that into Apache, when it starts? I have been using yum, so I went to yast, and installed php-soap again. restarted apache, and still no success.

View 4 Replies View Related

CentOS 5 Server :: PHP SOAP Server Returns Array Using NuSOAP Library?

Jul 2, 2009

I have a function in my SOAP server that returns an array. When the client calls this function, it only receives "array", and when I use foreach to print each member of this array, it tells me that this is not an array. If I change the returned value of the function to a string or integer type everything works fine though, so I don't think that there is any problem with the client.I am using NuSOAP library on php to achieve that.I had doubt when declaring the type of return value of the function. In XML schema there is no array type, so I specified the return value as a string like this:

PHP Code:
$server->register("getLocation",
array('country_population' => 'xsd:string',

[code]....

View 1 Replies View Related

CentOS 5 Hardware :: Why CentOS Not Detecting VMX Extension ?

Dec 22, 2010

I've got brand new Dell Optiplex 380 (Intel E8400 chipset) that I wanted to use to test new KVM virtual environment, after installing Centos 5.5 - (64bit) I'm not getting any further than "egrep '(vmx|svm)'color= always /proc/cpuinfo" as it is not showing that CPU is capable of VMX. Now this URL... says that it is perfectly up to what I want from it. I specifically installed W2k3 server R2 on the same box previously to run these apps, just to be sure URL...everything was nice and green and according Windows and those apps perfectly VMX-capable, but still CentOS isn't recognizing VMX capabilities.BIOS settings are all enabled...

View 4 Replies View Related

General :: Unable To Get Basename Of File Without Extension

Mar 4, 2011

Trying to get the basename of a file without the extension, I found this snippet but it just returns command not found twice:

[Code]....

Also tried (with and without the quotes on input and file_ext):

input=$1
file_ext=.${input##*.}
base=`basename "$input" $file_ext`

executed: convert.sh /path/music.wav But it echoes base as music.wav

View 14 Replies View Related

CentOS 5 :: PHP Extension Will Not Load

Oct 20, 2009

I been working on this issue for a couple days without success. PHP.ini will not load extensions. I am able to modify php.ini parameters successfully with the exception of the extensions. It would be appreciated if someone can shed some light on this issue.

Troublshoot
check for multiply php.ini
restart apache

1. Environment:

CentoOS 5.2
Apache2
PHP 5.11

2. dir
apache2= /usr/local/apache2
php = /usr/local/apache2/php
lib = /usr/lib which contains pdo.so, pdo_mysql.so, sqlite.so, pdo_sqlite.so

[code]....

View 2 Replies View Related

CentOS 5 :: XKB Extension Not Present?

Mar 23, 2011

I'm connecting to my CentOS with remote desktop. While trying 'setxkbmap' the following error is occurring:XKB extension not present on :17.0It doen't happen on the console, i.e.when DISPLAY=:0.0

View 4 Replies View Related

General :: Unable To Install CPIO Extension Files

Apr 23, 2011

I want to install Forms & Reports Developer Suite in Linux OS So I have downloaded Oracle Developer Suite 10g for Linux (Including Forms & Reports)
as_linux_x86_ids_101202_disk1.cpio
as_linux_x86_ids_101202_disk2.cpio

So in the Oracle Documentation Site they have given Guide as Follows:
To extract the cpio file,
move the cpio file to an empty directory,
then do:
cat filename.cpio | cpio -icd ....
but its not extracting.

View 7 Replies View Related

General :: Enable Php-mysqlnd Extension In Php-5.3.6 In Centos 5.5

Jun 2, 2011

how to enable php-mysqlnd extension in php-5.3.6 in centos 5.5. I tried no solutions and no proper google docs.

View 1 Replies View Related

CentOS 5 :: Adding OpenSSL Extension After Installing PHP With Yum

May 16, 2009

I just can't figure out how to enable openssl on my server. I've searched around on the web but have come upon dead ends. I recently became the admin to a server of a new company, the previous admin installed everything on this server. The server has php running which was installed thru yum I believe. And so was OpenSSL. Recently though I've been ordered to configure a online sales software. So I started investigating what I would need. I know I need OpenSSL, a certificate which should be bought, etc.

I met the dreaded dead ends when I came upon knowledge that I had to make OpenSSL work with PHP. Ok so I got to work. I found out that I needed an extension enabled in php. And the only way (that I've read so far) is thru compiling PHP with the command --with-openssl-dir=path. The problem is that I've compiled many times now and see no change in the phpinfo file. Can the extension be enabled (--with-openssl-dir=path) even after the php and openssl have been installed thru yum? I'm also new to linux

View 5 Replies View Related

CentOS 5 :: Cannot Load Mysql Extension For PhpMyAdmin?

Aug 30, 2010

I have a centos 5.5 machine. First I upgraded my php to php 5.3. So I was then installing phpMyAdmin so I just put the whole folder into my /var/www/html/phpMyAdmin.The I tried to run my phpMyAdmin and I got this error Cannot load mysql extension. Then I uinstall my mysql db and reinstall it. Again it show me the same error.For addition info via the php info page for the Configure Command I saw this option -without-mysql' .

View 5 Replies View Related

Server :: PHP - Soap Failed To Load External Entity / Resolve This?

Mar 17, 2011

I have an apache web server with php 5.3 and I need to connect to a webservice I set up in sqlserver 2008
Both servers are in the intranet.
If from my browser I write http://192.168.2.2/internet?wsdl I am prompted for a user and a password, which are those of a windows user with permissions to connect to the ws. After writing them I can see the XML file in my browser.

the php file is code...

I've tried variations in the url, the user, with and without password, with no luck
I've googled a lot, with no luck

View 1 Replies View Related

Software :: Getting Error Missing Dependency: Php-common When Trying To Install Php-soap?

Feb 17, 2010

I want to install php-soap on centos 5.2 server. When i run the command, yum install php-soap, i get the error:

php-soap-5.1.6-24.el5_4.5.i386 from updates has depsolving problems --> Missing Dependency: php-common = 5.1.6-24.el5_4.5 is needed by package php-soap-5.1.6-24.el5_4.5.i386 (updates) Error: Missing Dependency: php-common = 5.1.6-24.el5_4.5 is needed by package php-soap-5.1.6-24.el5_4.5.i386 (updates) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The php common file is not actually missing, its there with the exact name. The problem seems to be that the php-common file is installed from some other repository, thats y it is creating dependency problem. The only solution i found is to remove the current php-common file and install it again, but then lot of programs get uninstalled with it, which is y am afraid of doing that, since its a vps, and some 10 sites are working on that.

View 3 Replies View Related

OpenSUSE :: Xlib: Extension "Generic Event Extension" Missing On Display <my_ip>

Dec 28, 2009

After upgrading to 11.2, I get the following error when starting any xclient. Worse, its usually repeated a few times for each client.

Xlib: extension "Generic Event Extension" missing on display <my_ip>

I get this both when using Xming and nomachine.

View 2 Replies View Related

Ubuntu :: Unable To Install Firefox Extension If Profile Is On NTFS (NTFS-3g) Volume?

Jul 16, 2010

Reproducible with Firefox 3.6.6 (installed from Ubuntu 10.04 repository), on Dell D620, Ubuntu 10.04 Steps to reproduce:

1) start Firefox from command line "firefox -P"

2) create new Firefox profile on NTFS volume (mounted with NTFS-3g)

3) add NoScript extension (through extension manager Get Add-ons), restart Firefox as suggested

4) extension is not added to Firefox In case at step 2) profile is created on Linux volume, at 4) extension is added to firefox.I'm not 100% sure, but I think this bug is related to Firefox 3.6 update (no problems with Firefox 3.5). I did not make proper investigation, but I have feeling same problem applies to Thunderbird 3.1.This issue does not allow to share Firefox/Thunderbird profile on dual boot machine (Ubuntu/WindowsXP).

View 1 Replies View Related

General :: Unable To Install Softwares With ".tar.gz , .tar.bz2" Extension / Fix It?

Sep 11, 2009

The os i am using is RHEL5.
I have problem in installing software with the extension ".tar.gz" or".tar.bz2" .

First if we extract from a media ,how can we specify the destination folder"?
Is extracting by commands and with archival roller same?

After extracting what should we do to install?

View 4 Replies View Related

General :: Begin Using PHP Soap / Verify It Is "enabled"?

Jan 20, 2011

I have installed the package php5-soap-5.2.5-9.5. I am trying to figure out what else I need to do to begin using it and ways to verify it is "enabled".

View 1 Replies View Related

CentOS 5 :: Unable To Play MP3 Audio With Players Provided In Centos 5.2?

Sep 7, 2009

I am using centos 5.2 with kernal version "kernel-2.6.18-92.el5" i cant play mp3 songs in any of the players provided..can u help me in installing "vlc" or any other versatile player..thnx in advance.

output of "yum list *videolan*"
yum list *videolan*
Error: No matching Packages to list

View 7 Replies View Related

CentOS 5 :: Unable To Install Centos 5.5 X86_64 On Vmware Server 2.0.2?

Nov 6, 2010

I have an i5 Thinkpad running Windows 7 64-bit. VT is enabled in the BIOS. I have installed vmware server v 2.0.2 but am unable to install Centos 5.5 x86_64 as a guest OS. The steps that I followed are as follows:1. Created a new VM, specifying RHEL 5 64-bit as the intended guest OS (per vmware documentation - Centos is not available as a selection2. Downloaded all 8 iso files for Centos v5.5 64-bit3. Modified the CD/DVD drive to 'connect at power' and use an iso with the path pointing to the x86_64 iso 1 of 8When I power up the VM, the console window displays 'ISOLINUX 3.11 2005-09-02 Copyright (C) 1994-2005 H. Peter Anvin' and nothing else. The installation splash screen never appears. As a test, I downloaded the first of 7 iso files for the 32-bit version of Centos 5.5 and pointed the CD/DVD drive to that iso. In that case, the installation starts as expected. I would really like to get the 64-bit version installed and running.

View 3 Replies View Related

CentOS 5 Networking :: Unable To Port 8080 On CentOS VPS Server

May 30, 2011

i am not able to port 8080 on my CentOS VPS server.I have followed all the instuctions as mentioned on iptables wiki page.Also I am able to telnet my ip address and port number, But can not access from browser.

View 6 Replies View Related

CentOS 5 :: Unable To Connect To Remote Centos MySql Server Using PHP?

Aug 8, 2011

I have two Centos 5 servers one running Asterisk with PHP installed and another sever running as a MySql Database server, at the moment when I try run simple script to see if I can connect to the remote server I get the following error.Quote:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

View 2 Replies View Related

CentOS 5 :: Unable To Get Box (Centos 5.3) Authenticate Users Through LDAP?

Jun 4, 2009

So far, I've been able to get my Box (Centos 5.3) authenticate users through LDAP. My next plan was to automount their home directory from our NAS device.But I'm struggling getting autofs talking to the LDAP Server.My Config Files:

/etc/ldap.conf
[root@tmplt_CentOS-5 ~]# egrep -v '^#|^$?' /etc/ldap.conf
base ou=intern,o=zde,dc=simiangroup,dc=com

[code]....

View 2 Replies View Related

CentOS 5 :: Unable To Boot Windows After Installing CENTOS 5.4

Nov 18, 2009

I've Got one Problem with My Computer soon after success installation of when the boot-loader ask me to choose OS at CENTOS 5.4, multi boot boot-loader if i choose windows then computer tries to boot windows but fail and give the error message that there is a problem on reading the hard disk, But when i restart it and start with LINUX then computer start successful with no error message, now i do not know what to do cause i need to use Windows and all my programs are in windows..

View 1 Replies View Related

CentOS 5 :: Unable Centos Installation In Mac Pro / Clue To Get Around This?

Aug 26, 2009

Once i install the centos in my mac pro, it ask for reboot after completion, and on reboot it does not see the hard drive with centos in it.
Any clue to get around this problem?

View 1 Replies View Related

CentOS 5 :: Unable To Create LVM Mirrors - "Unable To Allocate Extents For Mirror(s)"; Free Space Is Available?

Dec 29, 2008

I have fresh CentOS 5.2 installed to 2 sata hdd 1.5 TB size; on every of that hdd is primary raid1 submirror of /boot made with md during install. All other space is lvm place, on lvm living root and swap partitions. And it's work. Now I want to mirror my root and swap, and add other volumes with different raid requirements (raid0 and raid1).

# lvcreate -L10G -m1 -n mir vg0 Insufficient suitable allocatable extents for logical volume : 320 more required Unable to allocate extents for mirror(s).

View 2 Replies View Related

CentOS 5 :: Unable To Run The Yum

Sep 21, 2009

I try to install or search some packages with yum. I can't go further than:

/etc/yum.repos.d # yum search putty
Loaded plugins: changelog, downloadonly, fastestmirror, kernel-module, priorities
Loading mirror speeds from cached hostfile

and I have to exit from there by typing ctrl-C

View 7 Replies View Related

CentOS 5 :: Unable To Install The 5.3

Jul 9, 2009

I tried to install centos 5.3 on my dell pc. I downloaded the large 3.69 gb dvd iso. file from 5 seperate mirror sites and burned the disk images. When I boot it did the disk checks and they have been all good. The problem I'm having is it starts the boot process lets me get to the partition settings and then goes to formating the harddrive then when it starts the install part it goes for a few minutes then gives me a error that it cant find a file (not allways the same file) and says the install sorce is missing a file or is corrupted. This is why I have spent a few days downloading from different mirror sites to see if that was the issue, they all cant be bad.

When I first attempted the install it installed grub for multi boots I dont think this has any problem with finding the files but who knows. I looked up on how to uninstall grub and you can not from the info on there site.The box is a dell pent 4 with one gig ram, two ide hard drives and it ran windows xp. I intalled fedora on the box and it ran fine w/ no install errors I just need to try and set up a server so I can install webgui's cms webhosting wre software. In there forums they said centos 5 is the best os for what I want to do.

View 9 Replies View Related

CentOS 5 :: Unable To Use REISERFS?

Aug 4, 2009

I follow the wiki about install the files needed in Centos5Plus! I am not able to format the drives with REISERFS. i tried the command mkf2.reiserfs and mkfs.reiserfs. I am able to format them with ext3.

I have been hearing that the guy who developed REISERFS is in jail for chopping up his wife and therefore no more support for it? it that true?

View 6 Replies View Related

CentOS 5 :: Unable To Upgrade From 5.3 To 5.4

Mar 20, 2010

I had some issues regarding a clean install of 5.4 on my desktop. so i decided to install 5.3 and then upgrade to 5.4. I found these commands:yum clean all

yum update glibc*
yum update yum* rpm* python*
yum clean all
yum update
shutdown -r now

View 3 Replies View Related

CentOS 5 :: Unable To Install YUM

Jan 26, 2011

I've downloaded the YUM RPM to a flash drive and double-clicked it in an attempt to install the RPM. Package Manager reported that the RPM is already installed. Oddly enough, when I try to open Package Manager itself, I get an error, "Unable to retrieve repository metadata. This could be caused by not having a network connection available." and the >Details are "Cannot retrieve repository metadata (repomd.xml) for repository: c5-media. Please verify its path and try again." (A network connection IS available...I'm posting from the server, right now!)

If I click on the Repository Manager button, I get the attached picture and assume that sll is well with those different configurations.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved