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


ADVERTISEMENT

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 View Related

Fedora Servers :: Enable .php5 File Extension?

Sep 15, 2009

Platform information:
Fedora 11
HP a1250n PC w/3Gb RAM and 2Ghz (?) CPU
PHP v5 and Apache 2.2

The situation I've got is that my PHP and Apache installs do not recognize files with the .php5 file extension. I can successfully open .php files in my browser just as I have designed them. However, when I try to open a .php5 file in my browser, it simply outputs the code and not the web page (as it should). I've pasted (what I believe to be) the relevant parts of the output from phpinfo() command below. Any help correcting this is greatly appreciated as I have searched the forums and the Internet fairly exhaustively with various different keywords and still have come up empty. I think if I could figure out how to add ".php5" to the list of "Registered PHP Streams" then I would be all set, but I can't figure that out. I also tried copying /etc/php.ini to /etc/php.d/ and re-naming it php5.ini, but this did not work.

Clem
Configure Command
'./configure' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--

[code]....

View 3 Replies View Related

General :: Firefox Extension Not Loading?

Mar 2, 2010

I am developing an extension for firefox that enables users to chat with any others who happen to be browsing the same website at the same time. The xul file adds a tool bar with a button "Enable Chat" in the browser toolbox. when a user clicks the Enable chat button, the server initiates the chat. I went through many tutorials for extension development. They have helped. But I cant seem to get my extension up properly. Ill just put up the contents of my files for extension..

/home/neethusha/extensions/blaze (blaze is the name of the extension)
chrome/content/blaze.xul
install.rdf
chrome.manifest

[Code]....

I made the pointer to the extension in a file named "blazebutton @anywhere.com" and saved it in the firefox profile folder "/home/neethusha/.mozilla/firefox/d5ma3rr9.dev/extensions"

When i open the firefox in this profile, the extension is not loading...

View 3 Replies View Related

Software :: Chromium Loading Extension With Javascript Code?

Nov 29, 2010

I'm trying to make an extension that hopefully will remove the space bar scroll down function. So I've googled a bit and I've found this codes, that I've stored in a spacebar.js file

Code:
window.onkeydown=function(e){
if(e.keyCode==32){
return false;
}
};

Now for an extension to be valid so chromium would accept it I observed it needs a manifest.json file as in this tutorial [URL].. .So I've figured it out it should look something like this

[Code]...

The thing it's when I try to load unpacked extension in chromium I get a syntax error at line 6 column 7. Now I have to admit I'm not so good at scripting so anybody has any idea in how to fix this ?

View 1 Replies View Related

General :: Loading Php Module Without Restart Apache / Load Zend Extension Using '-z'?

Sep 23, 2010

I need to load php module without restart/reload apache, is there a way to do that, php has its option to load zend extension using '-z',

php -z <filename>

is there anyway because I need to load php module in runtime, that I don't want to loose the live running session.

View 1 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 Servers :: Use PHP5.2 Instead Of PHP5.3?

May 3, 2010

I'd like to use PHP5.2x instead of PHP5.3x on my Ubuntu 10.04. There is a small bug in Drupal where tweaking Views causes an error which seems to be associated with php5.3.

So, how would I regress to using 5.2x on Ubuntu?

View 1 Replies View Related

OpenSUSE :: Where Has Php5-imagick Gone

Oct 13, 2010

I used to run Apache + PHP5 + MySQL + ImageMagick locally, as a testing server for a project I'm working on. A while ago I updated a few things, with the php5-imagick library not matching dependency version numbers anymore. I decided to ignore it, since there was no update for the library. I have been without an internet connection in the meantime, but php5-imagick didn't work anymore at all. It didn't return any errors, but it simply didn't modify anything about the pictures anymore. A few minutes ago I decided to manually uninstall and reinstall the php5-imagick package.Uninstalling went fine. But when I wanted to reinstall it, the package was nowhere to be found! A quick Google search turned up no relevant results.

View 5 Replies View Related

OpenSUSE :: Cannot Run Apche2 With Php5

Apr 3, 2011

I can't run apache2 with php5. I follow instructions from here: SDB:Linux Apache MySQL PHP - openSUSE but seems stuck at Confirming apache2 works. It did not. I noticed that everytime I restart this 'error' will come out :

[Mon Apr 04 10:40:30 2011] [warn] module rewrite_module is already loaded, skipping
[Mon Apr 04 10:40:30 2011] [warn] module rewrite_module is already loaded, skipping

httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK Shutting down httpd2 (waiting for all children to terminate) done Starting httpd2 (prefork) [Mon Apr 04 10:40:32 2011] [warn] module rewrite_module is already loaded, skipping [Mon Apr 04 10:40:32 2011] [warn] module rewrite_module is already loaded, skipping httpd2-prefork: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

