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
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:
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?
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.
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
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
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:
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.
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
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!
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.
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
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.
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 ?
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
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?
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?
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