CentOS 5 :: Yum Repository Does Not Include Lua / Lighttpd?
May 14, 2009
Yum answers that it does not contain lighttpd or lua in the repositories (base,updates,addons,extra). Where can I find a repository containing these packages or should I revert to building myself ?
View 3 Replies
ADVERTISEMENT
May 7, 2010
what the procedure is to file bugs against slackware so I will post here. The rc.lighttpd I have works but the function to check if lighttpd is running has an exception when there's no lighttpd.
View 2 Replies
View Related
Jul 5, 2010
I'm using CentOS 5.5 64-bit. When I do "yum info mysql" or "yum info php" it doesn't list the latest version available. Is there a way for me to include more official repository in order to do the install via yum?
View 1 Replies
View Related
Jul 31, 2009
Is there a big difference? Which do you prefer?
View 1 Replies
View Related
May 26, 2010
I am running CentOS 5.5 Final on my VPS and IO am using lighttpd for a webserver. I am trying to find a way to upgrade this to the latest version using Yum.I want to find a repository that will allow me to upgrade to lighttpd-1.4.26-2.el5 with the required dependencies. I would also like to do the same for LUA 5.1.4.I have found older versions of lighttpd but not the latest in an RPM / Yum installable version. I have found tarballs and binary version but I am of the understanding that I should use yum to manage my packages to keep the system neat and easy to upgrade / remove etc. in future.
Can anyone advise me as to where I can find these programs and how I would connect to the right repository to get them.
View 1 Replies
View Related
Aug 20, 2010
I have been searching in the forum and google but still not lucky enough to figure out yetI have a lighttpd server runningbecause apache consume so much CPU and memory) andqmailtoaster (just setup).Here is the configuration in cgi modules:
Code:
cgi.assign = ( ".pl" => "/usr/bin/perl",
".cgi" => "/usr/bin/perl",
[code]....
View 2 Replies
View Related
Jul 31, 2010
This is what I did till now and all was installed with success:
yum update
wget [URL]
yum install lighttpd
chkconfig --levels 235 lighttpd on
/etc/init.d/lighttpd start
Must I configure something else too? if yes... what?
View 2 Replies
View Related
Mar 4, 2011
I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do
[Code]...
View 2 Replies
View Related
Apr 23, 2010
I installed centos 5.3 on my server one year back, it was getting update form yum till jan 2010. but now if i update it through yum it gives following error:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: ftp.jaist.ac.jp
* city-fan.org: download.virtensys.com
[Code].....
View 3 Replies
View Related
Jul 18, 2010
I am trying to install apache on centos-5-i386 (# yum install httpd) and get the following error:
==========================
[root@IDK3 /]# yum install httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirrors.tds.net
[Code].....
Edit: The url works if I leave out "repomd.xml" at the end; and the repomd.xml is exactly in that folder? i have downloaded the file but don't know how to use it.
View 1 Replies
View Related
Oct 25, 2010
Yum update do not respond and I get these exceptions. Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile [URL]... [Errno 14] HTTP Error 403: Forbidden
Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again I have search the forum but the suggestion have not help me resolve this issue. I tried both the mirrorlist and baseurl links in the CentOS-Base.repo file. I using proxy and have followed the instruction [URL]. When I run "yum --disablerepo "*" --enablerepo "rpmforge" list available" I get this
Loaded plugins: fastestmirror Error getting repository data for rpmforge, repository not found
View 1 Replies
View Related
May 18, 2010
I installed the aMSN 0.96 from yum install When I try to loggin, the aMSN required installation TLS module I selected Linux-x86_64, because I am using a IBM T400 notebook computer but the system replys: Installatiom TLS module error: Couldn't get [URL] So I went to the [URL] and downloaded the tls1.6-src.tar.gz But when I configure it. the system says: configure: error: bad ssl-dir: cannot find openssl/opensslv.h under /usr/include
Then I try to using yum to install openssl
The system replies:
[root@localhost tls1.6]# yum install openssl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
[Code].....
View 3 Replies
View Related
Nov 5, 2010
I'm trying to dynamically write command section stubs with a pre-script to be included via %include. The simplest of these contains the disk partitioning commands. Following the canonical examples,[URL].. for one, of this found in every source of documentation for RHEL/Fedora variants does not work. Anaconda attempts to prompt for interaction to get the partitioning scheme and a cmdline install stops with "In interactive mode parttype, can't continue". I've stripped things down to the following two cases:
%pre
cp /mnt/source/disks-ks.cfg /tmp/
%include /tmp/disks-ks.cfg
%post
[Code]...
View 9 Replies
View Related
Jul 11, 2010
What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?
View 1 Replies
View Related
Jul 8, 2010
I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib
View 2 Replies
View Related
Jun 26, 2011
Centos noob with fresh install of Centos 5 DVD on AMD w ATI Radeon 9250 /1 gb RAM/320gb HDD. Don't see an "installation" forum so posting here. Read here -> and following page which seems to indicate the default option on a new unformatted 320gb HD is suitable for most users, so selected it just to see. Install went fine. Using KDE as default desktop.cat /etc/fstab shows:
[root@centosdesktop user]# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
[code]....
View 6 Replies
View Related
Dec 22, 2009
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
[code]....
View 3 Replies
View Related
Jun 16, 2010
I am trying to edit the iptables to include some ports/ip for openfire server. The problem is the computer is very locked down with permissions...I logged in as ROOT with ID 0.Now the iptables has ROOT for permission BUT ID 1 which reflects BIN.As root i cant edit or chmod/chown the iptables. Here is what i tried:
1. change password of BIN - successfully changed with no errors BUT still cant su BIN with the new password...
2. tried changing the ID of ROOT to 1 but I dont have permission to use the command....
so anything i can do here??? I dont have permission with Shadow either...
View 3 Replies
View Related
Apr 16, 2010
I am installing a cluster which is hidden from the rest of the world and there is no router either froma general login node. I would therefore require a local repository of the updates to CentOS5.4. When I checked I only found instructions for a full mirror. As I have no room and neither the human resources to setup and maintain a full-blown mirror, this is not a solution. However if I try to find updates for 5.4 to download in a repository-type of way I fail to find a solution. Maybe I am just not looking in the right places.
View 1 Replies
View Related
Feb 14, 2011
I want to add a new external Repository and its GPG key from terminal (in one cmd). How do I do that in centOS? In Ubuntu there is a command:
sudo add-apt-repository ppa:foobar/ppa
What is the corresponding command in CentOS? How can I view the list of currently known Repositories of the local CentOS installation?
View 5 Replies
View Related
Aug 16, 2011
# ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc/httpd/conf/php.conf --with-zlib --with-mysqli=/usr/bin/mysql_config --enable-mbstring --with-mime-magic --with-mysql --with-libdir=lib32
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
since im installing it from depency package a libmysqlclient package is not present in default centos repository so that i needed to add my php repository to get the issue solved .can somebody say where i can get php centos repository
View 1 Replies
View Related
Feb 9, 2009
user of centOS and I would like to know how to make for having the installation DVD recognized in the tab "add/remove software".I want this to download ndiswrapper from the install DVD.
View 3 Replies
View Related
May 19, 2009
I'm working on a machine that does not have a network connection. Is it possible to set up the system to use the installation DVD as a repository so that I can add packages that I missed on initial install?
View 2 Replies
View Related
Jan 12, 2010
I don't want to disable it... I want to completely remove it, so it doesn't sneak back later. I don't see a yum --removerepo and Googling leads to instructions to disable.
View 9 Replies
View Related
Nov 14, 2010
I am going through creating a document on how to install Zoneminder on CentOS.So I decided I would do a new build and capture the output, dump it to a file, then post it.However, seems like sometime over the past 10 days or so when I did it last, one of the repos I use to download other software is now gone.I use this as an additional repository:Except, now it is not there anymore. Does anyone know its whereabouts? :)Some of the things I have downloaded from there which dont seem to be in the yum repos are: git, ffmpeg, htop
View 1 Replies
View Related
Feb 20, 2010
I am trying to add dag repository in Centos 5.3 for nagios according to this documents..
[URL]
but it is of no use... i dont know what is wrong...
how to install nagios in censtos 5.3? I am trying to install nagios with yum.
View 3 Replies
View Related
Feb 10, 2009
I saw in CentOs Documentation that the only Tomcat package available in CentOs 5 was Tomcat 5, I would like to know why CentOs 5 didn't support Tomcat 6. And what's more I would like to know whether last version of Tomcat (6.0.18) can be installed on CentOs 5, and if we can trust installation tutorial we can read on centOs How 2 page? And in addition, could you tell me why Tomcat 6 isn't provided in CentOs Yum repository ... Is there a no working reason?
View 3 Replies
View Related
Apr 22, 2009
I have managed to blow up something trying to follow this:http://wiki.centos.org/AdditionalResources/Repositories/RPMForgeHere is what i get when i try: yum update
Quote:Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nuvio.com
[code]....
View 4 Replies
View Related
Oct 29, 2009
I'm making my own yum repository - firstly so that all the machines I administer can be updatedvia the internal network, secondly so that I can test any updates on a spare machine before passing them on, and thirdly so that I can add my own repo for internal software.
I've created the necessary folders under my webserver, and used rsync to update them from my local CentOS mirror, following the instructions at [URL]
I notice it says to run "createrepo" on the base repository, created by copying the rpms from release DVD.
When I rsynced the updates repo, but I notice that the files in repodata are very small. In fact, having a look inside them, filelists.xml contains no file details. But if I run createrepo in the updates directory, filelists.xml gets lots of file details inside it.
I wondered if maybe the local mirror hadn't been updated properly, but checking against mirror.centos.org shows that has the same files.
how does the (real, live, CentOS) updates repo work when there is nothing in the filelists?
View 11 Replies
View Related
Jul 14, 2010
My OS is Cent OS 5 server and I'm trying to find mingw32 in the repositories of Cent OS 5, but not found.
Do you know any repository with mingw32?
View 1 Replies
View Related