[midgard] 1.4beta4 problem

2000-06-29 Thread Derek Beattie
Ok, I started over. Removed everything and did make cleans in the midgard lib, mod_midgard, and midgard-php directories. First, I compiled the midgard lib stuff... ./configure make make install Next, I did the mod_midgard stuff... ./configure --with-apache=/usr/local/apache/bin make make

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Emiliano
Then when I start apache... Syntax error on line 245 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/libexec/libphp3.so: undefined symbol: php3_delete_sitegroup /usr/local/apache/bin/apachectl startssl: httpd could not be

Re: [midgard] 1.4beta4 problem FYI

2000-06-29 Thread Derek Beattie
I downloaded 1.4beta3, compiled everything the same and the problem went away. My only question now, is the Javascript fix applied to beta3. --- Emiliano [EMAIL PROTECTED] wrote: Then when I start apache... Syntax error on line 245 of /usr/local/apache/conf/httpd.conf: Cannot load

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Anders Karlsson
Emiliano wrote: Then when I start apache... Syntax error on line 245 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/libexec/libphp3.so: undefined symbol: php3_delete_sitegroup /usr/local/apache/bin/apachectl

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Anders Karlsson
Derek Beattie wrote: I installed Mysql from source. Is there something else I need to do when installing Mysql from source? Did You configure with --enable-shared ? Skallen -- Eat one live frog the first thing in

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Frank Boehme
Derek Beattie wrote: I installed Mysql from source. Is there something else I need to do when installing Mysql from source? Make sure that libmysqlclient.so is found when linking a program against it and at program loading time. Frank -- Dr Frank Boehme | Email:

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Derek Beattie
No, but its done by default. --- Anders Karlsson [EMAIL PROTECTED] wrote: Derek Beattie wrote: I installed Mysql from source. Is there something else I need to do when installing Mysql from source? Did You configure with --enable-shared ? Skallen --

Re: [midgard] 1.4beta4 problem

2000-06-29 Thread Derek Beattie
Here is the mysql config. ## config mysql cd $MYSQL_SRC ./configure \ --prefix=/usr/local/mysql \ --localstatedir=/var/data --- Derek Beattie [EMAIL PROTECTED] wrote: No, but its done by default. --- Anders Karlsson [EMAIL PROTECTED] wrote: Derek Beattie wrote: I