View Issue Details

IDProjectCategoryView StatusLast Update
0002606unrealinstallingpublic2005-08-19 14:42
ReporterMonem Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.2 
Summary0002606: Compiling problem ..
DescriptionWhen am trying yo compile unrealircd its giving me errors ... below I have pasted some lines of ./Config and make ...

Configuration summary
=====================

TRE is now configured as follows:

* Compilation environment

  CC = gcc
  CFLAGS = -g -O2 -Wall
  CPP = gcc -E
  CPPFLAGS =
  LD = /usr/bin/ld
  LDFLAGS =
  LIBS =
  Use alloca(): yes

* 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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/modules/Makefile
config.status: creating unreal
config.status: creating ircdcron/ircdchk
config.status: creating include/setup.h
-----------------------------------------------------------------------------
[bdweb@shellfx:~/Unreal3.2]$ make
Building src
gcc -I../include -I/home/bdweb/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -I/usr/local/include -DZIP_LINKS -export-dynamic -L/usr/local/lib -DFD_SETSIZE=11000 -c auth.c
In file included from auth.c:21:
../include/struct.h:68:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:804: error: syntax error before "regex_t"
In file included from auth.c:21:
../include/struct.h:1210: error: syntax error before "regex_t"
../include/struct.h:1292: error: syntax error before "regex_t"
*** Error code 1

Stop in /usr/home/bdweb/Unreal3.2/src.
*** Error code 1

Stop in /usr/home/bdweb/Unreal3.2.
3rd party modules

Activities

Stealth

2005-07-30 05:01

reporter   ~0010288

Last edited: 2005-07-30 05:02

This is answered in the FAQ.
Please read: http://www.vulnscan.org/UnrealIrcd/faq/#75

EDIT: Uhg, there is a # sign between the / and 75

Monem

2005-07-30 05:42

reporter   ~0010289

Hello,

Before I submit that issue I read all the FAQ but they are not helping me that much. I put everything ok in ./Config and as well I also check my date and its set to ....

[bdweb@shellfx:~]$ date
Sat Jul 30 09:19:53 PDT 2005

Monem

2005-07-30 05:47

reporter   ~0010290

Also note that while am compiling as root then am not getting any error. But when am trying to compile as a user its giving me error.

Dukat

2005-07-30 06:39

reporter   ~0010291

make: Permission denied
--> Obviously a permissions problem...

The user "bdweb" doesn't have access to some ressource... That's why it works as root...

Monem

2005-07-30 07:15

reporter   ~0010292

Yeah I can see that. But how can I fix that? I have just added the user and then trying to compile unreal. The user is in wheel group.

syzop

2005-07-30 20:16

administrator   ~0010294

chown -R user:group /path/to/Unreal3.2

Issue History

Date Modified Username Field Change
2005-07-30 04:48 Monem New Issue
2005-07-30 05:01 Stealth Note Added: 0010288
2005-07-30 05:02 Stealth Note Edited: 0010288
2005-07-30 05:42 Monem Note Added: 0010289
2005-07-30 05:47 Monem Note Added: 0010290
2005-07-30 06:39 Dukat Note Added: 0010291
2005-07-30 07:15 Monem Note Added: 0010292
2005-07-30 20:16 syzop Note Added: 0010294
2005-08-19 14:42 syzop Status new => closed
2005-08-19 14:42 syzop Resolution open => no change required