problem with 'make install'

These are old archives. They are kept for historic purposes only.
Post Reply
Magician
Posts: 23
Joined: Sun Oct 31, 2004 10:35 pm
Location: Tulsa,Oklahoma

problem with 'make install'

Post 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?
Magician
Network Coordinator
irc.smoothirc.net
Main channel: #smoothirc
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

That is not a problem. UnrealIRCd does not normally require you (or ask you) to use make install.
Why the hell can't my signature be empty?
"Your message contains too few characters."
eviltwin

Post 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 :)
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

If you want Unreal to be installed in a specific location, specify the proper settings for that in ./Config where it asks
Post Reply