Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'I installed it (i think) but it does not work.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
I installed it (i think) but it does not work.
Authored by: david-bo on Nov 26, '02 09:24:32AM

I did specify /usr/local/bin to configure but mtr still ended up in /usr/local/sbin?

This is how I run ./configure

% ./configure --bindir=/usr/local/bin --mandir=/usr/local/share/man

And this is how the beginning of the Makefile looks:

SHELL = /bin/sh

srcdir = .
top_srcdir = .
prefix = /usr/local
exec_prefix = ${prefix}

bindir = /usr/local/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = /usr/local/share/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/mtr
pkglibdir = $(libdir)/mtr
pkgincludedir = $(includedir)/mtr

top_builddir = .

ACLOCAL = aclocal
AUTOCONF = autoconf
AUTOMAKE = automake
AUTOHEADER = autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
CC = gcc
CURSES_OBJ = curses.o
GTK_CFLAGS =
GTK_CONFIG = no
GTK_LIBS =
GTK_OBJ =
MAKEINFO = makeinfo
PACKAGE = mtr
POST_UNINSTALL = :
CC = gcc
CURSES_OBJ = curses.o
GTK_CFLAGS =
GTK_CONFIG = no
GTK_LIBS =
GTK_OBJ =
MAKEINFO = makeinfo
PACKAGE = mtr
VERSION = 0.51

SUBDIRS = img

sbin_PROGRAMS = mtr
man_MANS = mtr.8


Really does not matter, /usr/locar/sbin was in my path as well, jut curious why this happened. Ideas?



[ Reply to This | # ]