Page 1 of 1

UnrealIRCd 4.0.15 ./Config

Posted: Wed Oct 04, 2017 9:22 am
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

Re: UnrealIRCd 4.0.15 ./Config

Posted: Fri Oct 06, 2017 2:00 pm
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.

Re: UnrealIRCd 4.0.15 ./Config

Posted: Fri Oct 06, 2017 2:56 pm
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.