Thanks Santiago, I got helps from someone in our university to convert it to a rpm. The installation was smooth -- "100%" ... "installed". Although "rpm -qa smartlist" gives "smartlist-3.15-21" but I cannot find where it is installed. I suppose it is the binaries (everything in ~smartlist/.bin) got installed. Could you give more hints as how to piece things together with rpm install? Thanks, Zhiliang On Wed, 19 Aug 2009, Santiago Vila wrote:
Date: Wed, 19 Aug 2009 00:01:44 +0200 (CEST) From: Santiago Vila <sanvila@unex.es> To: dmacdoug <dmacdoug@usc.edu> Cc: Zhiliang Hu <hu@animalgenome.org>, smartlist@lists.RWTH-Aachen.DE Subject: Re: 64 bit?
On Tue, 18 Aug 2009, dmacdoug wrote:
I don't believe it needs to be compiled. It's all a bunch of procmail scripts. [...]
Plus a small executable binary having five different names: multigram, flist, senddigest, idhash and choplist (hardlinked to each other). So yes, it needs to be compiled. The main problem is the convoluted build system, which is mostly shared with (or inherited from) procmail.
One thing that might work is to take the Debian package and convert it into an rpm using alien. In case it helps, here it is:
http://ftp.debian.org/debian/pool/main/s/smartlist/smartlist_3.15-20_amd64.d...
I got helps from someone in our university to convert it to a rpm. The installation was smooth -- "100%" ... "installed". Although "rpm -qa smartlist" gives "smartlist-3.15-21" but I cannot find where it is installed.
I suppose it is the binaries (everything in ~smartlist/.bin) got installed. Could you give more hints as how to piece things together with rpm install?
Try rpm -ql smartlist Not that I use rpm myself, but google says that's the equivalent of "dpkg -L". Documentation is at /usr/share/doc/smartlist, and all the paths have been modified to reflect what is used in the Debian package (for example, the home directory for the lists is /var/list).
participants (2)
-
Santiago Vila
-
Zhiliang Hu