help with linux version?

Releases and bugs in here...
yakko
Posts: 258
Joined: 2003-01-27 06:04

help with linux version?

Post by yakko » 2003-04-21 19:33

I've gotten approved for testing the linux version and just tried .21 on my redhat 7.3 server. I get the following error:

Code: Select all

./dchpp: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory


What exactly do I need to do to run it?

Sedulus
Forum Moderator
Posts: 687
Joined: 2003-01-04 14:32

Post by Sedulus » 2003-04-21 23:51

try this:
ftp://ftp.redhat.com/pub/redhat/linux/8 ... 7.i386.rpm
I hope it doesn't break any dependencies. if so, try to upgrade to 8.0 (or at least the dependent packages)
http://dc.selwerd.nl/hublist.xml.bz2
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)

yakko
Posts: 258
Joined: 2003-01-27 06:04

Post by yakko » 2003-04-24 15:41

I've already mentioned this to Sedulus in my hub, but here's what I get from trying to install that:
sudo rpm -Uvh libstdc++-3.2-7.i386.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.3) is needed by libstdc++-3.2-7
libgcc_s.so.1 is needed by libstdc++-3.2-7
libgcc_s.so.1(GCC_3.0) is needed by libstdc++-3.2-7
libstdc++-libc6.2-2.so.3 is needed by groff-1.17.2-12
libstdc++-libc6.2-2.so.3 is needed by Omni-0.5.1-3
libstdc++-libc6.2-2.so.3 is needed by XFree86-libs-4.2.0-8
libstdc++-libc6.2-2.so.3 is needed by pilot-link-0.9.5-13
libstdc++-libc6.2-2.so.3 is needed by XFree86-font-utils-4.2.0-8
libstdc++-libc6.2-2.so.3 is needed by XFree86-tools-4.2.0-8
libstdc++-libc6.2-2.so.3 is needed by pspell-0.12.2-8
libstdc++-libc6.2-2.so.3 is needed by aspell-0.33.7.1-9
libstdc++-libc6.2-2.so.3 is needed by fam-2.6.7-6
libstdc++-libc6.2-2.so.3 is needed by gnome-spell-0.4.1-0.7x
libstdc++-libc6.2-2.so.3 is needed by openjade-1.3.1-4
libstdc++-libc6.2-2.so.3 is needed by licq-1.1.0-0.cvs20020416.1
libstdc++-libc6.2-2.so.3 is needed by licq-gnome-1.1.0-0.cvs20020416.1
libstdc++-libc6.2-2.so.3 is needed by ical-2.2-26
libstdc++-libc6.2-2.so.3 is needed by abiword-0.99.5-2
libstdc++-libc6.2-2.so.3 is needed by ghostscript-6.52-9.4
libstdc++-libc6.2-2.so.3 is needed by mozilla-1.0.1-2.7.3
libstdc++-libc6.2-2.so.3 is needed by mozilla-mail-1.0.1-2.7.3
libstdc++-libc6.2-2.so.3 is needed by mozilla-psm-1.0.1-2.7.3
libstdc++-libc6.2-2.so.3 is needed by nautilus-mozilla-1.0.6-16
libstdc++-libc6.2-2.so.3 is needed by php-4.1.2-7.3.6
libstdc++-libc6.2-2.so.3 is needed by qt-3.0.5-7.14
libstdc++-libc6.2-2.so.3 is needed by arts-1.0.3-0.7.1
libstdc++-libc6.2-2.so.3 is needed by apt-0.3.19cnc55-4sp_rh7x
libstdc++-libc6.2-2.so.3 is needed by balsa-1.2.4-7.7.3
libstdc++-libc6.2-2.so.3 is needed by xpdf-1.00-5


I'm going to be cleaning up this server and probably upgrade it to RedHat 9 soon. That might fix it.

arnetheduck
The Creator Himself
Posts: 296
Joined: 2003-01-02 22:15

Post by arnetheduck » 2003-04-24 18:49

yeah, it should...i'm using mandrake 9.1 nowadays...must say they made the installation process really painless, it's been a few years since I played with kernel compiling, and I'm happy I don't have to do it any more =)...
If rh9 gives you problems, try installing its gcc-3.2.x packages and you should be fine...(that is if gcc-3.2.x is included...)

yakko
Posts: 258
Joined: 2003-01-27 06:04

Post by yakko » 2003-05-08 22:56

I finally worked out all the dependancies I needed by compiling GCC 3.2.1 on my system. Now what do I actually do to run DCH++ on linux? I've tried the following:

Code: Select all

Thu May  8 17:52:58 cybertron:yakko $ ./dchpp
No card specified
Thu May  8 17:53:01 cybertron:yakko $ ./dchpp --help
IOCTL failed
Unauthorized
Thu May  8 17:53:05 cybertron:yakko $ ls
access.xml  dchpp.xml       DCPPChecker.xml  LuaScript.so   OpCom.so
dchpp       DCPPChecker.so  Example.xml      LuaScript.xml  OpCom.xml
Thu May  8 17:53:13 cybertron:yakko $ ./dchpp eth0
Starting.,Aborted
Thu May  8 17:53:22 cybertron:yakko $ sudo ./dchpp eth0
Starting.,Aborted


This is DCH++ .23 for linux

arnetheduck
The Creator Himself
Posts: 296
Joined: 2003-01-02 22:15

Post by arnetheduck » 2003-05-09 09:52

That's during the socket manager startup...nothing in the log files? Core file generation enabled? If not, enable core files (ask sed) and see if it creates any...

yakko
Posts: 258
Joined: 2003-01-27 06:04

Post by yakko » 2003-05-09 14:17

I never saw anything in the logs, I'll ask sed about the core files thing.

Who is online

Users browsing this forum: Google [Bot] and 0 guests