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


ADVERTISEMENT

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

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

General :: Control-Backspace (unix-kill-rubout) For Readline?

Jan 14, 2010

In readline(3) I should be able to map Control-Backspace to the same function as Control-W (unix-kill-rubout). Regardless of what I put in ~/.inputrc I'm unable to get this to be recognized.

C-: unix-kill-rubout

...for instance does not work. Can I map Control-Backspace to the unix-kill-rubout in readline?

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

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

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

Debian :: Upgrading From Lenny To Squeeze - Alternatives Readline Error - Invalid Argument

Sep 23, 2010

Made sure kernel was 2.6.26+ Changed sources. apt-get update Then it all goes to hell at util-linux... When attempting to

Code:

[root@WdoACnbF01:pts/0][18:42][28.331mb][~]
[===>uname -a
Linux WdoACnbF01 2.6.26-2-686 #1 SMP Thu Sep 16 19:35:51 UTC 2010 i686 GNU/Linux
[root@WdoACnbF01:pts/0][18:44][28.331mb][~]

[code]....

update-alternatives: error: readlink(/etc/alternatives/automake) failed: Invalid argument

View 3 Replies View Related

General :: Cannot Install Ubuntu Server 9.10 To Vmware Server 1.0.6

Apr 28, 2010

I cannot install ubuntu server 9.10 to vmware server 1.0.6.. is it the version of my vmware? everytime i try to install ubuntu 9.10, nothing happens..

View 2 Replies View Related

General :: Install LVM In Ubuntu Server?

Apr 7, 2010

should i install LVM in ubuntu server?

i have only one primary partition.

what happens if i dont install it?

View 2 Replies View Related

General :: Install SSH Server On Ubuntu?

Feb 15, 2010

I just installed Ubuntu 9.10 on a machine here. Tried to SSH to it and failed. Tried to "ssh localhost" from the machine itself and that failed. Did a quick google search and found out that an SSH server is not installed by default.

But how do I install it?

I tried the following, which failed:

Code:
sudo apt-get install openssh-server
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]....

View 8 Replies View Related

General :: Install Squid On Ubuntu Server Edition 9.1

Apr 7, 2010

How do I install squid on Ubuntu Server Edition 9.1?

View 2 Replies View Related

General :: Ubuntu Server Install Wipes Out RAID5 Settings?

Jun 8, 2010

I have a 2-quad core Intel Xeon system that I have set to RAID-5. I then attempted to install Ubuntu Server. When the message came up about enabling SATA RAID, I said NO because I have hardware RAID installed on the box. So I completed the install, and when I go to view the RAID configuration using the Intel Matrix Storage Manager during boot, it says:Volume0, Level: RAID5(Parity), Status: DegradedWhen I install enabling SATA RAID, I get a message asking me to "configure iSCSI volumes". When I click on that, I get another message: Loginto iSCSI targets. When I click on that I get another message: "Enter an IP address to scan for iSCSI targets". I have no idea what to put as thye iSCSI target portal address!

View 5 Replies View Related

General :: How To Network Install Using NFS Server

Jan 21, 2011

i want to do linux installation on client machine from server.

i configured NFS server. i actually installed all 5 CD's to one directory. these are not iso images.

i created directory /serverimage and inside this i created directory for each linux cd. i.e linuxcd1, linuxcd2 and so on ..

now my directory structure is :
cd /serverimage
ls
linuxcd1
linuxcd2
linuxcd3
linuxcd4
linuxcd5

now i exported /serverimage in /etc/exports

but when i boot my client machine with the first linux cd. and using linux askmethod

i selected NFS. i entered ip address for nfs server and directory as /serverimage

but it is not taking. saying unable to mount.

shall i create .iso images. i dont want to use .iso images since i want to configure yum repository later once client is installed. i dont know if yum repository can be installed using iso images on the server. so i just copied cdrom to directories to share it via nfs.

View 4 Replies View Related

General :: Install Dns Server In 12 And Configure Using Gui