View 2 Replies View Related

OpenSUSE :: Php5-mbstring Don't Work

Nov 5, 2010

There are installed software:

SuSe Linux 10. Linux version 2.6.16.21-0.8-smp
php5 - PHP5 Core Files Installed Version 5.3.2-28.1
php5-mbstring - PHP5 Extension Module, Installed Version 5.3.2-28.1

But php5-mbstring don't work. The command php5 -m and phpinfo() show that a extension php5-mbstring not present, but in the Yast2 this extension installed (Installed Version 5.3.2-28.1)???

View 6 Replies View Related

OpenSUSE Install :: Upgrade From PHP 5.0.x To PHP5.2.13?

May 24, 2010

I would like to upgrade from PHP 5.0.x to PHP5.2.13. My box is Suse 9.3.(Pleask 9.5.2).

View 2 Replies View Related

OpenSUSE :: Php5-readline Causes Segmentation Fault Of PHP In 11.2?

Mar 23, 2010

as the title describes - php5-readline causes Segmentation fault on opensuse 11.2, on both my desktop and laptop, on all listed versions of php - 5.2.9, 5.3.0 and 5.3.1

View 3 Replies View Related

OpenSUSE :: Missing Integration Between Firefox 4 And PHP5

Apr 16, 2011

I've got apache2, ver 2.2 running on openSuse 11.4 and just installed php5. My php web pages are still only displaying the text files and are not parsing or executing as expected. I've rebooted to clear any hidden gotchas.

View 9 Replies View Related

OpenSUSE :: How To Start PHP - Version Php5-5.3.2-1.31.i586 Is Already Installed

Feb 4, 2011

I am installing opensuse 11.3 as a text-based web server. I have installed apache2, php, php-gd, php-pear and mysql... Now, I am trying to run the installwizard.php to install this LAMP app and any php file, seems to just download, instead of 'resolve to the screen' in the browser. When I run chkconfig, and see that apache and mysql are running. I have already restarted apache, and it seems to come up okay. I have created a test index.html file, and seems to be loading fine. I have googled for this, and it doesn't seem to happen to anyone else! when I try to yum install php, it says that version php5-5.3.2-1.31.i586 is already installed.

I am using yum, on the command line. Permissions are:

-rwxr-xr-x 1 root root 5654 2008-08-04 16:39 installtest.php
-rwxr-xr-x 1 root root 48605 2008-08-04 16:39 installwizard.php

View 9 Replies View Related

OpenSUSE Network :: Can't Manage To Php5 Cgi With Using Spawn-fcgi

Mar 18, 2011

I am trying to set up an nginx server. I intend to use it with, php and python, and probably with frameworks like django and codeigniter. However, I can't get it working. This is what I did: Installed these from Install/remove software:

nginx,FastCGI,php5-fastcgi,python-fcgi,spawn-fcgi

My current nginx.conf file is this (Stripped comments):

[code]...

What happens is: when I type a php url to address bar, I only get a text saying "No input file specified." This is what I get when I make netcat sit on 9000, and go for <hostname>/phpinfo.php:

[code]...

There are clearly some config problems here, but can't find out what are they, since this is first time I try to setup nginx and fastcgi.

View 1 Replies View Related

OpenSUSE Network :: 11.4 PHP5 Interactive Readline Not Working?

Apr 25, 2011

I just installed openSuse for the first time the other day. I'm trying to get my web development tools up and going and I've hit a little snag.After installing php5 I tried to use interactive mode on the command line (php -a) but I didn't get the nice line-edit-capable prompt I'm used to. A little research told me I needed to install readline support, so I installed the php5 readline package. The thing is even though `php -m` now shows the readline module is loaded I still don't get the line-edit support

View 6 Replies View Related

OpenSUSE :: PHP Startup: Unable To Load Dynamic Library '/usr/lib/php5/extensions/intl.so'

Aug 20, 2011

few days ago i installed the newest opensuse 11.4 32bit system and all is working really fine.except when starting apache or doing a php -v on the CLI i receive the following error ->

php -v
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/extensions/intl.so' - /usr/lib/php5/extensions/intl.so:
undefined symbol: grapheme_extract_count_iter in Unknown on line 0

i know this bug has been reported earlier and i found quite a few results in google.i even found one result where the problem was fixed and updated in an additional opensuse repository -> Additional package repositories - openSUSE the repository with the fix is the following -> Index of /repositories/server:/php/openSUSE_11.4 so ... i added this repository via YAST to the repositories in my system without any problems but whenever i do a system update via YAST i don't receive new fixes and patches from the newly added repository!

