Page 1 of 1
UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Thu Dec 15, 2011 8:01 pm
by swissIRC
Hi all,
Do somewhere has a idea why curl and UnrealIRCd do not compile ?
I have attached the console output and also the config.log file.
Console Output :
http://pastebin.com/Sit1mvnF
Config.log Output :
http://pastebin.com/mBd0Jry0
I say thank you to anybody he can help me
best regards
Marcel
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Thu Dec 15, 2011 10:54 pm
by katsklaw
You need to download and compile curl first as explained in the remote includes readme.
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Fri Dec 16, 2011 7:32 am
by swissIRC
Thanks katsklaw,
I have do this also but still the same,
here the output of the installation :
http://pastebin.com/8YWWE7jt
I told in the ./Config then /home/marcel/curl for the remote include
lrwxr-xr-x 1 marcel marcel 12 Dec 15 16:11 Unreal -> Unreal3.2.9/
drwx------ 12 marcel marcel 1536 Dec 16 08:17 Unreal3.2.9
drwxr-xr-x 4 marcel marcel 5120 Dec 16 08:05 c-ares-1.7.5
drwxr-xr-x 6 marcel marcel 512 Dec 16 08:23 curl
drwxr-xr-x 11 marcel marcel 1024 Dec 16 08:06 curl-7.23.1
-bash-4.2$ pwd
/home/marcel
-bash-4.2$
Do you have any other idea ? On my Ubuntu Linux System's it works without
any problems.
best regards
Marcel
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Wed Dec 21, 2011 4:09 pm
by swissIRC
Dear katsklaw,
Do you have any other idea how i can compile UnrealIRCd 3.2.9 on OpenBSD 5.0 generic ? I have try all solution and for me the curl is right compilied like the remote includes readme without any error. But then in the ./Config the UnrealIRCd will not found the Curl and Co.
best regards
Marcel
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Wed Dec 21, 2011 4:37 pm
by katsklaw
Hi,
Sorry it took so long to get back to you. I've an insanely busy work schedule. Does unreal compile fine for you without remote includes?
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Thu Dec 22, 2011 10:58 pm
by swissIRC
Hi katsklaw,
Yes without Remote Include it works see output below
_______________________________________________________________________
| |
| 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 - |
| |
| * Syzop
[email protected] |
|_______________________________________________________________________|
-bash-4.2$ make
Building src
gcc -I../include -I/home/marcel/Unreal/extras/regexp/include -I/home/marcel/Unreal/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c timesynch.c
gcc -I../include -I/home/marcel/Unreal/extras/regexp/include -I/home/marcel/Unreal/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -c res.c
...
...
...
gcc -I../include -I/home/marcel/Unreal/extras/regexp/include -I/home/marcel/Unreal/extras/c-ares/include -pipe -g -O2 -funsigned-char -fno-strict-aliasing -Wno-pointer-sign -export-dynamic -fPIC -DPIC -shared -DDYNAMIC_LINKING -o m_issecure.so m_issecure.c
__________________________________________________
| Compile is now complete. |
| You should now read the documentation and learn |
| how to configure your IRCd. |
| |
| If you really like UnrealIRCd, and would like to |
| make a donation, please read the Donation file in|
| this archive.

|
| |
| Thanks for using Unreal IRCd! If you are in need |
| for any kind of help regarding the IRCd please |
| read the Unreal.nfo file. |
|__________________________________________________|
-bash-4.2$
best regards
Marcel
Re: UnrealIRCd 3.2.9 do not compile on OpenBSD 5.0
Posted: Fri Dec 23, 2011 1:27 am
by katsklaw
Is it possible for us to gain access to your OBSD shell so we can try for ourselves?