![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to stat X-Server on AIX 5.3 ??? | touny | AIX | 5 | 11-20-2007 07:29 AM |
| Hi errno in sys/stat.h | vijlak | High Level Programming | 6 | 11-11-2006 09:13 PM |
| sort can't stat error. | radhika | Shell Programming and Scripting | 5 | 06-03-2005 12:34 AM |
| Cannot stat? | lgardner | UNIX for Dummies Questions & Answers | 1 | 05-27-2005 05:05 PM |
| stat() fails!!! what can i do? | solvman | High Level Programming | 3 | 02-06-2002 05:17 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Cannot Stat Error
I'm not sure where to post this so I'll try it here.
I'm trying to load a software package to my server and I keep getting a cannot stat error. I'll post the error line below along with my configuartaion line. Can anyone help or point me in the right direction. Thanks! This is the error. root@host [/home/tilted8c/backtalk-1.4.9]# make install-scripts(cd (cd script; make install-scripts)mak make[1]: Entering directory `/home/tilted8c/backtalk-1.4.9/script'../ ../install-sh -d -o nobody -m 755 /home/tilted8c/script/us /usr/bin/install -c -o nobody -m 644 config.bt /home/tilted8c/script/us /usr/bin/install -c -o nobody -m 644 peek.bt /home/tilted8c/script/us /usr/bin/install -c -o nobody -m 644 begin.bt /home/tilted8c/scriptfor for dir in lib public pistachio pistachio/help abalone admin email event; do \ ../install-sh -d -o nobody -m 755 /home/tilted8c/script/$dir; \ for file in $dir/*.bt; do \ /usr/bin/install -c -o nobody -m 644 $file /home/tilted8c/script/$file; \ done; \don done/us /usr/bin/install: cannot stat `event/*.bt': No such file or directorymak make[1]: *** [install-scripts] Error 1mak make[1]: Leaving directory `/home/tilted8c/backtalk-1.4.9/script'mak make: *** [install-scripts] Error 2roo root@host [/home/tilted8c/backtalk-1.4.9]# Here is my configure command env CPPFLAGS=-I/usr/include/mysql LDFLAGS=-L/usr/lib/mysql \ ./configure --with-mysql ./configure --htmldir=/home/tilted8c/public_html --htmlurl=http://www.tilted8.com --cgidir=/home/tilted8c/cgi-bin --cgiurl=http://www.tilted8.com/cgi-bin --httpd-id=nobody --owner-id=nobody --prefix=/home/tilted8c --login=form --auth=sql --ident=authfile --session=file --with-sql --enable-edituser --enable-attachments --with-sendmail --with-aspell --userlevels=1 --with-mysql --with-suexec I can provide the entire output if necessary. thanks again Homer |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|