Hi ALL, Who is in charge of lighttpd-1.4.12 for Fedora Core 5? I want FC5 RPM! ------------------------ Best Regarrds, Vladimir
on 02.10.2006 05:42
on 02.10.2006 08:55
Vladimir wrote: > Hi ALL, > > Who is in charge of lighttpd-1.4.12 for Fedora Core 5? > > I want FC5 RPM! > > ------------------------ > Best Regarrds, Vladimir Well you're not alone. In the end, I gave up and compiled it myself. By default it installs inside /usr/local so it won't interfere with your rpm. You just then need to change the location of the binary in /etc/rc.d/init.d/lighttpd.
on 02.10.2006 10:36
Richard Warburton wrote: > Vladimir wrote: >> Hi ALL, >> >> Who is in charge of lighttpd-1.4.12 for Fedora Core 5? >> >> I want FC5 RPM! >> >> ------------------------ >> Best Regarrds, Vladimir > > Well you're not alone. In the end, I gave up and compiled it myself. > By default it installs inside /usr/local so it won't interfere with your > rpm. You just then need to change the location of the binary in > /etc/rc.d/init.d/lighttpd. I also gave up and compiled from source. I don't use Fedora anymore though - I switched to CentOS and would recommend any Fedora user running a web server to do the same. (But that's another story...)
on 04.10.2006 02:06
Vladimir wrote: > Hi ALL, > > Who is in charge of lighttpd-1.4.12 for Fedora Core 5? > > I want FC5 RPM! > > ------------------------ > Best Regarrds, Vladimir You can compile the tarball into an RPM. Just use the command, rpmbuild -tb lighttpd-1.4.12.tar.gz. The resulting RPM, should be in /usr/src/redhat/RPMS/i386/.
on 04.10.2006 08:27
Vladimir wrote: > Hi ALL, > > Who is in charge of lighttpd-1.4.12 for Fedora Core 5? > > I want FC5 RPM! > > ------------------------ > Best Regarrds, Vladimir This should work on FC5: http://rpmfind.net//linux/RPM/fedora/devel/i386/lighttpd-1.4.12-1.fc6.i386.html Distribution: Fedora Extras
on 04.10.2006 14:53
Ir Pr wrote: > Vladimir wrote: >> Hi ALL, >> >> Who is in charge of lighttpd-1.4.12 for Fedora Core 5? >> >> I want FC5 RPM! >> >> ------------------------ >> Best Regarrds, Vladimir > > This should work on FC5: > http://rpmfind.net//linux/RPM/fedora/devel/i386/lighttpd-1.4.12-1.fc6.i386.html > > Distribution: Fedora Extras I have made my RPMs available also: https://www.kevinworthington.com/?p=153 My RPMs have everything compiled in, except for memcache. Read the blog post for details. Thanks, Kevin
on 07.10.2006 11:09
As I remember, yum install lighttpd worked nicely for me.
on 07.10.2006 11:36
> I don't use Fedora anymore though - I switched to CentOS and would > recommend any Fedora user running a web server to do the same. (But > that's another story...) I am presently using FC5. Planning to host some serious website on some US based dedicated servers. Thinking which OS to go for, came across your tips. A bit of elaboration would be of help to me... thanks sanjay
on 10.10.2006 05:01
Kevin Worthington wrote: > I have made my RPMs available also: > http://www.kevinworthington.com:8181/?p=153 > > My RPMs have everything compiled in, except for memcache. Read the blog > post for details. > > Thanks, > Kevin Hi, tried your RPM: #rpm -i lighttpd-1.4.12-1.KWEL4.i386.rpm lighttpd-fastcgi-1.4.12-1.KWEL4.i386.rpm error: Failed dependencies: libcrypto.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 liblber-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 libldap-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 libssl.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 Although LDAP and lber aren't installed, I see libcrypto.so.6 and libssl.so.6 in my /lib directory. Shouldn't a .6 be ok? Cheers.
on 10.10.2006 08:32
Richard Warburton wrote: > Kevin Worthington wrote: >> I have made my RPMs available also: >> http://www.kevinworthington.com:8181/?p=153 >> >> My RPMs have everything compiled in, except for memcache. Read the blog >> post for details. >> >> Thanks, >> Kevin > > Hi, tried your RPM: > #rpm -i lighttpd-1.4.12-1.KWEL4.i386.rpm > lighttpd-fastcgi-1.4.12-1.KWEL4.i386.rpm > error: Failed dependencies: > libcrypto.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 > liblber-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 > libldap-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 > libssl.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 > > Although LDAP and lber aren't installed, I see libcrypto.so.6 and > libssl.so.6 in my /lib directory. Shouldn't a .6 be ok? > > Cheers. Do you have the devels installed of those versions? I know that lighttpd won't compile unless the devels are installed.
on 10.10.2006 13:18
Michael F. wrote: <snip> >> Hi, tried your RPM: >> #rpm -i lighttpd-1.4.12-1.KWEL4.i386.rpm >> lighttpd-fastcgi-1.4.12-1.KWEL4.i386.rpm >> error: Failed dependencies: >> libcrypto.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 >> liblber-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 >> libldap-2.2.so.7 is needed by lighttpd-1.4.12-1.KWEL4.i386 >> libssl.so.4 is needed by lighttpd-1.4.12-1.KWEL4.i386 >> >> Although LDAP and lber aren't installed, I see libcrypto.so.6 and >> libssl.so.6 in my /lib directory. Shouldn't a .6 be ok? >> >> Cheers. > > Do you have the devels installed of those versions? I know that lighttpd > won't compile unless the devels are installed. Here are the dependencies with their corresponding package versions on my build system (RHEL4): libcrypto.so.4 --> openssl-devel-0.9.7a-43.14 liblber-2.2.so.7 --> openldap-2.2.13-6.4E libldap-2.2.so.7 --> openldap-2.2.13-6.4E libssl.so.4 --> openssl-devel-0.9.7a-43.14 openssl-0.9.7a-43.14 and openldap-devel-2.2.13-6.4E are probably worth installing too, to be on the safe side. Let me know if you need more help. Regards, Kevin

