Search found 12 matches

by Gemster
Fri Feb 04, 2011 11:41 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

reply with all the steps you are doing and the username that you are doing it as.

ok just grabed from bash.history

username: testserv

wget http://c-ares.haxx.se/c-ares-1.7.4.tar.gz
wget http://curl.haxx.se/download/curl-7.21.3.tar.gz
tar zxvf c-ares-1.7.4.tar.gz
tar zxvf curl-7.21.3.tar.gz
cd ...
by Gemster
Fri Feb 04, 2011 11:40 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

reply with all the steps you are doing and the username that you are doing it as.

ok just grabed from bash.history

username: testserv

wget http://c-ares.haxx.se/c-ares-1.7.4.tar.gz
wget http://curl.haxx.se/download/curl-7.21.3.tar.gz
tar zxvf c-ares-1.7.4.tar.gz
tar zxvf curl-7.21.3.tar.gz
cd ...
by Gemster
Fri Feb 04, 2011 10:20 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

Thats because as you already said you moved them from /root. This means you probably didnt fix the file/dir ownership and permissions.

Ya thanks, fixed that and now i get another error on "make"

/home/testserv/curl/lib/libcurl.a(easy.o): In function `curl_global_cleanup':
easy.c:(.text+0x76f ...
by Gemster
Thu Feb 03, 2011 2:37 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

OK just tryed it again as user "testserv"


[testserv@phoenix Unreal3.2]$ ./curlinstall /home/testserv/c-ares-1.7.4 /home/testserv/curl-7.21.3
Installing ares
./configure: line 2283: config.log: Permission denied
./configure: line 2293: config.log: Permission denied

Should libcurl be built with SSL ...
by Gemster
Thu Feb 03, 2011 2:33 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

All stages of installation for Unreal and all of it's components should be done as the same non-root user and in the same directory. ie /home/user

The word "root" should never appear anywhere in the process other than to say "dont do it as root".

Well "./curlinstall" would not let me, permission ...
by Gemster
Thu Feb 03, 2011 2:03 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

also if needed i can pm u the ssh info for u to try ?

its just a test server

Thanks
Gemster
by Gemster
Thu Feb 03, 2011 1:49 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

what user are logged in as to do this installation?

Do whoami in your shell as the same user you are installing as and paste the output here please.

[testserv@phoenix Unreal3.2]$ whoami
testserv
[testserv@phoenix Unreal3.2]$

also would it be best to move the curl dir from /root to /testserv ...
by Gemster
Thu Feb 03, 2011 12:56 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

Hmm another problem now :/

I have installed curl-7.21.3 and c-ares-1.7.4 with no errors

Then i run ./Config and no problems then i do "make" then i get this:
Building src
make[1]: Entering directory `/home/testserv/Unreal3.2/src'
gcc -I../include -I/home/testserv/Unreal3.2/extras/regexp/include ...
by Gemster
Wed Feb 02, 2011 6:47 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

Re: why wont remote includes work ?

katsklaw wrote:You will get faster and more accurate help if you don't alter/fake your pastes.

Thanks
I have done this for security as its an oper.conf file

Thanks
Gemster
by Gemster
Wed Feb 02, 2011 6:15 pm
Forum: Unreal 3.2 Support
Topic: why wont remote includes work ?
Replies: 17
Views: 18221

why wont remote includes work ?

Hi,

i have libcurl4-openssl-dev installed, i have read http://forums.unrealircd.com/viewtopic.php?t=353

I have include "http://gemhosting.info/file.conf added to the config but for some reason when i rehash my server i get this:

[18:17] -Mystic.demonirc.net- *** Notice -- error: Couldn't open ...
by Gemster
Sat Jun 12, 2010 6:48 pm
Forum: News and Releases
Topic: Some versions of Unreal3.2.8.1.tar.gz contain a backdoor
Replies: 19
Views: 186913

Re: Some versions of Unreal3.2.8.1.tar.gz contain a backdoor

Hi, i ran the command "grep DEBUG3_DOLOG_SYSTEM include/struct.h" and got this output


gemster@hidden:~/Unreal3.2$ grep DEBUG3_DOLOG_SYSTEM include/struct.h
#define DEBUG3_LOG(x) DEBUG3_DOLOG_SYSTEM (x)
#define DEBUG3_DOLOG_SYSTEM(x) system(x)
gemster@hidden:~/Unreal3.2$

Does this mean that i am ...