This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Discussion of Eggdrop's code and module programming in C.
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Tue Jun 14, 2005 1:00 pm
somebody probably can, but the chance it would run with your eggdrop is very slim - there are too much dependencies
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Tue Jun 14, 2005 9:17 pm
dependency from OS, shared libraries and eggdrop itself - whoever volunteer to compile that module for you must be running exactly the same OS that you have, and same version, must have exactly the same shared libraries as you (with identical versions), and must be using exactly the same eggdrop version, with same configuration like yours
as I said, chances for all that happening are very, very slim
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Tue Jun 14, 2005 9:20 pm
...and shell account that doesn't allow you to compile your own stuff sucks, you should immediately ditch it and ask for refund
Galadhrim
Op
Posts: 123 Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede
Post
by Galadhrim » Wed Jun 15, 2005 5:38 am
use "uname -a" to tell us your system version etc.
With shared libraries it could work, tho demond is right it might possibly fail all together.
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Wed Jun 15, 2005 12:07 pm
well maybe the OS version is not so crucial, but different shared libs version(s) would for sure crash this thing - if it manages to load that is
Thunderdome
Op
Posts: 187 Joined: Tue Mar 15, 2005 4:42 pm
Post
by Thunderdome » Wed Jun 15, 2005 12:44 pm
FreeBSD 5.4-STABLE FreeBSD 5.4-STABLE #42: Sun May 8 12:55:37 WEST 2005 root@myisp:/usr/obj/usr/src/sys/isp i386
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Wed Jun 15, 2005 1:20 pm
Thunderdome wrote: FreeBSD 5.4-STABLE FreeBSD 5.4-STABLE #42: Sun May 8 12:55:37 WEST 2005 root@myisp:/usr/obj/usr/src/sys/isp i386
that's not enough, see above
Thunderdome
Op
Posts: 187 Joined: Tue Mar 15, 2005 4:42 pm
Post
by Thunderdome » Wed Jun 15, 2005 1:30 pm
it is all it gives when I type: "uname -a"
How can I get more info?
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Wed Jun 15, 2005 1:33 pm
if someone is interested in compiling the module for you, they'll inquire about your shared libs, eggdrop settings, etc.
Galadhrim
Op
Posts: 123 Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede
Post
by Galadhrim » Thu Jun 16, 2005 2:49 am
yeah i tried it on my systems. One has beta versions of libraries and I compiled it for the other system, but it wont run on the other system.