[midgard] Urgent - Hiring commando team

2000-04-30 Thread David Guerizec
Hi Midgardians, Our agency in Paris is in competition for a very big project for one of the major french telecoms. A big part of our being selected is dependent on us putting together a high level technical team (commando team ;-) available beginning immediately (Wednesday May, 3rd). Positions

AW: [midgard] Still some problems..

2000-04-30 Thread Gottfried Ryser
This should help you to get rid of some errors, but you really need to get the modules to be loaded by apache upon start. LoadModule midgard_module modules/mod_midgard.so AddModule mod_midgard.c LoadModule php3_module modules/libphp3.so AddModule mod_php3.c So check if

[midgard] apache start error

2000-04-30 Thread joe user
howdy, I think my installs went ok, but when I start apache, this is what I get: .apachectl start Syntax error on line 209 of /www/conf/httpd.conf: Cannot load /www/libexec/libphp3.so into server: /www/libexec/libphp3.so: undefined symbol: open64 ./apachectl start: httpd could not be started

[midgard] Need help, good opportunity, well paid

2000-04-30 Thread David Guerizec
Hi Midgardians, Our agency in Paris is in competition for a very big project for one of the major french telecoms. A big part of our being selected is dependent on us putting together a high level technical team (commando team ;-) available beginning immediately (Wednesday May, 3rd). Positions

Re: [midgard] US roadtrip!

2000-04-30 Thread Emiliano
On Fri, 28 Apr 2000, Ken Pooley wrote: and we could meet at that truckstop in Amarillo that has the 72oz steak free if you can eat it all (thats 2.0412 kg of fine texas beef!). I will be happy to provide moral support to all who may want to try, though I'm not sticking around for the

Re: [midgard] Still some problems..

2000-04-30 Thread Armand A. Verstappen
Hi, "Gottfried Ryser" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I reinstalled the midgard php module and many things looks now better, but still problems: This is the tail of the error.log [Sat Apr 29 18:22:06 2000] [notice] Apache/1.3.6 (Unix) (Red

Re: [midgard] Still some problems..

2000-04-30 Thread Emiliano
On Sun, 30 Apr 2000, Armand A. Verstappen wrote: [Sat Apr 29 18:22:28 2000] [crit] [client 195.246.72.5] configuration error: couldn't check user. No user file?: /midgard/ If I try to login with the default user/pw admin/password I get an server error, the last line in the error.log

Re: [midgard] mod --with-apache=?

2000-04-30 Thread Armand A. Verstappen
Todd Daniel Woodward [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... The "--with-apache=DIR" option confuses me a little. (But then, it is Friday, and I confuse easily on Friday.) It says that it should be set to the Apache server root directory. Is that the

Re: [midgard] strange problem (permission related?)

2000-04-30 Thread Armand A. Verstappen
I have a bit of code in a navigation layout-element: 13: ? 14:if($list = st_pages(140)){ 15:while($list-fetch()){ 16: if($list-name != "nomenu") { ? 17: stronga href="(ghost.prefix);/(list.name);" class="navi"(list.name);/a/strongbr 18:? } } } 19: ? It

[midgard] Midgard Question

2000-04-30 Thread dailyf1news.com
Hello thee, I'd like to know whether I can use MidGard as a news update system on my website. I do NOT own a server, but I use a virtual server. So I do not have Admin.-access to the machine. My virtual server is PHP3/4 and MySQL compatible Thanks Yours in Formula 1, DailyF1News [

[midgard] Urgent - Hiring commando team

2000-04-30 Thread David Guerizec
Hi Midgardians, Our agency in Paris is in competition for a very big project for one of the major french telecoms. A big part of our being selected is dependent on us putting together a high level technical team (commando team ;-) available beginning immediately (Wednesday May, 3rd). Positions

[midgard] Need help on segfault. GDB output included.

2000-04-30 Thread Steve Bergman
Hi, I have installed the moster SRPM package on Mandrake 7.0. I believe I have followed the instructions in the installation guide, modified a bit since the modules seem to be compiled in when using the SRPM. As soon as I go to servername:8101 I get "Page contains no data" and a report of a

Re: [midgard] strange problem (permission related?)

2000-04-30 Thread Emiliano
On Mon, 1 May 2000, Armand A. Verstappen wrote: I have a bit of code in a navigation layout-element: 13: ? 14:if($list = st_pages(140)){ 15:while($list-fetch()){ 16: if($list-name != "nomenu") { ? 17: stronga href="(ghost.prefix);/(list.name);"

Re: [midgard] Need help on segfault. GDB output included.

2000-04-30 Thread Steve Bergman
Emiliano wrote: install the srpm package if you haven't done so, open /usr/src/redhat/SPECS/apache-midgard-1.2.5.spec, and add -g to every definition of OPTIM, the rebuild by doing rpm -bb apache-midgard-1.2.5.spec. The resulting package in

Re: [midgard] apache start error

2000-04-30 Thread Emiliano
On Sun, 30 Apr 2000, Daryle Dianis wrote: I running SuSE 6.1 and man open64 doesn't return anything, just 'no manual entry for open64'. open64 is in libc. Weird. Try adding -lc to your LDFLAGS, but this should absolutely have been in your gcc env. by default. I'm real new at this, should I