CyberSEAL
Jul 3 2006, 07:15 PM
CODE
Setting file ownership and permission
./install.sh: line 1278: 3346 Segmentation fault "$INSTALLDIR/util/inspector" -R
I see that error during the install process. Web admin area inaccessible after install. Anyone else conquered this problem? I found a few unresolved posts on this.
a1legend
Jul 3 2006, 10:55 PM
First Login As root user
Then Check the old version already install in your server If old version is install then first remove it
then do following way
To install from tarball:
* Untar Urchin-0.92.tar.gz and enter the directory
$ tar xvzf Urchin-0.92.tar.gz
$ cd Urchin-0.92
To install from CVS:
* In a directory of your choice, create and enter a directory called cvs_urchin:
$ mkdir cvs_urchin
$ cd cvs_urchin
* In cvs_urchin, run:
$ cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/urchin checkout urchin
* Enter the directory
$ cd urchin
Note that there are currently (August 20, 2004) some problems with Sourceforge CVS access. During the outage, you can get the latest development code snapshot by downloading Urchin-dev-20040820.tar.gz from the project download page.
Then:
* Install the Urchin perl modules
$ perl Makefile.PL
$ make
$ make test
$ make install
CyberSEAL
Jul 3 2006, 11:42 PM
I was installing the latest version from tarball, retrieved from the Urchin/Google site.