Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Joe Wussler on October 13, 2010, 01:56:58 PM

Title: Anope 1.8.5 install issues
Post by: Joe Wussler on October 13, 2010, 01:56:58 PM
here is the output of the install scrip i also installed libtool


checking for gcc... gcc
checking whether the C compiler works...
yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
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 install... /usr/bin/install
checking for inet_ntoa in -lnsl... yes
checking for socket in -lsocket... no
checking for res_query in -lresolv... yes
checking for revoke in -lbsd... yes
checking whether va_list assignments need array notation... no
checking for mysql_config... /usr/bin/mysql_config
checking if mysql_config produces valid values... no
checking whether this is a bit or little endian system... little
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... //bin/grep
checking for egrep... //bin/grep -E
checking for ANSI C header files... no
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 for sys/types.h... (cached) yes
checking for dlopen... no
checking for dlopen in -ldl... no
configure: WARNING: Dynamic linking is not enabled because dlopen was not found
checking if we need the -export-dynamic flag... no
checking for compiler option to produce PIC... -fPIC -DPIC -shared
checking if your system prepends an underscore on symbols... no
checking size of short... 0
checking size of int... 0
checking size of long... 0
configure: error: Cannot find a type with size of 16 bits
Title: Re: Anope 1.8.5 install issues
Post by: Joe Wussler on October 13, 2010, 02:00:23 PM
sorry i havent had my cup of coffee yet

when i try to install anope it stops at that line
Title: Re: Anope 1.8.5 install issues
Post by: Jan Milants on October 13, 2010, 02:03:41 PM
blame adam for breaking ./Config and answer 'no' when anope asks about MySQL detection  :)
it would have been 'no' anyways, (error only occurs when not installed) but since it fails instead of detecting the 'no'..
Title: Re: Anope 1.8.5 install issues
Post by: Yousef on December 23, 2010, 02:59:13 PM
Hello , I have the same issue

How can I fix it ?

VPS - Linux CentOS
Title: Re: Anope 1.8.5 install issues
Post by: LEthaLity on December 23, 2010, 03:01:27 PM
read above answer..
Title: Re: Anope 1.8.5 install issues
Post by: Yousef on December 23, 2010, 03:19:40 PM
Sorry but I didn't understand it .. ?
Title: Re: Anope 1.8.5 install issues
Post by: Yousef on December 23, 2010, 03:27:20 PM
If he means install MySQL it's already installed ?
Title: Re: Anope 1.8.5 install issues
Post by: katsklaw on December 23, 2010, 04:34:34 PM
he means re-run ./Config and answer NO to the MYSQL question.
Title: Re: Anope 1.8.5 install issues
Post by: Yousef on December 23, 2010, 05:01:47 PM
COOL thanks ! :) it worked ..
Title: Re: Anope 1.8.5 install issues
Post by: faction on December 29, 2010, 01:57:44 PM
Hi!

Apologies for bumping an old topic, but I have the same issue as well.

I type "no" on the MySQL question, it does a successful one, but my problem now is at "make install."

I get something like this http://forum.anope.org/index.php?topic=3260.0 (http://forum.anope.org/index.php?topic=3260.0)(found on another thread) but when I use ./Configure this time, it says I must use ./Config first?

Thanks, happy holidays of what's left of it.
Title: Re: Anope 1.8.5 install issues
Post by: Charles Kingsley on December 29, 2010, 01:58:54 PM
Pastebin everything please.
Title: Re: Anope 1.8.5 install issues
Post by: faction on December 29, 2010, 11:15:10 PM
The VPS is having errors right now, one second.

Title: Re: Anope 1.8.5 install issues
Post by: faction on December 29, 2010, 11:21:55 PM
okay here it is, let me know if you know what is wrong

so I can delete it

http://pastebin.com/V2TB2ihs
Title: Re: Anope 1.8.5 install issues
Post by: katsklaw on December 30, 2010, 02:19:56 AM
ok, that's not the same error as the other thread, not even the same program :/

at any rate, the error is:

Code: [Select]
test -d dataf/languages || mkdir dataf/languages
mkdir: cannot create directory `dataf/languages': No such file or directory

Anope doesn't ship with or install to 'dataf/languages'. I must ask, did you or anyone else modify Anope in any way at all?
Title: Re: Anope 1.8.5 install issues
Post by: faction on December 30, 2010, 02:22:46 AM
My fault entirely.

Fixed though.

thanks.