problem

For general rambling.
Post Reply
Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

problem

Post by Jonathan »

Code: Select all

$ ls -l /usr/bin/wget /usr/bin/gcc
-rwx------  2 root root  83668 Oct 23  2003 /usr/bin/gcc
-rwx------  1 root root 175000 Aug  4  2003 /usr/bin/wget
i can't use wget on j.p.n's shell account anymore, which i was using in a couple of scripts. i can't compile my own, either. i do have access to perl, which seems like it is going to be the path of least resistance, but i don't specifically know what i'm going to do.

solutions?

bob
Poser
Posts: 344
Joined: Fri Jul 18, 2003 1:26 am
Location: p-town, pa
Contact:

Post by bob »

Can you compile somewhere else and upload your own binary? I'm guessing you possibly already tried that.

Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

Post by Jonathan »

I tried using a pre-compiled binary, but the dynamic libraries were buggered. I could try static linking.

Post Reply