Page 1 of 1

problem with 'make install'

Posted: Thu Feb 23, 2006 9:46 pm
by Magician

Code: Select all

unique@ircd [~/Unreal3.2]# make install
Building src
cd modules; make 'CFLAGS=-I../include -I/home/unique/Unreal3.2/extras/regexp/include -I/home/unique/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -DZIP_LINKS -I/home/unique/curl/include -DUSE_LIBCURL -export-dynamic  ' 'CC=gcc' 'IRCDLIBS=-lcrypt  -lz -L/home/unique/curl/lib -lcurl -L/home/unique/ares/lib -lcares -lssl -lcrypto -lz -L/home/unique/Unreal3.2/extras/regexp/lib -ltre   -L../extras/c-ares/lib -lcares'  'LDFLAGS=' 'IRCDMODE=711'  'BINDIR=/home/unique/Unreal3.2/src/ircd' 'INSTALL=/usr/bin/install'  'INCLUDEDIR=../include' 'IRCDDIR=/usr/home/unique/Unreal3.2'  'MANDIR=' 'RM=/bin/rm' 'CP=/bin/cp' 'TOUCH=/usr/bin/touch'  'RES=' 'SHELL=/bin/sh' 'STRTOUL='  'CRYPTOLIB=-lssl -lcrypto'  'CRYPTOINCLUDES=' 'URL=url.o' all
 __________________________________________________
| Compile is now complete.                         |
| You should now read the documentation and learn  |
| how to configure your IRCd.                      |
|                                                  |
| If you really like UnrealIRCd, and would like to |
| make a donation, please read the Donation file in|
| this archive. :)                                 |
|                                                  |
| Thanks for using Unreal IRCd! If you are in need |
| for any kind of help regarding the IRCd please   |
| read the Unreal.nfo file.                        |
|__________________________________________________|
/usr/bin/install -m 0700 -d /usr/home/unique/Unreal3.2
/usr/bin/install -m 0700 src/ircd /home/unique/Unreal3.2/src/ircd
install: src/ircd and /home/unique/Unreal3.2/src/ircd are the same file
*** Error code 64

Stop in /usr/home/unique/Unreal3.2.
is this a problem or can i still run unreal nicely?

Posted: Thu Feb 23, 2006 10:35 pm
by Jason
That is not a problem. UnrealIRCd does not normally require you (or ask you) to use make install.

Posted: Sat Feb 25, 2006 3:06 pm
by eviltwin
What if I want to perform a "make install" because I specified the --prefix=location argument or I just want to install it "properly"? I would like to know how to get around this error please :)

Posted: Sat Feb 25, 2006 3:31 pm
by Stealth
If you want Unreal to be installed in a specific location, specify the proper settings for that in ./Config where it asks