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.

encryption module error

Old posts that have not been replied to for several years.
Locked
User avatar
Crack02
Voice
Posts: 15
Joined: Wed Jun 29, 2005 2:34 pm

encryption module error

Post by Crack02 »

i get an error while starting my eggdrop

Code: Select all

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[20:35] --- Loading eggdrop v1.6.17 (Wed Jun 29 2005)
[20:35] Listening at telnet port 3343 (all).
[20:35] Module loaded: dns
[20:35] Module loaded: channels
[20:35] Module loaded: server
[20:35] Module loaded: irc
[20:35] Module loaded: notes            (with lang support)
[20:35] Module loaded: console          (with lang support)
[20:35] Can't load modules blowfish: /home/user/eggdrop/modules/blowfish.so: cannot open shared object file: No such file or directory
[20:35] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[20:35] use '.help userinfo' for commands.


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type:  /msg BanServ hello
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
dont blame me with "uncomment the damn blowfish line"; please read the code carefully.
the blowfish module hasnt been found. i did "./configure, make config, make modules, make and make install".
a blowfish.so module wont be created

Code: Select all

user@server:~/eggdrop1.6.17> make modules
make[1]: Entering directory `/home/user/eggdrop1.6.17/src/mod'
make[2]: Entering directory `/home/user/eggdrop1.6.17/src/mod/channels.mod'
make[2]: Für das Ziel »modules« ist nichts zu tun.
make[2]: Leaving directory `/home/user/eggdrop1.6.17/src/mod/channels.mod'
make[2]: Entering directory `/home/user/eggdrop1.6.17/src/mod/console.mod'
.........
make[2]: Für das Ziel »modules« ist nichts zu tun.
make[2]: Leaving directory `/home/user/eggdrop1.6.17/src/mod/wire.mod'

All modules compiled.
make[1]: Leaving directory `/home/user/eggdrop1.6.17/src/mod'

Test run of ./eggdrop -v:
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads

Eggdrop successfully compiled:
-rwxr-xr-x    1 user   users      706706 2005-06-29 17:40 eggdrop

Modules successfully compiled:
-rwxr-xr-x    1 user   users      167445 2005-06-29 17:40 channels.so
-rwxr-xr-x    1 user   users       18013 2005-06-29 17:40 console.so
-rwxr-xr-x    1 user   users       16037 2005-06-29 17:40 ctcp.so
-rwxr-xr-x    1 user   users       25794 2005-06-29 17:40 dns.so
-rwxr-xr-x    1 user   users      143452 2005-06-29 17:41 filesys.so
-rwxr-xr-x    1 user   users      200050 2005-06-29 17:41 irc.so
-rwxr-xr-x    1 user   users       47115 2005-06-29 17:41 notes.so
-rwxr-xr-x    1 user   users       25581 2005-06-29 17:41 seen.so
-rwxr-xr-x    1 user   users       98842 2005-06-29 17:41 server.so
-rwxr-xr-x    1 user   users       74194 2005-06-29 17:41 share.so
-rwxr-xr-x    1 user   users       59899 2005-06-29 17:41 transfer.so
-rwxr-xr-x    1 user   users       15005 2005-06-29 17:41 uptime.so
-rwxr-xr-x    1 user   users       24189 2005-06-29 17:41 wire.so

Now run "make install" to install your bot.
I tried to "google" 4 the blowfish.so and installed some rpms with libmcrypt or directly blowfish (suse 9.0) but nothing happened.

i also tried "checkmodule blowfish" but nothing happened
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: encryption module error

Post by YooHoo »

Crack02 wrote: i did "./configure, make config, make modules, make and make install".
a blowfish.so module wont be created
make modules?
./configure
make config or make iconfig
make
make install DEST=/home/yourshell/yourbot

i never ever used 'make modules'....
:mrgreen:
User avatar
Crack02
Voice
Posts: 15
Joined: Wed Jun 29, 2005 2:34 pm

Post by Crack02 »

at the main install i also didn't use make modules. i just used it to check the modules
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

confirm with make iconfig weather he finds the modules, if not check access rights of the directories.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
User avatar
Crack02
Voice
Posts: 15
Joined: Wed Jun 29, 2005 2:34 pm

Post by Crack02 »

heyya. it works. thx
Locked