Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

problem while running "make install" #27

Open Prophidys opened 9 years ago

Prophidys commented 9 years ago

From peter...@gmail.com on February 10, 2012 07:08:07

Hello,

I'm trying 0.9.2 version on Centos 6 (32bit).

I think i have all packages installed. ./configure and make goes OK but than make install returns errors:

/usr/bin/install -c -m 644 README targetconverter.php dbprune.tar.gz populate.pl '/usr/local/rtg/contrib' /usr/bin/install: README' and/usr/local/rtg/contrib/README' are the same file /usr/bin/install: targetconverter.php' and/usr/local/rtg/contrib/targetconverter.php' are the same file /usr/bin/install: dbprune.tar.gz' and/usr/local/rtg/contrib/dbprune.tar.gz' are the same file /usr/bin/install: populate.pl' and/usr/local/rtg/contrib/populate.pl' are the same file make[2]: * [install-contribDATA] Error 1 make[2]: Leaving directory `/usr/local/rtg/contrib' make[1]: * [install-am] Error 2 make[1]: Leaving directory`/usr/local/rtg/contrib' make: *\ [install-recursive] Error 1

Thanks for help Peter

Original issue: http://code.google.com/p/rtg2/issues/detail?id=27

Prophidys commented 9 years ago

From ced.leco...@gmail.com on February 15, 2012 00:19:14

Hello,

Have you make a older install of rtg before this install ? Can you try to empty the folder /usr/local/rtg/contrib/ before installing RTG.

I will see soon why the make install crash on this folder.

Cedric

Prophidys commented 9 years ago

From peter...@gmail.com on February 15, 2012 02:39:42

Hello,

I noticed that here https://code.google.com/p/rtg2/downloads/list is a source RPM package, so i forgot do built it.

Now i have rpm packages: rtg2-0.9-2.el6.i386 rtg2-devel-0.9-2.el6.i386 rtg2-plot-0.9-2.el6.i386 rtg2-poll-0.9-2.el6.i386

and folder including php files for web.

I installed all packages but I see there is no standard /usr/local/rtg folder created? Do I have to first install 0.9 version?

This is my second install of rtg (I tried rtg 0.7.4), and I am a little confused. Do I have to have Postgresql installed? Why? Ofcourse I'm using MySQL. Does anyone have install instructions for 0.9.2 version (from zero)? All I have is http://rtg.sourceforge.net/docs/rtgreadme.html THANKS!

Peter

Prophidys commented 9 years ago

From ced.leco...@gmail.com on February 16, 2012 05:57:27

Hello,

The project is a little chaotic and you should be patient to have a working rtg :-)

You don't have to install a previous version to make your RTG working. You have to choose between postgreSQL and MySQL, if you have MySQL all is OK.

If you install the RPM logically you have the differents binary in /opt/rtg/. I'm doing a install instruction from scratch but it's for debian and not finish ... you can find my work in the wiki.

Cédric

Owner: ced.leco...@gmail.com