Page 1 of 1

Shell Error? ./Config Error

Posted: Mon Feb 28, 2005 7:28 am
by Silver-enchat
Getting this error at the end of the ./Config

* TRE options

Development-time debugging: no
System regex ABI compatibility: no
Wide character (wchar_t) support: no (disabled with --disable-wchar)
Multibyte character set support: no (disabled with --disable-multibyte)
Approximate matching support: yes
Build and install agrep: no

compiling TRE regex library
make: Permission denied
installing TRE regex library
make: Permission denied

is this a shell problem or Unreal ( make: Permission denied )

i am trying to Re-install Unreal3.2.2b after i delete it completely
it has been running fine on this server for 2 weeks..
Previous install on this server went Smoothly/

thank you

Posted: Mon Feb 28, 2005 9:57 am
by Dukat
Please don't double post ( http://forums.unrealircd.com/viewtopic.php?p=8909#8909 ) :?

Check if your unreal root directory is writeable.
The script can't install our regexp library to extras/regexp/, hence the error.

Posted: Mon Feb 28, 2005 11:56 am
by Silver-enchat
[enchat@phoenix:~] $ ls -l -a
total 6046
drwxr-x--x 19 enchat wheel 512 Feb 27 22:04 .
drwxr-x--x 27 root wheel 1024 Feb 22 14:51 ..
drwx------ 12 enchat wheel 1536 Feb 28 01:38 Unreal3.2

if i am correct, this shows my Root is Writeable
as are the following...

drwx------ 5 enchat wheel 512 Feb 28 01:37 extras
drwx------ 4 enchat wheel 512 Feb 28 00:38 regex
drwxr-xr-x 11 enchat wheel 1024 Feb 28 01:37 tre-0.7.0

any other thoughts ...??
thank you for your help

Posted: Mon Feb 28, 2005 12:09 pm
by Dukat
gmake (or make) is executable and accessible for your user? (I guess yes, because the Config script didn't fail earlier)
Strange... :(