Re: dyld: /usr/bin/perl Undefined symbols:

2003-02-28 Thread Ari B Kahn
Yes indeedy - 5.6 Is it worth the 5.8? on 2/28/03 5:23 PM, Gary Blackburn at [EMAIL PROTECTED] wrote: > > On Friday, February 28, 2003, at 04:53 PM, Ari B Kahn wrote: > >> Trying to install SOAP on OS X 10.2.4 >> Even when I try it using the Makefile.pl I get t

dyld: /usr/bin/perl Undefined symbols:

2003-02-28 Thread Ari B Kahn
Trying to install SOAP on OS X 10.2.4 Even when I try it using the Makefile.pl I get the same error. Any suggestions? Will summarize ... Thanks -- Ari Kahn http://damon.ib3.gmu.edu/~kahn ### CPAN output ### cpan shell -- CPAN exploration and modules installation (v1.63) cpan> install SOAP::Lit

Re: How to set library path in tcshrc OS X

2003-01-30 Thread Ari B Kahn
Thanks! That worked great. on 1/29/03 4:54 PM, Ken Williams at [EMAIL PROTECTED] wrote: > > On Wednesday, January 29, 2003, at 11:21 AM, Ari B Kahn wrote: >> I have some libraries of my own that I would like to keep in my own >> directory. How do I set the library path in t

How to set library path in tcshrc OS X

2003-01-29 Thread Ari B Kahn
I have some libraries of my own that I would like to keep in my own directory. How do I set the library path in tcsh? On Sun/Linux I would do the following setenv LD_LIBRARY_PATH ~/Development/lib:/sw/lib:${LD_LIBRARY_PATH} I keep getting Last login: Wed Jan 29 12:16:43 on ttyp5 Welcome to Darw

Btparse

2003-01-25 Thread Ari B Kahn
Has anyone had any luck compiling btparse for OS X? http://starship.python.net/~gward/btOOL/ It's the engine for Text::BibTeX. During make I get : src/lex_auxiliary.c:161:254: warning: character constant too long src/lex_auxiliary.c: In function `zzcr_attr': src/lex_auxiliary.c:161: parse error b

Re: Expat 1.95.5 problems...

2002-10-07 Thread Ari B Kahn
Have you seen this? http://david.wheeler.net/osx.html on 10/6/02 1:43 PM, Jerry LeVan at [EMAIL PROTECTED] wrote: > Hi, > > I am getting interested in XML, so I decided to start with building expat > 1.95.5. > > I seem to be getting preprocessor errors revolving around the definition > Of XML_

Re: Perl & DBD-Pg 1.13 on Mac OS X 10.2

2002-09-20 Thread Ari B Kahn
Check out http://david.wheeler.net/osx.html on 9/20/02 6:15 AM, Raffaele Conte at [EMAIL PROTECTED] wrote: > Hi all, > > I have a problem with he installation of DBD-pg 1.13 on my Mac. The > make works fine but the test fails. > > I s there anyone that can help me? I've sent this message to d

Executing external perl scripts

2002-03-20 Thread Ari B Kahn
I'm running a perl CGI script that needs to execute another external perl script on the same machine. I would like to see the screen output of this external script as well. What is a good way to do this? I was trying system ("/Users/username/perl_dir/perl_script --flags other_arguments"); It d

Perl stops running script on OS X Sever after 10.1.3 upgrade?

2002-02-22 Thread Ari B Kahn
Hi All, I'm running Mac OS X Server on an G4 perl v5.6.0 . The last time I remember (a day or so ago) perl was working fine when running scripts. Today I upgraded the server to 10.1.3 and some really strange things started happening with perl. Perl no longer executes scripts. e.g. >perl hello