[rt-users] Problem installing rt3...help!

Jesse Vincent jesse at bestpractical.com
Tue Apr 1 09:37:51 EST 2003



On Tue, Apr 01, 2003 at 07:56:53AM -0600, jkaufman at footlocker.com wrote:
> Hello rt-users!
> 
> I have followed the development on rt3 quite closely for some time and I
> figured I would give it a try now that it's stable..
> Unfortunately, I can't get it installed at the moment, so hopefully someone
> on the list would know how to help me...
> 
> Here is the problem..
>       rt-test-dependencies --with-mysql --with-fastcgi is ok.
>       make install gives the following error:
> cp -rp ./local/html/* //data/htdocs/base/rt3/local/html
> cp: ./local/html/*: A file or directory in the path name does not exist.
> make: [local-install] Error 1 (ignored)
> cp -rp ./local/po/* //data/htdocs/base/rt3/local/po
> cp: ./local/po/*: A file or directory in the path name does not exist.
> make: [local-install] Error 1 (ignored)

Those two errors are ignored because the directories don't need to get
copied over. They only get copied if you've got a locally modified
source directory with pre-existing customizations.


> cp -rp ./README //data/htdocs/base/rt3/share/doc
> # Make the libraries readable
> make: *** [fixperms] Error 1
>

My guess there is that for some reason, you don't have a user or group
that RT is trying to chmod something to.

-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the rt-users mailing list