Results 1 to 2 of 2
hi, i'm running suse 9.1 pro using KDE. Im trying to install the PDV app. I extracted the file to /usr/local/usr and after trying to configure the file, this is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-20-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 3
Installing PDV(Payload Delivery Vehicle)
hi, i'm running suse 9.1 pro using KDE. Im trying to install the PDV app. I extracted the file to /usr/local/usr and after trying to configure the file, this is what I get:
enrique007@linux:/usr/local/src/pdv-1.2> ls
aclocal.m4 configure Makefile.in pdv.h stamp-h
AUTHORS configure.in Makefile.pkg pdv.lsm stamp-h.in
ChangeLog COPYING missing pdvmkpkg.c test
config.cache extra.mk mkinstalldirs pdv.spec version.h
config.h INSTALL NEWS pkginfo.src
config.h.in install-sh pdv.1 pkgproto
config.log Makefile pdv.c port.c
config.status Makefile.am pdv_fixed.c README
enrique007@linux:/usr/local/src/pdv-1.2> more install
install: No such file or directory
enrique007@linux:/usr/local/src/pdv-1.2> ./configure
./configure: line 414: ./config.log: Permission denied
enrique007@linux:/usr/local/src/pdv-1.2>
I'm new with Linux so i'm not really sure what the problem will be. anyone can give me a hand?
thanks,
E.
- 10-20-2004 #2
Try extracting it in your home directory and doing this:
You can use make anywhere...make install is what puts the executables and libraries where they need to be for system-wide usage (hence su to become root).Code:./configure (from the dir that you extracted it to) make su make install
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
