Ubuntu 12.04LTS 64Bit wont be complie

These are old archives. They are kept for historic purposes only.
Post Reply
swissIRC
Posts: 8
Joined: Thu Dec 15, 2011 7:15 pm

Ubuntu 12.04LTS 64Bit wont be complie

Post by swissIRC »

Hi there,
Do anyone have a idee what is wrong ?
...
...
...
/bin/sh ../libtool --tag=CC --mode=link gcc -g0 -O2 -Wno-system-headers -L/home/ircd/UnrealIRCd/extras/c-ares/lib -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o ../lib/libcurl.la -lz
libtool: link: gcc -g0 -O2 -Wno-system-headers -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o -L/home/ircd/UnrealIRCd/extras/c-ares/lib ../lib/.libs/libcurl.a /home/ircd/UnrealIRCd/extras/c-ares/lib/libcares.so -lidn -lrtmp -llber -lldap -lrt -lssl -lcrypto -lz -Wl,-rpath -Wl,/home/ircd/UnrealIRCd/extras/c-ares/lib -Wl,-rpath -Wl,/home/ircd/UnrealIRCd/extras/c-ares/lib
../lib/.libs/libcurl.a(ssluse.o):ssluse.c:function ossl_connect_common: error: undefined reference to 'SSLv2_client_method'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/home/ircd/Unreal3.2.9/tmp/curl-latest/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ircd/Unreal3.2.9/tmp/curl-latest/src'
make: *** [all-recursive] Error 1
Thanks for helping, best regards

Marcel
cards
Posts: 85
Joined: Sat Jun 12, 2004 5:04 am

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by cards »

undefined reference to 'SSLv2_client_method'

Unreal can't find OpenSSL on your system would be my guess.
NetAdmin
irc.420-HighTimes.com
swissIRC
Posts: 8
Joined: Thu Dec 15, 2011 7:15 pm

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by swissIRC »

Dear cards,

openSSL is on the System without remote include it works see quote.
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.9
using TRE 0.8.0 (BSD)
using OpenSSL 1.0.1 14 Mar 2012
using zlib 1.2.3.4

* Loading IRCd configuration ..
best regards
Marcel
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by katsklaw »

Exactly which steps did you take when trying to compile with remote includes? Please explain in step by step order and exactly what you typed.
swissIRC
Posts: 8
Joined: Thu Dec 15, 2011 7:15 pm

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by swissIRC »

Dear katsklaw,

I have here the hole output posted at pastebin so you can see everything.

http://pastebin.com/hdcqC1DR

I hope this will help you and thank you

best regards
Marcel
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by katsklaw »

Please try compiling again, this time without using a symlink. If you noticed during the process the installer would alternate between the symlink and the absolute path and while I agree it shouldn't make a difference, lets rule that out.

Thanks.
swissIRC
Posts: 8
Joined: Thu Dec 15, 2011 7:15 pm

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by swissIRC »

Dear katsklaw,

Still the same also direct in the directory without the symbolic link see the pastebin.

http://pastebin.com/qMBQthmd

best regards

Marcel
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Ubuntu 12.04LTS 64Bit wont be complie

Post by katsklaw »

I see where you did make clean, then cd'd to the unrealircd directory but when you run ./Config it's using the symlink because it's using your cached settings from last time.

Do: ./Config -nocache
Post Reply