Re: [Mono-list] Mod_mono on Apache 2, apxs error

2005-08-21 Thread Janus Tougaard




Hi Enzo.

Thanks for looking at my problem =) But I'm not all sure of what to do
=/

I have tried to look in the ./src/Makefile for some apxs line with -S
argues. I found it in the bottom, and removed four of them, here is how
that part of the file looked before deleting the -S argues:

install: $(lib_LTLIBRARIES)
    $(mkinstalldirs) "$(DESTDIR)$(APXS_LIBEXECDIR)"
    $(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -S
PREFIX="$(prefix)" -i -n mono mod_mono.la
#   $(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -S
PREFIX="$(prefix)" -i -n mono .libs/mod_mono.so

And here is how it looks when the -S argues is gone:

install: $(lib_LTLIBRARIES)
    $(mkinstalldirs) "$(DESTDIR)$(APXS_LIBEXECDIR)"
    $(APXS) LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)"
PREFIX="$(prefix)" -i -n mono mod_mono.la
#   $(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -S
PREFIX="$(prefix)" -i -n mono .libs/mod_mono.so

The last line is infunctional, but i have also tried to remove the -S
from that one, with no success.

I get the same output:

debian:~/mod_mono-1.0.9# make install
Making install in src
make[1]: Entering directory `/root/mod_mono-1.0.9/src'
/root/mod_mono-1.0.9/install-sh -d "/usr/lib/apache2/modules"
/usr/bin/apxs2 LIBEXECDIR="/usr/lib/apache2/modules" PREFIX="/usr" -i
-n mono mod_mono.la
Usage: apxs -g [-S =] -n 
   apxs -q [-S =]  ...
   apxs -c [-S =] [-o ] [-D
[=]]
   [-I ] [-L ] [-l
] [-Wc,]
   [-Wl,] [-p]  ...
   apxs -i [-S =] [-a] [-A] [-n
]  ...
   apxs -e [-S =] [-a] [-A] [-n
]  ...
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/mod_mono-1.0.9/src'
make: *** [install-recursive] Error 1

Can you still help me? - I see from the Bugzilla file it actually
should be a bug in Apache2/apxs. How should i react to that?


Med venlig hilsen / Best Regards
--
Janus Tougaard
Ridderhatten 316
DK-5220 Odense SØ

Phone: +45 6165 4801
E-mail: [EMAIL PROTECTED]
Web-site: DaniJonex.NET
--



Eduardo Garcia - enzo wrote:
Hi
Janus
  
  
your problems its a little bug in apxs or apache build bug. to solve
only edit your src/Makefile and remove part all -S redefinition in the
command apxs
  
  
check this bugzilla file
  
  
http://bugzilla.ximian.com/show_bug.cgi?id=67459
  
  
cu.
  
  
enzo
  
  
Janus Tougaard wrote:
  
  
  Hi there.

I'm trying to make mod_mono work with my Apache 2 server. Done it on
Apache 1.3, so it should be possible?

I have installed mono and XSP. It works great, XSP can perfectly run
asp.NET scripts. The problem comes when i am trying to compile the
mod_mono source code, here are the facts i get about the setup after
running the configuration:

/

Configuration summary for mod_mono


   * Installation prefix = /usr

   * Apache version = 2.0

   * Apache modules directory = /usr/lib/apache2/modules

   * apxs = /usr/bin/apxs2

   * apr-config = /usr/bin/apr-config

   * Verbose logging (debug) = no

   * mono prefix = /usr

   * Default MonoApplicationsConfigDir =
/etc/apache2/mod-mono-applications


/Well, looks fine to me. But something might be wrong, since after
running 'make' and then 'make install' i get some error about apxs.
Here is the output:


/debian:~/mod_mono-1.0.9# make install

Making install in src

make[1]: Entering directory `/root/mod_mono-1.0.9/src'

/root/mod_mono-1.0.9/install-sh -d "/usr/lib/apache2/modules"

/usr/bin/apxs2 -S LIBEXECDIR="/usr/lib/apache2/modules" -S
PREFIX="/usr" -i -n mono mod_mono.la

apxs:Error: no config variable PREFIX

