Help! VerliHub and Linux..

Which hub software is the best? Where can I find script XXX? Discuss it here...(no, this is not for advertising your hub...)

Moderator: Moderators

Locked
GenesisNZ
Posts: 5
Joined: 2004-04-15 04:06

Help! VerliHub and Linux..

Post by GenesisNZ » 2004-04-15 04:10

Righteo, I've just installed RedHat 9.0 and this is my first Linux experience. I've got the network setup and am currently using the Linux box as a Dedicated CS Server, but I would also like to use it as a Dedicated DC Hub server.

Here is where my problem lies, whenever I go to install Verlihub I get the following error:

Error: C++ compiler cannot create executables

I'm trying to install VerliHub using the following CMDs in Terminal:
./configure

make

make install

Anyhelp is much apperciated :)

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2004-04-15 04:44

Please, ask in the verlihub-forum instead. You will recieve more answers in there...
http://czpro.no-ip.com/verliboard/index.php
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2004-04-15 05:08

And ofcourse http://verlihub.no-ip.com is another name for the same site.
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

GenesisNZ
Posts: 5
Joined: 2004-04-15 04:06

Post by GenesisNZ » 2004-04-15 05:33

I have, but it seems the forums are either pretty dead or people are totally ignoring my question.

Thus why I am here

HaArD
Posts: 147
Joined: 2003-01-04 02:20
Location: Canada http://hub-link.sf.net
Contact:

Post by HaArD » 2004-04-15 06:43

Image

But this forum is about DC++ ?!?!?!?!?

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-04-15 11:13

On which step do you get that error, if it's on the make install, be sure that you're logged in as root.

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2004-04-15 12:04

Can you compile any code at all? is it only verlihub you can't build? can you build a simple Hello-World Program? For example?

(minimal hello-world code)

Code: Select all

#include <iostream.h>
int main() {
std::cout << "Hello World!" << endl;
return 0;
}
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

GenesisNZ
Posts: 5
Joined: 2004-04-15 04:06

Post by GenesisNZ » 2004-04-16 03:42

I get the error at ./configure and yes I suspect its a GCC problem. But I can't seem to find a reliable place anywhere to dl GCC v3.3.3

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-04-16 17:25


GenesisNZ
Posts: 5
Joined: 2004-04-15 04:06

Post by GenesisNZ » 2004-04-16 18:08

Been there, none of the Mirrors work.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-04-16 18:14


GenesisNZ
Posts: 5
Joined: 2004-04-15 04:06

Post by GenesisNZ » 2004-04-17 00:29

*sigh* The ongoing saga continues, I thank you GargolyeMT, I was about to download GCC v3.3.3

But now get the following error when trying to install it. The following happens just have to ./configure

*** You must set the environment variable CC to a working compiler

Again, anyhelp much apperciated.

ivulfusbar
Posts: 506
Joined: 2003-01-03 07:33

Post by ivulfusbar » 2004-04-17 04:46

I bet you have gcc and other cool things that you can install from the CDs to redhat. Try to lookup "howto" install GCC in redhat first. Once we know you have GCC installed and working, then we can continue with the DC-related tasks.
Everyone is supposed to download from the hubs, - I don´t know why, but I never do anymore.

Locked