UnrealIRCd 4.0.15 ./Config

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
MasterScript
Posts: 17
Joined: Thu Feb 16, 2012 7:58 pm

UnrealIRCd 4.0.15 ./Config

Post by MasterScript »

Dear Sir

Os: Centos 6
Unrealircd 4.0.15

i get this error when install

Code: Select all

/home/.master/master/lib/libcares.so.2: undefined reference to `__fdelt_chk@GLIBC_2.15'
/home/.master/master/lib/libcares.so.2: undefined reference to `memcpy@GLIBC_2.14'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/home/.master/unrealircd-4.0.15/tmp/curl-latest/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/.master/unrealircd-4.0.15/tmp/curl-latest/src'
make: *** [all-recursive] Error 1
rcschaff
Posts: 53
Joined: Sun Jan 15, 2017 5:06 pm

Re: UnrealIRCd 4.0.15 ./Config

Post by rcschaff »

DO you have root access to the server, or is it on a shell.

a) root access, you need to update some packages via apt or yum
b) Contact your service provider.
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: UnrealIRCd 4.0.15 ./Config

Post by Syzop »

Odd, never seen that before.

First run this:

Code: Select all

make clean
Then in ./Config try answering No to remote includes. See if it finishes, and run make and make install
If that all worked then you can retry all of the above with Yes answered to remote includes.
Maybe that is the issue. Or maybe it works after trying No first and then Yes.
Locked