Hello all,
I'm having real trouble trying to get SVN 1.8.9 installed on a linux box which is now my responsibility to look after, I think it is centos or scientific linux.
EDIT: it is Scientific Linux release 6.4 (Carbon)
What I've done so far:
SVN 1.6 was installed and working fine.
I installed smartsvn so that I had a 'nice' GUI to look at the repos on the machine.
Smartsvn then upgraded my repos.
The svn client on the command line does not work with the upgraded repos.
I tried yum install svn but the latest svn is already installed (1.6).
I then installed 1.7 from source and still that version was too old.
I then installed 1.8.9 from source - yey this worked locally fine.
There are cron jobs that run and use the svn client to push to an svn server
The SVN I installed from source does not commit properly and gives this error:
svn: E170000: Unrecognized URL scheme for 'http://.....'
I googled around and found I need to install svn with configure --with-serf option.
This fails as the SVN install needs serf 1.2.1 or newer.
So I install serf 1.3.something from an rpm.
That installs fine and I retry the configure step but it fails giving the same error.
rpm -ql serf returns: /usr/lib/libserf-1.so
/usr/lib/libserf-1.so.1
/usr/lib/libserf-1.so.1.3.0
So I think 1.3 is installed...?
Does anyone know how to make the configure step of svn know where serf is? --with-serf=/usr/lib/ did not work at all for me.
Thanks for any help and I'm happy to post more information.
Cheers
Hi,
I am very new to linux, and frankly I do not know a whole lot about computers in general, as I'm entirely self taught, and that was all on windows. I really like the idea and concept of linux and ubuntu, and am in the process of learning. I have recently installed Ubuntu 8.04 LTS on an ex Vista computer at work (upon the urging by the boss). I can give more information on the system if needed. However, I think the problem may not be with the system. This is what I got. I installed the o/s and started downloading the updates from the list. As I tried to install Samba and Wine, all of a sudden things started to become complicated. As I'm doing this at work, and everyone is excited to 'play' with this new o/s, someone tried to download limewire as well, when I was away. I didn't see the error messages at that point, but they apparently had some message about java, and tried to shut everything down. Now when I came back, I get this message:
E: dpkg was interrupted you must manually run 'dpkg -- configure - a' to correct.
Problem E: _cache->open()failed
So, not knowing much about linux and even less about using the terminal, I did open the terminal, and typed in: dpkg--configure-a and hit enter. Then it tells me that that command is not found.
I have followed some other posts that deal with this problem, however, all the remedies that worked for them did not work for me. I could use some help, please. My other option is to just reinstall the o/s all over and start new. Thank you.
We have 20 systems and I installed SQUID proxy on CENTOS to limit internet access but I'm unable to configure LAN and WAN. We have got one router in the network with 192.168.1.1 as default gateway. I installed squid successfully but unable to configure it in client systems as I'm unable to configure LAN and WAN ips in CentOS.
Please suggest me correct configuration of LAN and WAN for my network. We don't have any static IP with us. What series of IPs do I have to configure in Linux server? After that, what would be my Proxy IP?
I have basic knowledge about Linux...
Please suggest me Conf file accordlingly.
Just installed unbuntu version 4.3.11(1)-release (x86_64-pc-linux-gnu). Wanted to set up another monitor with an usb vga adapter from j5create. Found this post http://how-to.cc/get-a-displaylink-v...h-ubuntu-12-04. Installed apt-get install xserver-xorg-video-displaylink -> got no green screen on reboot. Created X configuration file...nothing. Looked around some websites were telling me to install: sudo apt-get install xserver-xorg got:
The following packages have unmet dependencies:
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
First time I am trying Unbuntu getting already a little frustrated
Hi,
I am new to the installation of Linux, and wish to install 3 different distro's on the same hard disk.
I have installed Centos 7 successfully as follows :
The /boot is /dev/sda2
/dev/sda1 is listed as unknown so i assume it is the Master Boot Record with Grub installed. I do obtain the option to boot to the various kernels after updating the OS.
/dev/sda3 is a Linux LVM with the various partitions i required.
When i installed the CentOS 7 the installer stated an error about the bootable partition - which was effectively /boot, so i moved this to /dev/sda2.
What i am not sure about is that if i want to install 2 other Linux OS's will i run out of /dev/sdaX assignments ?.
I read somewhere that there are 4 maximum that can be used a /boot (SDA1, SDA2, SDA3, SDA4), so does this mean i can only install one other OS ?.
Any guidance gratefully received. Thanks.
Regards,
Richard.
We're unable to upgrade our environment beyond CentOS 5.10. This is a webserver that has certain reliances to the specific version of the OS, long story short.
I was asked to install a plugin for Redmine that requires at least ruby 1.8.7 so I cloned our VM as a new machine to test functional checkout. The problem is, the existing installation of Ruby was also installed ad hoc (not from any repo or yum methods) and it's currently at 1.8.5. The 1.8.7 version I tried to install gives me the following:
Quote:
# rpm -Uvf ruby-1.8.7.374-2.el6.x86_64.rpm warning: ruby-1.8.7.374-2.el6.x86_64.rpm: Header V3 RSA/SHA1 signatu NOKEY, key ID c105b9de error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby-libs = 1.8.7.374-2.el6 is needed by ruby-1.8.7.374-2.el6.x86_64 rpmlib(PayloadIsXz) <= 5.2-1 is needed by ruby-1.8.7.374-2.el6.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-irb-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-rdoc-1.8.5-31.el5_9.x86_64 ruby = 1.8.5-31.el5_9 is needed by (installed) ruby-ri-1.8.5-31.el5_9.x86_64
It appears as though this particular version was intended for CentOS 6 and, as I've known from previous experience, dependency hell is upon me. So, the question becomes, has anyone successfully upgraded ruby without tinkering with the OS version upgrade and, if so, might you have a HOWTO that prevents dependency hell? This, short of installing from source, is headed in the wrong direction real quick so I'm trying to stick with the RPM method. But, obviously, I'll listen to anything at this point.
I am working on LAR protocol, ns2 version = 2.32
OS = ubuntu 12.04
i successfully installed LAR NS on my system . but nam does not qork with ns-2.32 . so i tried to install with the following command
sudo make install nam ===> it successfully installed namv1.15 . but when i run box.tcl it is giving me the following error
SORTING LISTS ...DONE!
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 220.0
Segmentation fault (core dumped)
then i tried to remove the nam with this command sudo apt-get remove nam ==> removed
then i installed this nam from (nam_1.14_amd64.deb) . when i write nam it shows me network animator window v1.14 but segmentataion fault error remains the same .
I also tried to install nam-1.14.i586.tar.gz , first untar it and then the following command sudo cp nam /usr/local/bin but still the error .
i also tried with nam-1.14-x86_64.tar.gz but still no success.
if i dont use nam , then my box file runs successfully.
plz suggest me how to rectify this error.
Hello,
I am trying to install OCI8. I'm pretty sure the last thing I need to do is run the "./configure" command, but no matter where I try to run it, it gives me back a "file not found" or "command not found" error. I have tried this on CentOS and Fedora and always install PHP with yum. I have done many GUI searches looking through the file system for "php" and have tried to run ./configure in every php folder I can find but the command never runs. Any suggestions are very much appreciated. Thanks so much!
-Matt
P.S. Do I even need to do this if I already edited the "php.ini" file and installed OCI8 with PECL? Thanks!
I tried to install bluegriffon. Didn't work with apt-get install (error: unable to locate package bluegriffon).
I installed compiler (with apt-get install build-essential)
then I unpacked the "bluegriffon-1.7.2.Ubuntu13.04.x86_64.tar.bz2" that I downloaded from their website
then I changed to bluegriffon folder with the unpacked files and I tried to compile the package but the "./configure command" did not work (error : -su: ./configu No such file or directory)
What should I do now?
Hi all,
I'm once more trying my hand at Linux, but it's been so long that I've forgotten everything I learned last time and going back in again as a total newbie.
I tried out SteamOS first, but found it much too clunky for my tastes and, despite being based on Debian, seemed to have had a lot of functionality removed and inability to install some packages even after adding in Debian repos to the sources.list, so I ended up switching to vanilla 64-bit Debian 8 using KDE as my desktop. At first things were going good, managed to install the AMD Graphics Drivers and get Steam itself installed, along with downloading/installing a few games.
I then downloaded a game from gog.com but was getting an error message, which on looking it up appeared to be due to my only having 64-bit libraries for my graphics drivers and no 32-bit ones. I did some more Googling, ran some commands and did some apt-get installs (though sadly I can't recall exactly what they were) and eventually, the game launched fine and all appeared well.
The next time I started up my laptop though, Debian just boots straight to a full screen command line, not the desktop GUI that I want, and I have absolutely no idea how to either switch back to the GUI, or make it the default again. I'm not sure if I've somehow removed KDE, the xserver (I think?), somehow disabled one of them or just changed the startup preferences.
I'd really rather not have to reinstall the whole system again, so any suggestions will be very much appreciated!
Hi, So im quite new to linux and im not surprised as iv tried before to check it out and failed then (old computers problem) but i decided to have another go on a new comp recently.
UEFI mobo
Nvidia geforce 770 as output.
I need a duel boot of win7 & mint. Win7 is installed.
UEFI has caused me so many problems its just beyond me ! (i had never heard of it before i brought this comp)
booting Mint from a cd/dvd works fine.
booting from a USB fails with a blank or locked up screen at the first mint logo. (many tests with dif methods of creating live USB)
Installing mint with grub over the top of win boot loader fails , i get no options to choose between win & linux it boots straight to linux and then fails (same error as above)
I have a small SSD with win7 , there is not a lot of space on it so i want to install mint 17.1KDE on a different HDD.
After a month or so of reading testing reading testing etc i ended up getting mint installed on partitions i created on secondary HDD but i had to keep the windows boot loader in place and use easyBCD.
However now i get the choice of win7 or linux and windows still actually works (breakthrough ^^) BUT linux just crashes at boot (at the first logo) and then the monitor looses all signal?
I am soo frustrated. Mint will run of a CD but i can not get it to work in any other way , please help
Thx.