[Mono-list] Still problems on Mac OS X

2004-06-30 Thread Abram Gillespie
System:
Mac OS X 10.2
MonoFramework-1.0.dmg
Problem:
Any time I run a Mono executable I get (with xsd.exe as an example):
mono xsd.exe
dyld: mono Undefined symbols:
_nl_langinfo
Trace/BPT trap
I have been having Mac OS X compile and running problems since around 
Beta 2.
Thanks for any help.
-Abe

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


Re: [Mono-list] Mac OS X / Mono Beta 3 Issue

2004-06-17 Thread Abram Gillespie
Still getting the same problem.  I did what Jonathan Stowe suggested 
and edited the config file in /data/mono to point to libc.dylib on my 
system (/usr/lib/libc.dylib).  I also symlinked to the mono directory 
as you suggested.  My system looks like this now:

Actual mono config dir:
/usr/local/etc/mono
Symlink dirs:
/usr/etc/mono - /usr/local/etc/mono
/etc/mono - /usr/local/etc/mono
Any other ideas?
Thanks.
-Abe
On Thursday, June 17, 2004, at 12:23 PM, Duncan Mak wrote:
On Wed, 2004-06-16 at 23:03, Abram Gillespie wrote:
I'm on Mac OS 10.2 and trying to install Beta 3.  I get through all of
make but make install gives me:
Unhandled Exception: System.DllNotFoundException: libc
in 0x000dc (wrapper managed-to-native) Mono.Tools.Driver:symlink
(string,string)
in 0x00030 Mono.Tools.Driver:Symlink (string,string)
in 0x00584 Mono.Tools.Driver:Install
(bool,string,string,string,string,string,string)
in 0x007dc Mono.Tools.Driver:Main (string[])
This is with the mono-0.96 package.
I saw the same problem as well. I fixed it by making a symlink to
/etc/mono/config at /usr/etc/mono/config. This only masks the problem,
but it helps move things forward.
The real cause of this problem is the location Mono uses to look for 
its
config files, it's strange that it would be probing in /usr/etc, 
instead
of just /etc.

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


[Mono-list] Mac OS X / Mono Beta 3 Issue

2004-06-16 Thread Abram Gillespie
I'm on Mac OS 10.2 and trying to install Beta 3.  I get through all of 
make but make install gives me:

Unhandled Exception: System.DllNotFoundException: libc
in 0x000dc (wrapper managed-to-native) Mono.Tools.Driver:symlink 
(string,string)
in 0x00030 Mono.Tools.Driver:Symlink (string,string)
in 0x00584 Mono.Tools.Driver:Install 
(bool,string,string,string,string,string,string)
in 0x007dc Mono.Tools.Driver:Main (string[])

This is with the mono-0.96 package.
Thanks.
-Abe
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Managed access to Dbase files?

2004-06-15 Thread Abram Gillespie
That's the thing ... I'm mostly concerned with running SQL queries 
against the DBFs.  I'm less concerned with write access, though I may 
run into a situation where I will need it.  I could possibly start 
writing a simple IDataReader if someone could point me to a SQL parser. 
 Though I'm very busy right now and I probably couldn't get to it this 
month.

-Abe
On Tuesday, June 15, 2004, at 07:16 PM, Daniel Morgan wrote:
Just some thoughts...
What is your code licensed under?  MIT/X11?
I bet it would not be hard for someone to put this in a Mono data
provider, such as,
Mono.Data.DBaseClient...
Probably, it might need a SQL parser.  Wonder where someone could get a
simple SQL parser written in C#.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Cawse
Sent: Monday, June 14, 2004 2:13 PM
To: [EMAIL PROTECTED]; Jonathan Stowe
Cc: Abram Gillespie; Mono-List
Subject: RE: [Mono-list] Managed access to Dbase files?
Read only access for Dbase III files for my Gis project.
http://pnet.homelinux.org/DbaseFile.zip
do with it what you will.

Does anyone know a purely managed .Net way to query *.dbf files?
I'm
using MapServer to do some web GIS stuff with ESRI shapefiles, but

would like to use Mono's ASP.NET for querying.  Any ideas?
___
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] How do I keep breaking ASP.NET?

2004-05-06 Thread Abram Gillespie
So I've done it again, broken ASP.NET.  I installed the Beta1 today and 
it finally fixed my ASP.NET from when I last broke it about a month 
ago.  I've been working on an ASP.NET site in Windows and was eager to 
see it working on Linux (Debian to be specific).  Well, somehow all 
buttons are broken.  They were working when I first installed (I played 
around with the samples to be sure), but now all buttons don't run the 
code registered to them.  I'm not sure what action broke things; 1 - 
putting the site up or 2 - editing httpd.conf.