if i directly browse to the /i586 folder in the repository i see all the PHP updates with version 5.3.7 and the latest updates were done 19 aug 2011 Index of /repositories/server:/php/openSUSE_11.4/i586 but my system still has PHP version 5.3.5 installed and somehow doesn't want to update from the newly added repository for the apache php modules so ... i just double checked and the repository is enabled in YAST ... but I still don't receive updates from there i would like to update to the new apache php modules, to get rid of that php '/usr/lib/php5/extensions/intl.so' warning, but somehow that doesn't seem to work

View 1 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 :: Associate VLC With .avi Extension?

Sep 23, 2010

Hi! I'm an opensuse noob, and I'm having trouble figuring out how to associate .avi files with VLC. In Yast, I've tried to use the custom command setting to start VLC instead of Totem, but a double click on any avi file starts BANSHEE instead of Totem OR VLC. No clue, here. I can't find where to specifically associate a file extension with an application, as opposed to the very high-level settings in Yast.

View 9 Replies View Related

OpenSUSE :: Read A File With An .odc Extension?

Sep 10, 2010

I trying to read a file with an .odc extension.Using openOffice Calc, However there is a of garbage and irreadable characters, I found out it is a Microsoft office data connection file. Is there a way around it?

View 4 Replies View Related

OpenSUSE :: SUSEfox Extension For Firefox 6.0?

Sep 2, 2011

I upgraded from Firefox 5.0 to 6.0 and now the SUSEfox Extension is no longer compatible.

View 5 Replies View Related

OpenSUSE :: Install Extension MozillaThunderbird Lightning For 11.3?

Jul 23, 2010

I can install the extension MozillaThunderbird Lightning for opensuse 11.3 and Thunderbird v3.1.1. I find on the web for 1-click install is for openSUSE 11.2.

View 1 Replies View Related

OpenSUSE :: Lightning Extension For Thunderbird 64bit?

Jul 27, 2010

point me in the direction on where to get 64 bit lightning?

View 5 Replies View Related

OpenSUSE Install :: X Server And RandR Extension?

Apr 11, 2010

When I try to get to the configuration of my monitor by using KDE Settings -> hardware -> monitor, I receive the msg: "Your X server is running the RandR extension at version 1.2 or greater which doesn't have any configuration yet." and it refuses to go further. What does this mean and where should I configure it? When I use Yast, Sax2 starts normally.

View 9 Replies View Related

OpenSUSE Network :: How To Install Mcrypt Php Extension

Mar 31, 2011

im trying to install tine 2.0 on a webserver at my uni but i need to install mcrypt extention i also get an error message with phpmyadmin. the server has php 5.2.8 installed and Apache 2.2.10.

i have followed a guide found at this url but i dont know how to rebuild php. [URL] i have downloaded and installed

libmcrypt-2.5.7
mcrypt-2.6.4
mhash-0.9.9.9

i uncompressed in the pacakages in thr root folder /root/ then cd ed in to there root folder ran these commands as per the guide:

./configure
make
make install
ldconfig

View 5 Replies View Related

OpenSUSE :: Xlib - Extension RandR Missing On Display

Feb 5, 2010

I've verified that xorg-x11-libs is installed. This package provides libXrandr.so.2. However, when I run a program, in this case the python script for blueproximity (start_proximity.sh), I get the error in the title.

Code:
grep -ni randr /var/log/Xorg.0.log
237:(==) RandR enabled
247:(==) RandR enabled
257:(==) RandR enabled
274:(II) Initializing built-in extension RANDR

View 5 Replies View Related

OpenSUSE :: Video Downloadhelper Firefox Extension Not Working On 11.3 Kde 64 Bit

Aug 22, 2010

i just downloaded and installed opensuse 11.3 64 bit kde on my laptop.

all my hardware seems to be working fine.

i installed the drivers for my nvidia video card, and 3d is working along with kde's desktop effects.

i installed all my favourite firefox extensions including video downloadhelper downloadhelper - media download firefox extension an extension that can download videos from videos and other video sites.

all of my installed firefox extensions seem to be working except video downloadhelper.

when i try to download videos with it nothing happens.

previously i had opensuse 11.2 gnome 64 bit installed on my laptop, and the video downloadhelper extension worked fine.

i think this problem might have something to do with the way opensuse integrates firefox with kde.

View 4 Replies View Related

OpenSUSE :: Remove The Entry In The Extension Cookies File?

Dec 20, 2010

I had an extension i started making and had loaded in Chromium. Well i forgot to unload it and deleted the files for it. Well now Chromium crashes on startup saying it can't find the manifest file for it. How can i remove the entry for that in the extension cookies file?

View 9 Replies View Related







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