Help - Search - Members - Calendar
Full Version: Urchin Install Problems, Seg Fault Line 1278
The Planet Forums > Control Panels > Urchin
CyberSEAL
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
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
I was installing the latest version from tarball, retrieved from the Urchin/Google site.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.