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.

Eggdrop with SSL patch and mysql will not compile

Old posts that have not been replied to for several years.
Locked
A
AlexeyG
Voice
Posts: 10
Joined: Sat May 21, 2005 10:41 am

Eggdrop with SSL patch and mysql will not compile

Post by AlexeyG »

Hello!
Today I have discovered a problem with eggdrop+SSL patch different+mysql.mod from barkerjr.net.
It gives the following errors:

Code: Select all

In file included from ../mysql.mod/mysql_mod.h:34, 
                 from ../mysql.mod/mysql.c:24: 
/usr/include/mysql/mysql.h:130: parse error before "int" 
/usr/include/mysql/mysql.h:147: parse error before '}' token 
/usr/include/mysql/mysql.h:185: field `options' has incomplete type 
/usr/include/mysql/mysql.h:205: confused by earlier errors, bailing out 
make[2]: *** [../mysql.o] Error 1 
make[2]: Leaving directory `/home/morbid/eggdrop1.6.16/src/mod/mysql.mod' 
make[1]: *** [mysql.mod_so] Error 2 
make[1]: Leaving directory `/home/morbid/eggdrop1.6.16/src/mod' 
make: *** [modules] Error 2 
Without the ssl the module compiles with no errors or warnings, same goes for ssl without the module, but together - nogo. I wonder if anyone can solve the problem. Also.... one older version(s) of eggrop(1.6.15 I think) mysql.mod with ssl compile without any problems

I have posted also this on barkerjr.net, but from my expirience I can say that the support there is poor, so I hope to find some help here :)
A
AlexeyG
Voice
Posts: 10
Joined: Sat May 21, 2005 10:41 am

Post by AlexeyG »

BarkerJr has solved the problem!!! :)
Details here: http://barkerjr.net/phpBB2/posting.php?mode=reply&t=245

Alex.
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Post by Galadhrim »

isnt it better to use the mysql headers directly? ofcourse unless you want to use the mysql in TCL, but then the mysql TCL files are better suited.
Locked