Install problem for linux where to point ircd binary?

These are old archives. They are kept for historic purposes only.
Post Reply
kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Install problem for linux where to point ircd binary?

Post by kanechart »

Im using latest version I think.. Unreal3.2
My problem is during install asks for the dir it's in so I named folder ircd so it's /root/ircd now asks for this other folder called What is the Path to the ircd binary including the name of the binary?

So im a dumb poop and could somone just give me example of where point it thanks :)
Ron2K

Post by Ron2K »

Just use the defaults and run from source directory.

If you want to install to root/whatever-it-was, try putting the source there and running ./Config from that location. Unfortunately, that's the best advice I can give you (I use Windoze :P )
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Hehe, in fact that question is quite funny. Let me emphasize the most important words of it:
What is the Path to the ircd binary including the name of the binary?
It should be clear enough that It doesn't want a folder, it wants a folder and a binary name. For example, if you put the server config files to /home/yourdir/ircd, then the path for the ircd binary should be /home/yourdir/ircd/ircd. If you'ld ask why to have such complicated questions, my answer is: in this way you can give a different name for the binary, so you can easily distinguish IRCds in the list of processes (ps).

(If you haven't read, also see: http://unreal.phpmemx.net/forums/viewtopic.php?t=244.)
kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Post by kanechart »

i still get errors near the end :( just ays soemthing about that line again I dont get it :(
kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Post by kanechart »

Code: Select all

make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/home/ro/unreal/src'
make: *** [build] Error 2
[root@CPE00045a9a3b59-CM014380011588 unreal]# ./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/ro/unreal/src/ircd: No such file or directory
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /home/ro/unreal/ircd.log: No such file or directory

AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

You posted everything except the most valuable lines from the make output. :)
make[1]: *** [url.o] Error 1
What was the error message? (Lines before this one.) [By the way, ./unreal won't start until the compilation is done.]

Perhaps this should be reported directly to http://bugs.unrealircd.org.
Last edited by AngryWolf on Fri Apr 23, 2004 8:05 pm, edited 1 time in total.
kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Post by kanechart »

Right from make command!

Code: Select all


 _______________________________________________________________________
|                                                                       |
|                    UnrealIRCd Compile-Time Config                     |
|_______________________________________________________________________|
|_______________________________________________________________________|
|                                                                       |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next.         |
|                                                                       |
|_______________________________________________________________________|
|_______________________________________________________________________|
|                        - The UnrealIRCd Team -                        |
|                                                                       |
| * Stskeeps  [email protected]                                   |
| * codemastr [email protected]                                  |
| * Syzop     [email protected]                                      |
|_______________________________________________________________________|
[root@server unreal]#
[root@server unreal]# make
Building src
make[1]: Entering directory `/home/ro/unreal/src'
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c auth.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c aln.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c badwords.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c channel.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c cloak.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c crule.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c dbuf.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c events.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c fdlist.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c hash.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c help.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c ircd.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c ircsprintf.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c list.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c lusers.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c match.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic     -c -o modules.o modules.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c packet.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c parse.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c res.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic     -c -o res_init.o res_init.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic     -c -o res_comp.o res_comp.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic     -c -o res_mkquery.o res_mkquery.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic     -c -o res_skipname.o res_skipname.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_auth.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_bsd.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_conf.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_debug.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_err.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_extra.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_kline.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_misc.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_numeric.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_serv.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_svs.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c socket.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c ssl.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c s_user.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c scache.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c send.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c support.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c umodes.c
/bin/sh version.c.SH
Extracting src/version.c...
1.1.1.1.2.1.2.36 2004/03/07 22:25:59
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c version.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c webtv.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c whowas.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c zip.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c cidr.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c random.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c extcmodes.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c extbans.c
gcc -I../include -I/home/ro/unreal/extras/regexp/include -pipe -g -O2 -funsigned-char  -DUSE_LIBCURL -export-dynamic   -c url.c
url.c: In function `download_file_async':
url.c:261: `CURLOPT_PRIVATE' undeclared (first use in this function)
url.c:261: (Each undeclared identifier is reported only once
url.c:261: for each function it appears in.)
url.c: In function `url_do_transfers_async':
url.c:320: `CURLINFO_RESPONSE_CODE' undeclared (first use in this function)
url.c:321: `CURLINFO_PRIVATE' undeclared (first use in this function)
make[1]: *** [url.o] Error 1
make[1]: Leaving directory `/home/ro/unreal/src'
make: *** [build] Error 2
[root@server unreal]#

kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Post by kanechart »

this before make command after doing setup procccess....

Code: Select all

Would you like any more parameters to configure?
Write them here:
[]->
./configure --enable-hub --enable-libcurl=no --enable-prefixaq --with-listen=5 --with-dpath=/home/ro/unreal --with-spath=/home/ro/unreal/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=irc.ro-server.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking if gcc has a working -pipe... yes
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for touch... /bin/touch
checking for openssl... /usr/bin/openssl
checking for install... /usr/bin/install
checking for gmake... gmake
checking for gmake... /usr/bin/gmake
checking for gunzip... /bin/gunzip
checking for crypt in -ldescrypt... no
checking for crypt in -lcrypt... yes
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/syslog.h usability... yes
checking sys/syslog.h presence... yes
checking for sys/syslog.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for rlim_t... no
checking size of rlim_t... 0
checking what kind of nonblocking sockets you have... O_NONBLOCK
checking whether gcc needs -traditional... no
checking whether setpgrp takes no argument... yes
checking whether setvbuf arguments are reversed... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for strlcpy... no
checking for strlcat... no
checking for strlncat... no
checking if we can set the core size to unlimited... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for getrusage... yes
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking for pstat... no
checking what type of signals you have... POSIX
checking for strtoken... no
checking for strtok... yes
checking for strerror... yes
checking for index... yes
checking for strtoul... yes
checking for bcopy... yes
checking for bcmp... yes
checking for bzero... yes
checking for strcasecmp... yes
checking for inet_addr... yes
checking for inet_ntoa... yes
checking for inet_netof... yes
checking for syslog... yes
checking for vsyslog... yes
mkdir: cannot create directory `/home/ro/unreal/tmp': File exists
./configure: line 1: no/bin/curl-config: No such file or directory
./configure: line 1: no/bin/curl-config: No such file or directory
checking for dlopen... no
checking for dlopen in -ldl... yes
checking if we need the -export-dynamic flag... yes
checking for compiler option to produce PIC... -fPIC -DPIC -shared
checking if your system prepends an underscore on symbols... no
checking if FD_SETSIZE is large enough to allow 1024 file descriptors... yes
extracting TRE regex library
configuring TRE regex library
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for the best optimization flags... -O1 -fomit-frame-pointer
checking for C compiler warning flags... -Wall
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for isascii... yes
checking for isblank... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating utils/Makefile
config.status: creating tre.pc
config.status: creating tre.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating lib/tre-config.h
config.status: lib/tre-config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


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

TRE is now configured as follows:

* Compilation environment

  CC       = gcc
  CFLAGS   = -O1 -fomit-frame-pointer -Wall
  CPP      = gcc -E
  CPPFLAGS =
  LD       = /usr/bin/ld
  LDFLAGS  =
  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
gmake  all-recursive
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5'
Making all in lib
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/lib'
gmake  all-am
gmake[3]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/lib'
gmake[3]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/lib'
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/lib'
Making all in tests
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/tests'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/tests'
Making all in utils
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/utils'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/utils'
Making all in po
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/po'
Making all in m4
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5'
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5'
installing TRE regex library
Making install in lib
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/lib'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/lib'
mkdir -p -- . /home/ro/unreal/extras/regexp/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c  libtre.la /home/ro/unreal/extras/regexp/lib/libtre.la
/usr/bin/install -c .libs/libtre.lai /home/ro/unreal/extras/regexp/lib/libtre.la
/usr/bin/install -c .libs/libtre.a /home/ro/unreal/extras/regexp/lib/libtre.a
ranlib /home/ro/unreal/extras/regexp/lib/libtre.a
chmod 644 /home/ro/unreal/extras/regexp/lib/libtre.a
libtool: install: warning: remember to run `libtool --finish /root/ircd/extras/regexp/lib'
mkdir -p -- . /home/ro/unreal/extras/regexp/include/tre
 /usr/bin/install -c -m 644 regex.h /home/ro/unreal/extras/regexp/include/tre/regex.h
mkdir -p -- . /home/ro/unreal/extras/regexp/include/tre
 /usr/bin/install -c -m 644 tre-config.h /home/ro/unreal/extras/regexp/include/tre/tre-config.h
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/lib'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/lib'
Making install in tests
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/tests'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/tests'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/tests'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/tests'
Making install in utils
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/utils'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/utils'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/utils'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/utils'
Making install in po
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/po'
/bin/sh ../utils/mkinstalldirs /home/ro/unreal/extras/regexp/share
installing fi.gmo as /home/ro/unreal/extras/regexp/share/locale/fi/LC_MESSAGES/tre.mo
if test "tre" = "gettext-tools"; then \
  /bin/sh ../utils/mkinstalldirs /home/ro/unreal/extras/regexp/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
                    /home/ro/unreal/extras/regexp/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/ro/unreal/extras/regexp/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/po'
Making install in m4
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5/m4'
gmake[1]: Entering directory `/home/ro/unreal/extras/tre-0.6.5'
gmake[2]: Entering directory `/home/ro/unreal/extras/tre-0.6.5'
gmake[2]: Nothing to be done for `install-exec-am'.
mkdir -p -- . /home/ro/unreal/extras/regexp/lib/pkgconfig
 /usr/bin/install -c -m 644 tre.pc /home/ro/unreal/extras/regexp/lib/pkgconfig/tre.pc
gmake[2]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5'
gmake[1]: Leaving directory `/home/ro/unreal/extras/tre-0.6.5'
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
config.status: include/setup.h is unchanged

Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Seems that you had a fight with ./Config and answered 'no' on the "path to curl" question on a previous attempt ;)

Just 'rm config.settings' and run ./Config and make again.
kanechart
Posts: 12
Joined: Fri Apr 23, 2004 2:21 pm

Post by kanechart »

english please im not toaly bright lol.
Post Reply