Usage: apxs -g [-S =] -n 

   apxs -q [-S =]  ...

   apxs -c [-S =] [-o ] [-D
[=]]

   [-I ] [-L ] [-l
] [-Wc,]

   [-Wl,] [-p]  ...

   apxs -i [-S =] [-a] [-A] [-n
]  ...

   apxs -e [-S =] [-a] [-A] [-n
]  ...

make[1]: *** [install] Error 1

make[1]: Leaving directory `/root/mod_mono-1.0.9/src'

make: *** [install-recursive] Error 1

/

I can't figure out how to fix this. Any suggestions?

-- 

Med venlig hilsen / Best Regards

--

Janus Tougaard

Ridderhatten 316

DK-5220 Odense SØ


Phone: +45 6165 4801

E-mail: [EMAIL PROTECTED] 

Web-site: DaniJonex.NET 

--


___

Mono-list maillist  -  [EMAIL PROTECTED]

http://lists.ximian.com/mailman/listinfo/mono-list

 


  
  



begin:vcard
fn:Janus Tougaard
n:Tougaard;Janus
email;internet:[EMAIL PROTECTED]
tel;fax:+45 6593 0996
tel;home:+45 6593 0996
tel;cell:+45 6165 4801
x-mozilla-html:TRUE
version:2.1
end:vcard

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Binary installer

2005-08-21 Thread Vincent Arnoux
Fredrik,

Le vendredi 19 août 2005 à 16:49 -0400, Fredrik
Gr=?ISO-8859-1?B?9m5kYWhsKQ==?= a écrit :
> Binary installer right, which one where? 
> 
> Sorry I did say I was a newbie.
> 
> Fredrik
Here for instructions: http://www.mono-project.com/InstallerInstructions
here for the installer itself:
http://www.go-mono.com/archive/1.1.8.3_1/installer/mono-1.1.8.3_1-installer.bin 
and here for the Mono downloads page: http://www.mono-project.com/Downloads

Vincent

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Add FirebirdSql.Data.Firebird to mcs build

2005-08-21 Thread Daniel Morgan
Firebird is missing in both the Windows and Linux installers.  I noticed 
it does not get built when you build mcs. 


Can we get Firebird added to the build please?

Daniel Morgan wrote:

FirebirdSql.Data.Firebird is missing on Windows.  Can we get this 
added please?

___



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mod_mono on Apache 2, apxs error

2005-08-21 Thread Eduardo Garcia - enzo

Hi Janus

your problems its a little bug in apxs or apache build bug. to solve 
only edit your src/Makefile and remove part all -S redefinition in the 
command apxs


check this bugzilla file

http://bugzilla.ximian.com/show_bug.cgi?id=67459

cu.

enzo

Janus Tougaard wrote:


Hi there.
I'm trying to make mod_mono work with my Apache 2 server. Done it on 
Apache 1.3, so it should be possible?
I have installed mono and XSP. It works great, XSP can perfectly run 
asp.NET scripts. The problem comes when i am trying to compile the 
mod_mono source code, here are the facts i get about the setup after 
running the configuration:

/
Configuration summary for mod_mono

   * Installation prefix = /usr
   * Apache version = 2.0
   * Apache modules directory = /usr/lib/apache2/modules
   * apxs = /usr/bin/apxs2
   * apr-config = /usr/bin/apr-config
   * Verbose logging (debug) = no
   * mono prefix = /usr
   * Default MonoApplicationsConfigDir = 
/etc/apache2/mod-mono-applications


/Well, looks fine to me. But something might be wrong, since after 
running 'make' and then 'make install' i get some error about apxs. 
Here is the output:


/debian:~/mod_mono-1.0.9# make install
Making install in src
make[1]: Entering directory `/root/mod_mono-1.0.9/src'
/root/mod_mono-1.0.9/install-sh -d "/usr/lib/apache2/modules"
/usr/bin/apxs2 -S LIBEXECDIR="/usr/lib/apache2/modules" -S 
PREFIX="/usr" -i -n mono mod_mono.la

