[midgard] Undefined symbol...

2000-09-12 Thread Rogaty
I reconfigured midgard-php without expat and it seems to be working. Rogaty -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL

Re: [midgard] Undefined symbol...

2000-09-12 Thread Emiliano
Rogaty wrote: I reconfigured midgard-php without expat and it seems to be working. Oh sweet. Well, no idea what was causig this then. Emile -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To

Re[2]: [midgard] Undefined symbol...

2000-09-12 Thread Alexander Bokovoy
Hello Emiliano, Tuesday, September 12, 2000, 12:37:03 PM, you wrote: Rogaty wrote: I reconfigured midgard-php without expat and it seems to be working. Oh sweet. Well, no idea what was causig this then. Function names overlap with our expat-lib? -- Best regards, Alexander

Re: [midgard] Undefined symbol: midgard_module_env

2000-09-11 Thread Rogaty
Emiliano wrote: Have you picked up your copy from CVS very recently? No If it's one of the tarball releases I'd like to know which. 1.4beta5a Rogaty -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at

Re: [midgard] Undefined symbol: midgard_module_env

2000-09-11 Thread Rogaty
Now I configured midgard-php --with-expat like i did with other stuff and it worked. Rogaty -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address

Re: [midgard] Undefined symbol: midgard_module_env

2000-09-11 Thread Emiliano
Rogaty wrote: Now I configured midgard-php --with-expat like i did with other stuff and it worked. I went through the sources but could find no reason why this should have any influence whatsoever on the problem you have seen. If you reconfigure php without expat and recompile, does the

[midgard] Undefined symbol: midgard_module_env

2000-09-10 Thread Rogaty
I got: "Cannot load /etc/httpd/modules/libphp3.so into server: /etc/httpd/modules/libphp3.so: undefined symbol: midgard_module_env" while starting apache. What's wrong? Rogaty -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at

Re: [midgard] Undefined symbol: midgard_module_env

2000-09-10 Thread Emiliano
Rogaty wrote: "Cannot load /etc/httpd/modules/libphp3.so into server: /etc/httpd/modules/libphp3.so: undefined symbol: midgard_module_env" while starting apache. Have you picked up your copy from CVS very recently? I made a braino in php configure that caused just this. I fixed it in CVS

Re[2]: [midgard] Undefined symbol

2000-09-09 Thread Alexey L. Tcharykov
midgard/mgd_main.c:359: Undefined symbol `_g_hash_table_size' referenced from text segment midgard/mgd_main.c:404: Undefined symbol `_g_hash_table_destroy' referenced from text segment *** Error code 1 Stop. AB You need glib from www.gtk.org. glib 1.2.6 fine (latest is 1.2.8 and it works

Re: [midgard] Undefined symbol

2000-09-09 Thread Alexander Bokovoy
"Alexey L. Tcharykov" wrote: midgard/mgd_main.c:359: Undefined symbol `_g_hash_table_size' referenced from text segment midgard/mgd_main.c:404: Undefined symbol `_g_hash_table_destroy' referenced from text segment *** Error code 1 Stop. AB You need glib from www.gtk.org. glib 1.2.6

[midgard] Undefined symbol

2000-09-08 Thread Alexey L. Tcharykov
Hi, I really hoped not to disturb you with my Midgard installation case. I did my best, but... OK, here it is. FreeBSD 2.2.8., Midgard 1.4.5 (the latest available), Apache 1.3.12 (Russian). Everything was compiled okay, and there was only one step left - to restart Apache. But it didn't

Re: [midgard] Undefined symbol

2000-09-08 Thread Emiliano
Alexey L. Tcharykov wrote: gcc -funsigned-char -DRUSSIAN_APACHE -DUSE_EXPAT -I./lib/expat-lite `./apaci` midgard/mgd_main.c:169: Undefined symbol `_g_hash_table_lookup' referenced from text segment Any ideas? What does it need? glib from http://www.gtk.org/ Emile -- This is The

Re: [midgard] Undefined symbol

2000-09-08 Thread Alexander Bokovoy
"Alexey L. Tcharykov" wrote: Hi, Here is what Apache "make" says - the errors I had after "./apache configtest" appeared all-in-one. And I'm totally confused - what to fix? Cut - gcc -funsigned-char -DRUSSIAN_APACHE -DUSE_EXPAT -I./lib/expat-lite `./apaci` -o httpd