Results 1 to 2 of 2
Hi,
I tried to install swish-e-2.4.2.tar.gz but How can I cross check this..
procedure which I used to install ,
1)package under user home dir
$ /home/xyz
ls
swish-e-2.4.2.tar.gz
2) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-29-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
Installation of swish-e-2.4.2.tar.gz
Hi,
I tried to install swish-e-2.4.2.tar.gz but How can I cross check this..
procedure which I used to install ,
1)package under user home dir
$ /home/xyz
ls
swish-e-2.4.2.tar.gz
2) $ tar -xvzf swish-e-2.4.2.tar.gz
3)$ cd swish-e-2.4.2
4)$ ./configure
5)$ make
6)$ make check
7) su - root
#make install
9)#exit
but here when I use this command then is it not showing me swish version
10)$ swish-e -V
as a result this is showing swish no command found where as per document this must show me version of swish
I am using Redhat Linux 7.3
when I tried to copy /usr/local/lib to /etc/ld.so.conf
then it shows cp omitting /usr/local/lib
so please let me clear Can my swish-e is install properly??? then how to cross check it if not then explation how to do that
Regards-
Mahesh
[/b]
- 07-31-2005 #2
Do this during the configure step:
Code:./configure --prefix=/usr


Reply With Quote
