LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-20-2018, 04:57 AM   #1
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Has anyone come across swish-e?


I've been a user of swish-e for many years. It's used on my desktop so has no external exposure - I hope.

It's not had an update since April 2009 - version 2.4.7. It's never been in slackBuilds.org. It's web page has been archived. The last entry in the E-mail Discussion List was from 2008. So no longer supported and probably nobody else uses swish-e except me. I find it useful.

The zlib (1.2.11) update on Slackware stable broke swish-e. Zlib introduced a new function called uncompress2 which conflicted with the swish-e internal uncompress2. I was heartbroken.

It was a simple fix to swish-e to rename it's internal uncompress2 to uncompressS. So I've now got swish-e back up and running.

Not sure how to move forward -
  1. stick with swish-e and fix as and when it needs fixing
  2. move on to something similar that is supported.

Last edited by aikempshall; 11-20-2018 at 04:58 AM. Reason: implicit mention of swish-e
 
Old 11-20-2018, 06:50 AM   #2
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by aikempshall View Post
Not sure how to move forward -
  1. stick with swish-e and fix as and when it needs fixing
  2. move on to something similar that is supported.
I cannot help you regarding that question but maybe that page https://www.mediawiki.org/wiki/Fulltext_search_engines could be of any help if you are looking for alternatives to SWISH-E.
 
Old 11-20-2018, 07:03 AM   #3
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
Perhaps you can also make a patch for this problem. Other SWISH-E users (whatever this program is) might find it helpful too.
 
Old 11-23-2018, 02:41 AM   #4
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
This might be something to check out?

http://swishplusplus.sourceforge.net/
 
Old 11-23-2018, 02:49 AM   #5
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
^ Actually SWISH++ doesn't seem to be more maintained than Swish-e.
According to https://sourceforge.net/projects/swi...swishplusplus/, last update was on 2008-01-25.
But maybe there is no uncompress2 conflict with that version, I don't know...
 
Old 11-23-2018, 03:25 AM   #6
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Original Poster
Rep: Reputation: 153Reputation: 153
Have found a "later" version of swish-e on github from 2016. I think it was set up to address a memory fault in swish-e. Though I didn't suffer from the memory fault on my desktop it did occur consistently when I was running in virtualbox.

I did drop an email to the person that set up swish-e on github, but have had no reply.

I've cloned swish-e locally. I could push my patch up to github, though I doubt it will get very far if no one's maintaining it. I could fork.
 
Old 11-23-2018, 03:46 AM   #7
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
^ https://github.com/uddhab/swish-e ?
 
Old 11-24-2018, 08:06 PM   #8
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Practically the definition of OT....

Quote:
Has anyone come across swish-e?
I'm old enough where I laughed reading that.
 
Old 11-26-2018, 03:04 AM   #9
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Original Poster
Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by Richard Cranium View Post
Practically the definition of OT....



I'm old enough where I laughed reading that.

This reply is a bit too cryptic for me!
 
1 members found this post helpful.
Old 11-27-2018, 09:56 AM   #10
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
I'm having trouble reaching the github address for swish-e with a browser. Could l0f4r0 post a git-cloneable address, please. I have a weak spot for snapshots from old, abandoned projects. Or any sort of link/attachment to the sources for swish-e.
 
Old 11-27-2018, 10:52 AM   #11
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by gnashley View Post
I'm having trouble reaching the github address for swish-e with a browser. Could l0f4r0 post a git-cloneable address, please. I have a weak spot for snapshots from old, abandoned projects. Or any sort of link/attachment to the sources for swish-e.
For you to clone with HTTPS: https://github.com/uddhab/swish-e.git
But please note that I don't know anything about SWISH-E (I was just trying to determine the "later version of swish-e on github from 2016" that aikempshall was speaking about) so I cannot be sure this address is reliable and is the most relevant starting point...
 
Old 11-27-2018, 10:54 AM   #12
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Original Poster
Rep: Reputation: 153Reputation: 153
I cloned mine using
Code:
git clone  https://github.com/uddhab/swish-e.git uddhab
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2.2 - Request header read timeout - Anyone come across this? nonshatter Linux - Newbie 3 11-12-2010 03:25 PM
Creating a search form using swish-e shivkiyer Linux - Software 0 10-20-2008 01:38 AM
Problems installing SWISH++ god_is_good478 Linux - Software 1 07-17-2008 12:31 AM
LXer: Quick PDF sorting and searching: SWISH++ LXer Syndicated Linux News 0 11-27-2007 07:10 PM
Swish Lite problems... worldgnat Linux - Software 4 08-31-2005 12:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration