Unable to install package httpd in Salix 14.1 (i486)

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
ccpplinux
Posts: 2
Joined: 30. Jan 2018, 16:15

Unable to install package httpd in Salix 14.1 (i486)

Post by ccpplinux »

Hi all,
Whenever I am running the command sudo spi -i httpd then I am getting message that no such package httpd. However on the website https://packages.salixos.org/#! when I am searching for package httpd for 14.1, i486 then it is displaying that the package httpd is available in repository Slackware 14.1 (i486). At this moment I am using the repository http://mirrors.xmission.com/salix/i486/14.1/. So can you please help how to install httpd in such case?

Best Regards ...
Pankaj Kumar
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

Re: Unable to install package httpd in Salix 14.1 (i486)

Post by ibka »

Hi
Have you run the following command before trying to install httpd?
sudo spi -u

Regards
Image
ccpplinux
Posts: 2
Joined: 30. Jan 2018, 16:15

Re: Unable to install package httpd in Salix 14.1 (i486)

Post by ccpplinux »

ibka wrote:Hi
Have you run the following command before trying to install httpd?
sudo spi -u

Regards
Yes. I have run the command sudo spi -u before installing httpd.
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

Re: Unable to install package httpd in Salix 14.1 (i486)

Post by ibka »

I tried to install httpd on an installation with the same mirror and it worked so its not a mirror problem.
if you run "spi httpd" you should get something like this:

Code: Select all

Available packages:
httpd [Not installed]: httpd (The Apache HTTP Server)

Available SlackBuilds:
apachetop [Not installed]: ApacheTop (top-like display for httpd)
bozohttpd [Not installed]: bozohttpd (simple and lightweight HTTP server)
darkhttpd [Not installed]: darkhttpd (simple and lightweight HTTP server)
goaccess [Not installed]: goaccess (httpd log analyzer)
libmicrohttpd [Not installed]: libmicrohttpd (HTTP server C library)
lighttpd [Not installed]: lighttpd (Light, fast, and secure webserver)
lighttpd2 [Not installed]: lighttpd2 (Light, fast, and secure webserver)
mod_dnssd [Not installed]: mod_dnssd (dns-sd/zeroconf/avahi module for httpd)
thttpd [Not installed]: thttpd (the tiny/turbo/throttling HTTP server)
You can also try "sudo slapt-get -i httpd" to check if its spi that is corrupt.
Image
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Unable to install package httpd in Salix 14.1 (i486)

Post by djemos »

try this to see if it works.

Code: Select all

sudo spi --clean
sudo spi -u
sudo spi -i httpd
Post Reply