Re: Problem with System Beep

2003-10-16 Thread Philippe de Rochambeau
Works fine for me: perl -e 'print \a' = beep ! Up the volume! Philippe Le jeudi, 16 oct 2003, à 04:54 Europe/Paris, John Park a écrit : For some reason I can't hear a system beep. Maybe I'm mistaken, but isn't: print \a; suppose to generate a system beep? I'm using Mac OS X v10.2.3 and I

Re: DBI and DBD::MySQL (Panther)

2003-10-16 Thread Conrad Schilbe
To clear up any confusion for others that may pick up this thread, my previous email stated that a patch should not be made to perl sources... I mistook the details below as implying that each perl module (i.e. DBD::mysql) be patched for an error in the Config.pm module. In actuality, I believe,

LWP 5.6.8 and 5.7.2

2003-10-16 Thread Philippe de Rochambeau
Hello, whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. [philippe ~/Desktop] % perl testlwp1.pl dyld: perl Undefined symbols: _Perl_safefree _Perl_safemalloc _Perl_saferealloc

Re: LWP 5.6.8 and 5.7.2

2003-10-16 Thread Clint Moore
On Thursday, October 16, 2003, at 05:49 AM, Philippe de Rochambeau wrote: Hello, whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. stuff You've got an old xs library trying to load.

Re: LWP 5.6.8 and 5.7.2

2003-10-16 Thread Neil Bowers
whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. [philippe ~/Desktop] % perl testlwp1.pl dyld: perl Undefined symbols: _Perl_safefree [...loads more...] _perl_get_sv Trace/BPT trap

Problems with LWP 5.7.2 (cont'd)

2003-10-16 Thread Philippe de Rochambeau
Hello, I updated the Storable module as per the instructions given in http://fink.sourceforge.net/faq/usage-fink.php#perl-undefined-symbol (thank you Neil Bowers). Unfortunately, while building LWP 5.7.2, I got the same undefined-symbol messages: Checking for URI... ok Checking for

BBEdit-Perl confusion

2003-10-16 Thread Vic Norton
I have recently installed Perl 5.8.0 on my iMac via PortsManager from DarwinPorts http://www.opendarwin.org/projects/darwinports/. Perl 5.8.0 resides in the /opt/local/bin directory, and this directory is at the beginning of $PATH. Everything works well except that BBEdit seems rather confused.

Re: BBEdit-Perl confusion

2003-10-16 Thread Doug McNutt
At 09:56 -0400 10/16/03, Vic Norton wrote: I have recently installed Perl 5.8.0 on my iMac via PortsManager from DarwinPorts http://www.opendarwin.org/projects/darwinports/. Perl 5.8.0 resides in the /opt/local/bin directory, and this directory is at the beginning of $PATH. Everything works well

Re: BBEdit-Perl confusion

2003-10-16 Thread Vic Norton
I guess there is no fix right now. But actually the bug is somewhat convenient. Now a BBEdit script starting with #!/opt/local/bin/perl -w # Perl 5.8 uses Perl 5.8.0 with its @INC list if Run from BBEdit and uses Perl 5.6.0 with a different @INC list if Run in Terminal. It's not all

RE: BBEdit-Perl confusion

2003-10-16 Thread Ingles, Juan W.
I wonder: Is this because /opt/local/bin/perl points to the perl 5.6 binary or 5.6 binary path is hard coded in BBEdit which perl on the terminal will tell you what binary you are launching ( not currently at my machine to check ) juan -Original Message- From: Vic Norton

Re: BBEdit-Perl confusion

2003-10-16 Thread Conrad Schilbe
On 10/16/03 5:12 PM, Ingles, Juan W. [EMAIL PROTECTED] wrote: I wonder: Is this because /opt/local/bin/perl points to the perl 5.6 binary or 5.6 binary path is hard coded in BBEdit Would this be in a plist file for BBedit? C. which perl on the terminal will tell you what binary

Re: BBEdit-Perl confusion

2003-10-16 Thread Conrad Schilbe
On 10/16/03 5:12 PM, Ingles, Juan W. [EMAIL PROTECTED] wrote: I wonder: Is this because /opt/local/bin/perl points to the perl 5.6 binary or 5.6 binary path is hard coded in BBEdit which perl on the terminal will tell you what binary you are launching ( not currently at my

RE: BBEdit-Perl confusion

2003-10-16 Thread Doug McNutt
At 16:12 -0700 10/16/03, Ingles, Juan W. wrote: I wonder: Is this because /opt/local/bin/perl points to the perl 5.6 binary or 5.6 binary path is hard coded in BBEdit I don't have any /opt/local/bin/. None was created by the CPAN perl 5.8 install in July 2002 which perl on the terminal will