Results 1 to 2 of 2
i'm trying to install module-init-tools-3.2.2 in fedora core 6.
when i read the intsall file , and follow the instruction i perform the following :
unpackage the .tar.bz2 folder cd ...
- 07-09-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 9
installation error
i'm trying to install module-init-tools-3.2.2 in fedora core 6.
when i read the intsall file , and follow the instruction i perform the following :
- unpackage the .tar.bz2 folder
- cd to the new folder
- ./configure
- Type `make' to compile the package.
- Type `make install' to install the programs and any data files and documentation.
----------------------------------------------------------------------------------------------------------------------
make[1]: Entering directory `/home/linux/Desktop/module-init-tools-3.2.2'
/bin/sh ./mkinstalldirs /usr/local/bin
/bin/sh ./install-with-care lsmod /usr/local/bin/lsmod
install-with-care lsmod /usr/local/bin/lsmod
install: cannot create regular file `/usr/local/bin/lsmod': Permission denied
make[1]: *** [install-binPROGRAMS] Error 1
make[1]: Leaving directory `/home/linux/Desktop/module-init-tools-3.2.2'
make: *** [install-am] Error 2
---------------------------------------------------------------------------------------------------------------------
any idea.
- 07-09-2007 #2
What is the command you are using to configure or install this. For example:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install
If you paste this I can tell you the correct command to probably fix your issue$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6


Reply With Quote