Oct 25, 2010

Im trying to install dns server in fedora 12 and configure dns server by using gui tool.

View 3 Replies View Related

General :: Domino Server Not Getting Install

Mar 31, 2010

i am getting error message when installing lotus on linux machine

"Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

edit your shell's DISPLAY environment variable to reflect an unlocked terminal that you would like to launch the Domino Setup Program on."

View 7 Replies View Related

General :: How To Install A CHAT SERVER

Sep 29, 2010

Does somebody here have a knowledge on how to install and configure an open chat server system? I'm using CentOS ver5.3.

View 3 Replies View Related

General :: How To Install Dhcp Server

Mar 27, 2010

How to install DHCP server in ubuntu 9.10, i googled but not able to find correct how to. if anyone installed provide steps in configuring dhcp3.conf file

View 1 Replies View Related

General :: Packages Used To Install Svn Server?

May 18, 2010

wat are packages used to install svn server...?

View 1 Replies View Related

General :: Unable To Install Name Server RPM's

Mar 21, 2010

I am trying to configuring name server on Centos 5(the latest version) but when I am going to install the named server rpm package it shows the dependices failed of lib and bind packages..however I installed these both packages so it shows again the dependices failed of these packages. My yum is working fine because I have tried some other rpm like dilaog, samba and many more.

View 11 Replies View Related

General :: Need A Minimal Server Install

Jan 11, 2010

I'm running Ubuntu 7.04 server on a low spec spare machine ( 500MHz, 128 RAM) but fancy a change. Basically would like a non-GUI, command line only interface, running SSH, Samba and a flavor of FTP. FTP must be set up so users only have access to their home directory and not to any other system dirs. In addition I may want to incorporate anonymous ftp login at some point. Any recommendations for both FTP and minimal server software ?

View 7 Replies View Related

General :: Install Vnc Server On Fedora 10?

May 24, 2011

I am trying to install vnc server on fedora 10. I downloaded & installed vnc-server-4.1.2-35.fc10.x86_64.rpm as root. and made following change in /etc/sysconfig/vncservers file

VNCSERVERS="1:vct"
VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
as vct user set vncpasswd
and as root user started vncserver by
service vncserver start

[Code].....

and xstartup file in roots home dir is also same.

View 6 Replies View Related

General :: Install Firefox 3.5 On Unbuntu Server 9.10

Mar 4, 2010

I have installed Ubuntu 9.10 Server on a machine primarily as a LAMP & File server. I also have installed Webmin with this.

The problem is oviously I need a browser to do this. I am having issues trying to install firefox 3.5 and the open correctly from terminal to access Webmin. I am very new to this especially commands wise to open Firefox. Idont know if I need to change directories to open it. A few guides I looked at said type in ~firefox/firefox. Which didn't work.

Also I saw something about profile which I haven't setup yet. Would I need to do this?

View 2 Replies View Related

General :: Configure RHEL5 PXE Install Server?

Jan 12, 2010

I want to configure a PXE Install Server with RHEL5u3 64bit.

View 1 Replies View Related

General :: Install Centos To Ibm Server X345?

Jan 16, 2010

is it possible to install centos to ibm server x345 to be exact?, because i saw some forums that they are having a probelm, where can i find the supported hardware of centos 5?

View 1 Replies View Related

General :: Install DHCP Server For DSL 4.4.10 Version?

Aug 10, 2011

Does anyone know how to install the DHCP Server for the DSL 4.4.10 version. Cant find installation instructions anywhere.

View 1 Replies View Related

General :: Install Id3tool To Centos 5.5 Server?

Apr 1, 2011

how can I install id3tool to Centos 5.5 server, I know ubuntu version of it $ sudo apt-get install id3tool but do not know how to do this on Centos server via Ssh

View 14 Replies View Related

General :: Install DFlib 8 On Server But It Is Not Working?

Dec 21, 2010

i am trying to install DFlib 8 on my server but it is not working for me i try doing

[Code]...

View 1 Replies View Related







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