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


ADVERTISEMENT

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

Software :: Error: Readln.c:25:31: Error: Readline/readline.h: No Such File Or Directory

Dec 28, 2010

I am trying to install ald: [URL].. As said in the installation manual, I execute "./configure" and then "make". In the middle of the compilation It aborts and return the following error: readln.c:25:31: error: readline/readline.h: No such file or directory. readln.c:30:30: error: readline/history.h: No such file or directory

View 3 Replies View Related

Fedora :: Interactive Startup Not Working?

Feb 20, 2011

My problem is: One of my services has failed to start. All I need is just go into interactive startup and ignore that service. The system is encrypted as LUKS. I press 'i' before and after entering the phrase (it asked me "Password for filesystem"). But interactive startup seems not working. All the services go to start without my permission. I mean there is no question such as "Start XXX [Y/N]?"

In the past I used CentOS for some months, and interactive startup (by pressing 'i' on boot time) was fine. I could allow or not what service should be started.

I have googled and found these:

[URL]

View 2 Replies View Related

Ubuntu :: PHP5 Not Working Out / Resolve This?

Aug 5, 2010

Ok so I have:

a)apt-get install apache2

b)apt-get install php5

c)placed a php test file into my var/www folder

d)go to 127.0.0.1 in my browser and all I see is a blank page, when I should see the php info page.

So what the heck is wrong here? I figure it's just something I'm too noob to know, yet I can't find anything about it on the net...

View 2 Replies View Related

Server :: How To Get PHP5 Working On Apache 2.2.13

Jan 1, 2010

I am trying to get PHP5 working on Apache 2.2.13. When loading the PHP file in the web browser, the server does not appear to be passing the php off to the interpreter.Instead, the browser just treats the first command as an HTML comment and displays the rest to the user.

Relevant lines from httpd.conf:
LoadModule php5_module lib64/httpd/modules/libphp5.so
AddType text/html .php
#AddType application/x-httpd-php .php
AddHandler php-script .php

The second AddType is commented out because it causes Firefox to try to download the php instead of displaying it.

Output from httpd -M:
Loaded Modules:
core_module (static)

[code]....

Does it sound correct to think that there is some type of disconnect between Apache and the PHP interpreter?

View 1 Replies View Related

Fedora :: Other Non-interactive Network Downloader Besides Wget

Sep 7, 2011

Are there any non-interactive network downloaders like wget that come with fedora by default? I noticed that wget doesn't come with fedora.

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 Network :: Internet Working - Package Management Not Working

Dec 17, 2010

I use an internet connection with a proxy. I have set the proxy in Firefox and systemsettings so now I can browse the web and I can ping Google from Console. But when I start Software Management, it says "Cannot access installation media". Whats wrong?

View 3 Replies View Related

OpenSUSE Network :: Weired Ping Problems In Working Network?

Feb 13, 2011

I'm new to SuSe and lateley I was trying to establish a Network, when some weired problems occured. I was able to establish the network and i have connection to the internet. The suse-machine is rechable by ping from all the other computers in the network. If I'm tryiing to ping the other computers from the suse-machine, nothing happens. The router responds without packet loss, but every other ping occurs in:

From 192.168.2.6: icmp_seq=2 Destination Host Unreachable
From 192.168.2.6: icmp_seq=3 Destination Host Unreachable
From 192.168.2.6: icmp_seq=4 Destination Host Unreachable
From 192.168.2.6: icmp_seq=5 Destination Host Unreachable

I've been searching for some ideas to solve this problem but couldn't find any.

View 1 Replies View Related

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

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 Network :: Network Wired / Wireless Not Working

Feb 11, 2010

I can not get my network to work.Wireless shows no networks at all and wired the ethernet light does not even turn on. I have dpne heaps of searching but i can not seem to find a solution.

View 6 Replies View Related

OpenSUSE Network :: BroadCom Network Cards Are Not Working?

Sep 4, 2010

I am using open suse 11.1 in my acer emachine laptop. Everything is okay except Network cards are not working. It says that firmware is missing or kernel problems. My network cards are Broadcom network cards. How can I fix it?

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

Programming :: How To Turn Non-interactive Shell Into Interactive Shell?

Feb 4, 2011

I have a situation where I am in a non-interactive shell. I have tried from within my non-interative shell to spawn an interactive shell but my output still does not goto me. Isn't there a way I can somehow go into /proc or somwhere and make the output my /dev/tty1? Or some way else to remedy this?The situation arises because I drop from my restricted shell environment (a sort of CLI interface), into the actual Linux shell. I cannot change the code of the CLI environment I am just faced with being in the linux shell environment and its non-interactive. Its very annoying to have to put > /dev/tty1 after every command I type.

Not to mention it seems damn near impossible to get pagers like more and less to work properly when your in a non-interactive shell.

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

OpenSUSE Network :: Skype 2.2 On OpenSUSE 11.4 Mic And Video Not Working / Get That?

Aug 28, 2011

I have a fresh install of openSUSE 11.4 with KDE. This includes ALSA and Pulseaudio.