apxs:Error: no config variable PREFIX
Usage: apxs -g [-S =] -n 
   apxs -q [-S =]  ...
   apxs -c [-S =] [-o ] [-D [=]]
   [-I ] [-L ] [-l ] [-Wc,]
   [-Wl,] [-p]  ...
   apxs -i [-S =] [-a] [-A] [-n ]  ...
   apxs -e [-S =] [-a] [-A] [-n ]  ...
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/mod_mono-1.0.9/src'
make: *** [install-recursive] Error 1
/
I can't figure out how to fix this. Any suggestions?
--

Med venlig hilsen / Best Regards
--
Janus Tougaard
Ridderhatten 316
DK-5220 Odense SØ

Phone: +45 6165 4801
E-mail: [EMAIL PROTECTED] 
Web-site: DaniJonex.NET 
--

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
 



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mod_mono on Apache 2, apxs error

2005-08-21 Thread Janus Tougaard




Hi there.
I'm trying to make mod_mono work with my Apache 2 server. Done it on
Apache 1.3, so it should be possible?
I have installed mono and XSP. It works great, XSP can perfectly run
asp.NET scripts. The problem comes when i am trying to compile the
mod_mono source code, here are the facts i get about the setup after
running the configuration:

Configuration summary for mod_mono

   * Installation prefix = /usr
   * Apache version = 2.0
   * Apache modules directory = /usr/lib/apache2/modules
   * apxs = /usr/bin/apxs2
   * apr-config = /usr/bin/apr-config
   * Verbose logging (debug) = no
   * mono prefix = /usr
   * Default MonoApplicationsConfigDir =
/etc/apache2/mod-mono-applications

Well, looks fine to me. But something might be wrong, since after
running 'make' and then 'make install' i get some error about apxs.
Here is the output:

debian:~/mod_mono-1.0.9# make install
Making install in src
make[1]: Entering directory `/root/mod_mono-1.0.9/src'
/root/mod_mono-1.0.9/install-sh -d "/usr/lib/apache2/modules"
/usr/bin/apxs2 -S LIBEXECDIR="/usr/lib/apache2/modules" -S
PREFIX="/usr" -i -n mono mod_mono.la
apxs:Error: no config variable PREFIX
Usage: apxs -g [-S =] -n 
   apxs -q [-S =]  ...
   apxs -c [-S =] [-o ] [-D
[=]]
   [-I ] [-L ] [-l
] [-Wc,]
   [-Wl,] [-p]  ...
   apxs -i [-S =] [-a] [-A] [-n
]  ...
   apxs -e [-S =] [-a] [-A] [-n
]  ...
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/mod_mono-1.0.9/src'
make: *** [install-recursive] Error 1

I can't figure out how to fix this. Any suggestions?
-- 
Med venlig hilsen / Best Regards
--
Janus Tougaard
Ridderhatten 316
DK-5220 Odense SØ

Phone: +45 6165 4801
E-mail: [EMAIL PROTECTED]
Web-site: DaniJonex.NET
--



begin:vcard
fn:Janus Tougaard
n:Tougaard;Janus
email;internet:[EMAIL PROTECTED]
tel;fax:+45 6593 0996
tel;home:+45 6593 0996
tel;cell:+45 6165 4801
x-mozilla-html:TRUE
version:2.1
end:vcard

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Re: [Mono-dev] Sorry about asking this

2005-08-21 Thread Paul F. Johnson
Hi,

> The problem is I don't know how to resize the button or
> put it in a specific location or anyting like that.  

Are you using gtk# or System.Windows.Forms?

> I was wondering
> if there were some tutorials that I could be pointed towards to be
> able to do this.  Actually any tutorials would be great.  Thanks

It's on my to do list. I have a cunning plan for launch at the start of
2006 which has tutorials, SWF, compiling info and lots more besides...

You might want to get hold of an O'Reilly book called "Mono - A
developer's notebook" by Dumbill and Bornstein. You can read the review
I did for C Vu here

http://www.accu.org/cgi-bin/accu/rvout.cgi?from=0rv_Paul_F__Johnson&file=m003690a

TTFN

Paul
-- 
"A lot of football success is in the mind. You must believe you are the
best and then make sure that you are. In my time at Liverpool we always
said we had the best two teams on Merseyside, Liverpool and Liverpool
Reserves." - Bill Shankly

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list