The other interesting thing to note is I have no DirectoryIndex set for 
either directory, yet for /mono/ index.aspx and /test/ default.aspx are 
magically loaded.  WTF?  In fact, here's the relevant bit of my 
httpd.conf:

[removed all the other mono setup junk]

Alias /mono /usr/local/share/doc/xsp/test
Directory /usr/local/share/doc/xsp/test
SetHandler mono
Options Indexes
/Directory
Alias /test /usr/bin/apache2/htdocs/test
Directory /usr/bin/apache2/htdocs/test
SetHandler mono
Options Indexes
/Directory
Any ideas?  Is there someplace stuff is cached where I can just wipe it 
and Mono will recreate everything?  I've already tried rebooting and 
reinstalling.

You can see the broken samples here:
http://141.152.79.120/mono/
And the site I'm working on here:
http://141.152.79.120/test/
Thanks for any help.  I'll be amazed if you can figure this one out.
-Abe
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Compiling Beta on MacOS

2004-05-05 Thread Abram Gillespie
Hey guys,
I can finally get a successful make but, during make install I'm 
seeing this:

MONO_PATH=. ../../mono/mini/mono --config ../../data/config 
./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root 
/usr/local/lib

Unhandled Exception: System.DllNotFoundException: libc
in 0x000e0 (wrapper managed-to-native) Mono.Tools.Driver:symlink 
(string,string)
in 0x00b04 Mono.Tools.Driver:InstallAssembly (string[])
in 0x007f4 Mono.Tools.Driver:Run (string[])
in 0x0005c Mono.Tools.Driver:Main (string[])

make[3]: *** [install-data-local] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
I did a find / -name libc -print and came up with nothing.  Where can 
I get this library?  Is there a fink package I can install?

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


Re: [Mono-list] My XSP is broken