I have a mic and speakers and a webcam. As far as I can see microphone and sound reproduction work, the webcam also works:
- I can arecord and aplay
- KMix works
- amixer and alsamixer work (I am using microphone boost)
- test sounds play
- the webcam works in "Personal Settings (Configure Desktop)": Hardware > Multimedia > Phonon (test camera)
- Pidgin and Empathy work with sound and video.
(had to set this: gconftool-2 --set --type=string /system/gstreamer/0.10/default/audiosrc pulsesrc,
without this setting it was set to alsasrc by default and Pidgin and Empathy didn't work).

I installed Skype 2.2 (also tried 2.1) and tested the video camera in Skype. Result: doesn't work.
I made a test call: I hear the voice of the lady answering the call, but my own voice is not recorded.
In Skype everything is set to use Pulseaudio.

I am at a total loss to understand what is going wrong here. Why does Skype not work, when everything else does??

I made this observation:
When an application records something, a "Capture stream" shows up in the KMix "Capture Streams" tab. For example, when I use arecord, "ALSA capture" shows up, while I record. When I make a call on Empathy, a capture stream shows up in the said tab.

When I make a Skype call, NO capture stream shows up, so obviously Skype is not capturing anything.

View 9 Replies View Related

Software :: Unable To Install The Readline.so.6

Jul 22, 2010

I'm having a bit of a problem installing the readline.so.6 on my CentOS machine. I have a 64-bit system and already have readline.so.5 installed. I need version 6 in order to run an application called mothur [URL] as it won't compile without it. I have downloaded the package and when I used the "make install" command I received the following output:

Code:

/bin/sh ./support/mkinstalldirs /usr/local/include
/usr/local/include/readline /usr/local/lib
/usr/local/share/info /usr/local/share/man/man3\

[code]....

View 5 Replies View Related

Programming :: .inputrc And Readline Key Binding?

Feb 10, 2010

I can find eC-f and eC-b in /etc/inputrc and they work. However, I find the eC- key combination a bit of a finger reach and I use forward-word and backward-word a lot so I wanted to add a key modifier combination that was easier. I have tried several different versions of key binding in ~/.inputrc but nothing seems to work. Here is the latest version of my .inputrc:

# Bill's inputrc for ReadLine
# '$include' directs readline to the file
# with 'universal' settings.
# Place 'export /etc/inputrc' in .bash_profile

[code]....

Meta (ALT) -b works (does backward-word) for some reason but M-C-b doesn't. Meta (ALT) -f gives me the window menu, as it should. I don't want to change that. But ~/.inputrc gives me nothing with ALT(Meta)-CTRL-f. I was kind of hoping to figure out how to substitute M-C- for e on my local or users .inputrc and readline for many of my user's bindings.

View 1 Replies View Related

General :: Cannot Install GNU Readline 6.1 - Ubuntu Server?

Jan 22, 2011

I am trying to install the GNU Readline Library for microdc2. In order to install it I:

1) run configure
2) run make
3) run sudo make install

When I enter sudo make install at the end of many lines of output, I get this:

Code:

/bin/sh ../support/mkdirs /usr/local/lib
/bin/sh ../support/shlib-install -O linux-gnu -V unknown -d /usr/local/lib -b /usr/local/bin -i "/usr/bin/install -c -m 644" libhistory.so.6.1

[code]....

microdc2 doesn't read it as installed. I tried to follow this but it doesn't work: [URL]

View 2 Replies View Related

OpenSUSE Network :: Ssh Working On Lan - Not On Wan

Apr 2, 2010

I'm having some trouble setting up ssh on Suse 11.2 x64

Login with pubkey and/or password works fine over lan :

Code:
slack@mint ~ $ ssh mick@192.168.2.5
Last login: Fri Apr 2 16:44:50 2010 from 192.168.2.14
Have a lot of fun...
mick@linux-s1s2:~> exit

[Code]....

View 6 Replies View Related

SUSE :: Import Error: No Module Named Readline

Dec 5, 2009

I recently installed python in SLES and now i get the below error when running it.

Code:

The GCC team.
Distribution: SUSE Linux Enterprise 11
linux-ooix:~/Desktop # python3

[code]....

Import Error: No module named readline

View 7 Replies View Related

Software :: Configure Error: Readline Library Not Found

May 8, 2010

configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper directory. Use --without-readline to disable readline support. Now I tried to yum install readline-devel and the result was failure as below:

Quote:

[root@localhost ~]# yum install readline-devel-6.0-3.fc12.i686.rpm
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

[code]....

So I am thinking that maybe I have to tell configure where my readline libraries are. From the above, it looks like readline-6.0 is not on my computer, even though I went through the configure/build/install process for it.

View 3 Replies View Related

OpenSUSE Network :: 11.2 Bonding In Xen Not Working?

Dec 1, 2009

I'm running 11.2 on a Dell PowerEdge1850. In the normal kernel, bonding is working just fine on the two ethernet ports. When I reboot into the Xen Kernel, I get the following error at boot:

FATAL: Error inserting bonding ... : Unknown symbol in module...

dmesg shows several Unknown symbols. In the end, the module is never loaded.

If I reconfigure the network in Xen to not use bonding, it works fine.

View 3 Replies View Related







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