The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-01-2008
bnjtech bnjtech is offline
Registered User
 

Join Date: Feb 2008
Posts: 1
GDBM issues

I am having almost the same issue, except I am using a PowerMac G4 running 10.4.11 (last Tiger update), and it is giving a bin error not root.

Error Message:
/usr/bin/install -c -m 644 -o bin -g bin gdbm.h \
/usr/local/include/gdbm.h
install: bin: Invalid argument
make: *** [install] Error 67

Help would be greatly appreciated, trying to get ntop up and running, this is the last issue!

Quote:
Originally Posted by Shan Hollen View Post
I'm trying to install gdbm on a MacPro running Leopard. But when I do the make install, I get this error:

/usr/bin/install -c -m 644 -o root -g root gdbm.h \
/usr/include/gdbm.h
install: root: Invalid argument
make: *** [install] Error 67

Any ideas?

Thanks
Reply With Quote