2004-04-23 Thread Abram Gillespie
Platform:
mod_mono (latest release)
xsp (latest release)
mono 0.31
httpd.conf:
LoadModule mono_modulemodules/libmod_mono.so
MonoUnixSocket /tmp/mod_mono_server
MonoRunXSP True
MonoExecutablePath /usr/local/bin/mono
MonoServerPath /usr/local/bin/mod-mono-server.exe
MonoApplications /mono:/usr/local/share/doc/xsp/test
.
.
.
Alias /mono /usr/local/share/doc/xsp/test
Directory /usr/local/share/doc/xsp/test
SetHandler mono
DirectoryIndex index.aspx
/Directory
I did try to update my mono to the latest cvs but I'm getting this 
during make:
./.libs/libmint.so: undefined reference to `mono_interp_opname'
./.libs/libmint.so: undefined reference to `mono_interp_transform_init'
./.libs/libmint.so: undefined reference to `mono_interp_dis_mintop'
./.libs/libmint.so: undefined reference to 
`mono_interp_transform_method'
collect2: ld returned 1 exit status
make[3]: *** [mint] Error 1
make[3]: Leaving directory `/usr/src/mono/mono/mono/interpreter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/mono/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mono/mono'
make: *** [all-recursive-am] Error 2

-Abe

--__--__--

Message: 2
Subject: Re: [Mono-list] My XSP is broken
From: Gonzalo Paniagua Javier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Organization: Ximian Inc.
Date: Fri, 23 Apr 2004 01:10:58 +0200
El vie, 23-04-2004 a las 00:36, Abram Gillespie escribió:
I get:

Server error in '/mono' application
Description: Error processing request.
Error Message: HTTP 500.

Stack Trace:

System.Configuration.ConfigurationException: Already have a factory 
for
mono.aspnet/acceptEncoding(/usr/local/share/doc/xsp/test/web.config
line 5)
in 0x000c8 System.Web.HttpRuntime:OnFirstRequestStart
(System.Web.HttpContext)
in 0x000e3 System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)

Any help would be greatly appreciated.
Thanks as always!
I'd need more input:
  * mod_mono or xsp?
  * versions of: mono, xsp, [mod_mono, apache]
  * how do you run/setup xsp/mod_mono?
I think I fixed a bug like that a while ago, but may be didn't get in
0.31, not sure.
-Gonzalo
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] My XSP is broken

2004-04-22 Thread Abram Gillespie
I get:

Server error in '/mono' application
Description: Error processing request.
Error Message: HTTP 500.

Stack Trace:

System.Configuration.ConfigurationException: Already have a factory for 
mono.aspnet/acceptEncoding(/usr/local/share/doc/xsp/test/web.config 
line 5)
in 0x000c8 System.Web.HttpRuntime:OnFirstRequestStart 
(System.Web.HttpContext)
in 0x000e3 System.Web.HttpRuntime:InternalExecuteRequest 
(System.Web.HttpWorkerRequest)

Any help would be greatly appreciated.
Thanks as always!
-Abe

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


[Mono-list] Potential Bugs

2004-03-31 Thread Abram Gillespie
I can't seem to get a compiled assembly to refresh in ASP.NET:

1.  I'm trying to compile code into an assembly; a page runs it with 
the inherits directive.  I can get it to work once.  But when I 
compile any changes, the changes never propagate.  Yes I copy the new 
dll to its correct \bin location.  Yes the permissions are correct.

2.  Because of 1) twice I've tried deleting the tmp dlls from /tmp.  
Both times this has completely broken ASP.NET.  Whenever navigating, 
from the web browser, to any of my aspx pages I get 404.  But this is 
an ASP.NET 404 and not an Apache 404.  Rebooting doesn't help.  I fixed 
this once buy make clean ing everything, downloading a newer Mono 
version (0.30 - 0.31), recompiling, and reinstalling.  (BTW - what is 
the correct method for completely removing Mono?)  However - this time 
I broke it - the above steps aren't fixing it.

You can see this in action by going to http://141.152.79.120/mono/ and 
click any of the aspx sample pages.

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


Re: [Mono-list] More Mac OS X woes

2004-03-25 Thread Abram Gillespie
Yes, I'm on 10.2 - fink installed 0.28.  What are the steps to get gcc 
3.3 and then get fink to recognize my system's updated state.  I'm 
willing to give fink a try again.  Mostly I'd like to get ASP.NET 
running here on my laptop so I can do testing, but a working install of 
monodevelop would be nice too.  Eventually everything goes to my Linux 
box where Mono hasn't been too much of a pain.  Of course, I broke XSP 
last night.  _grimace_

-Abe

On Thursday, March 25, 2004, at 08:41 AM, Benjamin Reed wrote:

Abram Gillespie wrote:

Ok, after getting those Bus Errors I decided to clean out what I 
could and use Fink.  So I did, got it working, but then realized it 
was quite old.  I was also getting some warnings about mscore being 
old or something.  Anyways, I quickly removed Fink's version and 
decided to try my hand at compiling from CVS once again.
Old?  0.31 is in Fink unstable in both the 10.2-gcc3.3 and 10.3 
trees...  If you don't see that, you're probably on 10.2 but don't 
have the August GCC 3.3 updater installed (or need to run 
/sw/lib/fink/postinstall.pl to let fink discover the new compiler 
stuff and switch trees).

--
Benjamin Reed, a.k.a. RangerRick
[EMAIL PROTECTED] / http://ranger.befunk.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] More Mac OS X woes

2004-03-25 Thread Abram Gillespie
Sorry, I may have sent this using an incorrect address.

-Abe

On Thursday, March 25, 2004, at 10:52 AM, Abram Gillespie wrote:

Yes, I'm on 10.2 - fink installed 0.28.  What are the steps to get gcc 
3.3 and then get fink to recognize my system's updated state.  I'm 
willing to give fink a try again.  Mostly I'd like to get ASP.NET 
running here on my laptop so I can do testing, but a working install 
of monodevelop would be nice too.  Eventually everything goes to my 
Linux box where Mono hasn't been too much of a pain.  Of course, I 
broke XSP last night.  _grimace_

-Abe

On Thursday, March 25, 2004, at 08:41 AM, Benjamin Reed wrote:

Abram Gillespie wrote:

Ok, after getting those Bus Errors I decided to clean out what I 
could and use Fink.  So I did, got it working, but then realized it 
was quite old.  I was also getting some warnings about mscore being 
old or something.  Anyways, I quickly removed Fink's version and 
decided to try my hand at compiling from CVS once again.
Old?  0.31 is in Fink unstable in both the 10.2-gcc3.3 and 10.3 
trees...  If you don't see that, you're probably on 10.2 but don't 
have the August GCC 3.3 updater installed (or need to run 
/sw/lib/fink/postinstall.pl to let fink discover the new compiler 
stuff and switch trees).

--
Benjamin Reed, a.k.a. RangerRick
[EMAIL PROTECTED] / http://ranger.befunk.com/

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


[Mono-list] Mac OS X build problems

2004-03-22 Thread Abram Gillespie
I'm following the Mac OS X write up and ran into a problem.  First, I 
think we're running different shells.  I'm not sure how to change which 
shells you run - I'm running C Shell.  I think I got around all the 
shell problems.  But I'm getting this during make:

daemon.c: In function `fd_activity':
daemon.c:1152: `socklen_t' undeclared (first use in this function)
daemon.c:1152: (Each undeclared identifier is reported only once
daemon.c:1152: for each function it appears in.)
daemon.c:1152: parse error before addrlen
daemon.c:1154: `addrlen' undeclared (first use in this function)
make[3]: *** [daemon.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I've tried building against the CVS tree since about mid-last-week and 
the official latest release.  Same story.

Thanks for any help as always.
-Abe
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list